/*
 * Author:            Will (war59312@gmail.com)
 * Description:       Removes all ads on Neowin.net Pegasus
*/

/* +++ changelog +++
July 30, 2011
 - original release
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("neowin.net") {

/* Site Top Header Ad */
.banner-leaderboard, div.banner-leaderboard { display: none !important; }

/* Forum Top Header Ad */
#special-steve { display: none !important; }

/* Right Sidebar Ads */
.widget.banner-square, div.widget.banner-square, .widget.banner-buysellads { display: none !important; }

/* Forums "Recent Status Updates" Ads */
.general_box.rounded.clearfix.__xXadvertisement { display: none !important; }

}