/*
 * Author:            Will (war59312@gmail.com)
 * Description:       Cleans Up CrunchGear.com
*/

/* +++ changelog +++
March 19th, 2011
original release
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("crunchgear.com") {

/* Hides Header */
#header_features { display: none !important }

/* Useless Right Side-Bar */
#col2 { display: none !important }

/* Use All Space For The Article */
#col1 { width: 100% !important }

/* Comments */
#disqus_thread, .dsq-brlink, #addcomment, a[href*="#disqus_thread"], a[href*="#comments"] { display: none !important }

/* Bottom Buzz, Twitter, Digg Buttons */
.post_footer { display: none !important }

/* iFrame Based Ads */
iframe, #adsDiv9 { display: none !important }

/* Related Posts */
#nrelate_related { display: none !important }

/* Buttom Advertisements */
.post_unit.post_sponsor_unit, #ticker_ad { display: none !important }

/* Footer */
#footer, #wpstats, #wpstats2 { display: none !important }

}