@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(arstechnica.com){


/* to hide all images in the article, uncomment the following line */
/*#news-item img {display:none!important}*/



/* hide the intial "figure" image (Did ars get bit by Wired.com?) */
#news-item .news-item-figure {display:none!important}



/* show the link to comments (forum)*/
#news-item-info
{
  width: auto !important;
  display: block !important;
  float: left !important;
  margin-right: 10em !important;
}
#news-item-options
{
  display: block !important;
  float: none !important;
  padding: 0 !important;
  text-align: right !important;
}
#news-item-options li {width:auto!important}
#news-item-options>li:not(#news-item-option-discuss) {display:none!important}
#news-item-options>li#news-item-option-discuss {display:block!important}
#news-item-options #news-item-option-discuss a.discussion-link
{
  padding: 0 !important;
  background: none !important;
}
/* /end of forum link code chunk */



/* to hide link underlines, comment out the following line */
a:link, a:visited {text-decoration:underline!important}



/* the following code makes:
    1. link colors non-neon (looks best with a white background)
    2. text black instead of dark gray (only for white background)
*/
/*
#content,
#content table
{color:#000!important}

#promotional-zone a:link,
#main a:link
{color:#BC4300!important}

#promotional-zone a:visited,
#main a:visited
{color:gray!important}
/* /end of link colors chunk */









/* hidden things */

/* - navigation, in decreasing order of granularity/importance */
#news-item-pager,
#journal-promo-news-item,
#promotional-zone.journal-page-promo, /* contains section header and section-specific feed links */
#search, #navigation, /* "sections" and embedded search box */
#secondary-navigation, /* "genre" */
#additional-navigation, /* customize, forum link, log-in link */
#journal-items .journal-read-more, /* article title is already a hyperlink */
#journal-items .journal-discuss, /* there's already a discuss link on the article page */
#news-item-options li, /* text size, etc */

/* - headers, footers, sidebars */
.news-item-text .pullquote, /* useless, redundant, magazine-style "pull quote", and I hate it */
#news-item-info .news-item-teaser, /* blurb after title */
#discuss-and-share,
#sidebar,
#masthead,
#footer,
#latest-top-stories > h2:first-child, /* redundant */
#tagline,

/* - images on article listings are completely useless */
#journal-items .journal-image,

/* - intra-site promos */
.related-stories,
#hot-stories,
.top-stories-promo,
/* this actually doesn't seem to be destructive: */
/*
[id*="-stories-"], [id$="-stories"], [class*="-stories-"], [class$="-stories"],
*/

/* - ads and "social" garbage,
     excluding non-third-party forums and comments */
div.share

{display:none!important}



/* liquid layout */
#page,
#main,
#promotional-zone,
#content,
#news-item
{
  width: auto !important;
  float: none !important;
}



/* useless background images */
#main,
#pager
{background-image:none!important}

/* spacing */
#promotional-zone
{
  padding: 5px 10px !important;
}
#content
{
  padding-top: 10px !important;
  padding-bottom: 0 !important;
}
#content .pager-wrapper {margin-bottom:0!important}
#page {padding-bottom:0!important}









/* Hey, morons at Ars: Javascript is not required for nifty futuristic effects like this. */
#primary-navigation-more-link:hover + ul,
#primary-navigation-more-link + ul:hover
{ display: block !important; }



} /* 20090328 */
