/*
* Author: Will (war59312@gmail.com)
* Description: Cleans up slashgear.com, bye bye ads..
*/

/* +++ changelog +++
May 1st, 2012
- hides "Must Read Bits & Bytes"
March 31, 2011
- hides "Floating Twitter Ad Box"
March 13, 2011
- original release
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("slashgear.com") {

/* Hides Header */
#header { display:none !important }

/* Header Wrapper */
#headersliderwrapper { display:none !important }

/* Header Ads */
#headerads { display:none !important }

/* "Trending" Ads */
.trending { display:none !important }

/* "Floating Twitter Ad Box" */
#sticky { display:none !important }

/* "Ad Box" */
.singleAdBox { display:none !important }

/* Un-needed Horisontal Line */
.horizontalLinelight { display:none !important }

/* "RELEVANT ENTRIES" Ad */
.singlemetaBox { display:none !important }

/* Right Side-Bar */
#sidebar { display:none !important }

/* "Must Read Bits & Bytes" */
.mustreadtitle, .mustreadbox, .mustreadtitlelink { display:none !important }

/* "blog comments powered by Disqus" */
a[href="http://disqus.com"] { display:none !important }

/* Footer */
#footer, #bottomfooter { display:none !important }

/* Center Content */
#content-wrap { margin: 0 25% 0 33% !important; }

}