/*
 * Author:            Will (war59312@gmail.com)
 * Description:       Removes all ads on Neowin.net Atlas
*/

/* +++ changelog +++
July 10, 2011
 - right side-bar ads are once again hidden
Feb 25, 2011
 - fixed typo, right side-bar ads are hidden again
January 13, 2011
 - hides Forums "Recent Status Updates" Ads
January 26, 2010
 - original release
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("neowin.net") {

/* Top Header & Top Forum Ad */
#header-promos, #special-steve {

        display: none !important
    }

/* Forum Ad That Appears Next To Stats */
#stats > H2:first-child, #stats > DIV  {

        display: none !important
    }

/* Right Sidebar Ads */
div[style*="no-repeat scroll center center transparent ! important; height: 250px; width: 300px;"], div[class*="block-bsa"], div[style*="background:url(aww2.png)"], img[src*="header_promos"], div[style*="background:url(/images/atlas/aww2.png)"] {

        display: none !important
    }

/* Forums "Recent Status Updates" Ads */
.general_box.rounded.clearfix.__xXadvertisement  {

        display: none !important
    }

}