/*
* Author: Will (war59312@gmail.com)
* Description: Cleans up tnaflix.com
*/

/* +++ changelog +++
April 25th, 2011
- hides "Error" Messages
- hides "Cams"
- hides "Our Friends"
April 9th, 2011
- hides "Sponsored Video From"
April 3rd, 2011
- hides Live Hot Models
- hides "Clickable Background Ads"
March 23, 2011
- original release
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("tnaflix.com") {

/* "T'nAflix Network" Header */
.tnaBarBlack { display:none !important; }

/* "Error" Messages */ 
#errorMsg, .tnaBarBlackWrap { display: none !important; }

/* "NEW Tnaflix Live CAMS" */
.tnaVideoChat { display:none !important; }

/* Right Side-Bar */
#rightColumn { display:none !important; }

/* Left Side-Bar */
.mainNav.floatLeft { display:none !important; }

/* Footer */
#footer { display:none !important; }

/* Black Background */
div.bgDecor span { background: #000000 !important; color: #ffffff !important; }

/* Hides Other Junk On Premium Video Pages */
.overHidden { display: none !important; }

/* HD/DVD Premium Videos */
.videoHDScenes.clear  { display: none !important; }

/* Youtube Footer Ad */
#footer_ad_zone_12345, #adsUnderDiv { display: none !important; }

/* Iframe PopUps */
iframe, #close_popup { display:none !important; }

/* Live Hot Models */
.liveJasminHotModels.clear { display:none !important; }

/* "Clickable Background Ads" */
.leftAbsoluteAdd, .rightAbsoluteAdd { display:none !important; }

/* "Sponsored Video From" */
.sponsVideoLink { display:none !important; }

/* "Cams" */
.camsBox2 { display:none !important; }

}

@-moz-document url("http://www.tnaflix.com/"), url-prefix(http://www.tnaflix.com/watched/), url-prefix(http://www.tnaflix.com/new/), url-prefix(http://www.tnaflix.com/popular/), url-prefix(http://www.tnaflix.com/toprated/) {

/* "Our Friends" */
#centerColumn > DIV:last-child { display:none !important; }

}