/*
 * Author:            Will (war59312@gmail.com)
 * Description:       Only show the article itself; removes all the extra junk..
*/

/* +++ changelog +++
November 6, 2009
- removed emurse ad
January 27, 2009
- removed related articles powered by sphere
December 5, 2008
- removed holidash.com ad
November 3, 2008
- original release
*/

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://www.downloadsquad.com/20) {

/* HIDE ALL THE EXTRA JUNK */
#outerslice, a[href*="http://www.switched.com"],    div[class*="navbar clearfix"], div[class*="post-headlines"], #comments, .posttags, p[class*="filed-under"], .topleader, #header, #subcontent, .searchform, #grid2, #legal, .smore, #footer, topleader, #dogear_promo, .sphere, .em-ad { 
   display: none !important;
}

/* MOVE CONTENT UP A BIT ON PAGE SINCE WE HAVE THE EXTRA SPACE NOW */
body {
   margin-top: -40px !important;
   width: 0px !important;
}

/* FORMAT PAGE */
.sandwich {
   background: white !important;
   color: black !important;
   background-image: none !important;
   background-repeat: repeat-x !important;
}

}