/*
 * Author:            Will (war59312@gmail.com)
 * Description:       Removes all ads on Neowin.net v5 Finity
*/

/* +++ changelog +++
July 3, 2009
- i wondered how long it would last, fixed once again
February 6, 2009
- hides "Neowin Services and Support" on right side-bar
December 20, 2008
- missed top header ad on the forum when using the Finity skin, forgot I changed skin at some point, thanks for the reminder Spanky69
November 30, 2008
- removed gallery ad, again neowin changed it
November 2, 2008
- removed all ads once again, neowin keeps updating their code as if they are trying to beat me..
October 27, 2008
- give it up, I win again (removed all ads again)
October 21, 2008
- removed header banner again
October 17, 2008
 - whoops, I missed the gallery ad
October 14, 2008
 - original release
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("neowin.net") {

/* Top Header, and Top Forum Ad */
#header-hmm, #rev-fullbanner {

        display: none !important
    }

/* Content Ads */
#content-main-square, DIV[style="background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: right; padding-left: 10px; text-align: center; width: 300px;"], DIV[style="margin: 0pt auto; background: rgb(209, 224, 239) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; height: 60px; width: 468px;"] {

        display: none !important
    }

/* Footer Ads */
#content-leaderboard, #gallery-leaderboard {

        display: none !important
    }

/* Recommendation Ads */
#sidebar-recommendations, #sidebar-services {

        display: none !important
    }

/* Right Sidebar Ad */
DIV[style="background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; float: right; padding-left: 10px; text-align: center; width: 120px;"],

DIV[style="background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; float: right; padding-left: 10px; text-align: center; width: 300px;"],

DIV[style="background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; float: right; padding-left: 10px; text-align: center; width: 120px;"]  {

        display: none !important
    }
}