/*
 * Author:            Will (war59312@gmail.com)
 * Description:       Removes Ads On bitsnoop.com
 * Known Issue:       Breaks Sidebar On http://blog.bitsnoop.com/
*/

/* +++ changelog +++
Dec 1st, 2010
- hides new iframe ads
- hides NoScript Place Holder Icons
Nov 25th, 2010
- hides unneeded white space and missed an ad on search results pages, thanks r3t3ch
Nov 5th, 2010
- hides "Anonymous download" btguard.com ad
Sep. 1st, 2010
- fixed due to site changes
Aug. 17, 2010
- hides sponsored links
- hides adperium.com (download, play now) top banner ad
May 3, 2010
- original release
*/

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(bitsnoop.com) {

/* Hides Ads */
.dlbtn.dl_secure, #sidebar, IFRAME[src*="ad"], .dlbtn.dl_alt2, SPAN[style="color: rgb(170, 170, 170); font-size: 9px;"], .dlbtn.dl_bv { display: none !important }

/* See: http://forum.userstyles.org/comments.php?DiscussionID=23375 */
TD[bgcolor="#eef3f7"][class="rounded"] {display: none !important}

#content {width: 99% !important}

#dload {position: relative; top: -95px !important}

/* muahah too easy - removes all the iframe ads */
iframe { display:none !important; }

/* Hides NoScript Place Holder Icons */
[class="__noscriptPlaceholder__ "] { display: none !important; }

}