/*
 * Author:            Will (war59312@gmail.com)
 * Description:       Cleans Up WISTV.com
*/

/* +++ changelog +++
March 25th, 2011
- broke google maps on accident
March 19th, 2011
- original release
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("wistv.com") {

/* Hides NoScript Place Holder Icons */
[class="__noscriptPlaceholder__ "] { display: none !important; }

/* Ads */
div[id*="WNAd"], .cjCarouselMain { display: none !important }

/* iFrame Based Ads
iframe { display: none !important } */

/* Comments */
#wnSocialToolsSection { display: none !important }

/* Footer */
#WNFooter { display: none !important }

}