@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("blog.wired.com") {

#header, #banner, #nav_bar, .content-nav, #beta, .social
  { display: none !important; }

#shell, #content, #pagebody, #pagebody-inner, #alpha, #alpha-inner, #article, .entry-content, #article, #article_body, #article_text, .entry-more, .entry-footer
{ 
   width: 100% !important; 
   margin: 0 !important; 
   padding: 0 !important;
   max-width: none !important;
}

#alpha
{
   padding: 2% !important;
   width: 96% !important; 
   text-align: justify !important;
   font-size: 12pt !important;
   max-width: none !important;
   left: 0 !important;
}

}