/*
 * Author:            Will (war59312@gmail.com)
 * Description:       Hides ads on TV Rage
 * Note:              Does not remove "Sponsored Links" as I see no way to without breaking content.
*/

/* +++ changelog +++
Jan 27, 2011
- original release
*/

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(tvrage.com) {

/* Hide Ad Above Header */
DIV[align="center"][style="background: none repeat scroll 0% 0% rgb(211, 202, 205); width: 728px; height: 90px;"] { display: none !important }

/* Hide Ad Above Header When Logged In */
a[href*="redirect_mylink"] { display: none !important }

/* Hide "Big Ad" Part 1 */
HTML > BODY > TABLE > TBODY > TR > TD:first-child > DIV:first-child + TABLE > TBODY > TR:first-child > TD > TABLE > TBODY > TR:first-child + TR + TR + TR + TR { display: none !important }

/* Hide "Big Ad" Part 2 */
HTML > BODY > TABLE > TBODY > TR > TD:first-child > DIV:first-child + TABLE > TBODY > TR:first-child > TD > TABLE > TBODY > TR:first-child + TR + TR + TR + TR + TR { display: none !important }

/* Hide "Big Ad" Part 3 */
HTML > BODY > TABLE > TBODY > TR > TD:first-child > DIV:first-child + TABLE > TBODY > TR:first-child > TD > TABLE > TBODY > TR:first-child + TR + TR + TR + TR + TR + TR { display: none !important }

/* Hide "Big Ad" Part 4 */
HTML > BODY > TABLE > TBODY > TR > TD:first-child > DIV:first-child + TABLE > TBODY > TR:first-child > TD > TABLE > TBODY > TR:first-child + TR + TR + TR + TR + TR + TR + TR { display: none !important }

/* Hide "Big Ad" Part 5 */
HTML > BODY > TABLE > TBODY > TR > TD:first-child > DIV:first-child + TABLE > TBODY > TR:first-child > TD > TABLE > TBODY > TR:last-child { display: none !important }

/* Hide All Ads That Make Use Of An iframe */
iframe { display: none !important }

/* Hide First Ad In Header */
img[src*="/_layout_v3/visitor_images/header_visitors_01.jpg"] { display: none !important }

/* Hide Second Ad In Header */
img[src*="/_layout_v3/visitor_images/header_visitors_03.jpg"] { display: none !important }

/* Hide Third Ad In Header */
td[background*="/_layout_v3/images/header_03.jpg"] { display: none !important }

/* Hide Fourth Ad In Header */
img[src*="/_layout_v3/images/header_04.jpg"] { display: none !important }

/* Hide "FastClick" Footer Ad */
a[href*="fastclick.net"] { display: none !important }

/* Hide All Flash Based Ads */
OBJECT[classid*="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"] { display: none !important }

/* Black Background */
body { background: #000000 !important; }

/* Move Page Up A Little Bit
HTML > BODY > TABLE { margin-top: -80px !important; } */

}