/*
* Author: Will (war59312@gmail.com)
* Description: Video only on tnaflix.com, yum yum, much better...
*/

/* +++ changelog +++
April 28th, 2011
- hides "HD Videos"
April 25th, 2011
- fixed
April 9th, 2011
- hides "Sponsored Video From"
April 3rd, 2011
- hides Comments "Java-Script Drop-Down Menu"
- hides "Misplaced Video Thumbnails
- hides "Clickable Background Ads"
December 28, 2010
- fixed (removes missed iframe, and network header)
October 27, 2010
- fixed black background
- hides youtube footer ad
September 21, 2010
- fixed again, enjoy
December 14, 2009
- fixed
August 1, 2009
- Hides "IE 8 Warning"
July 18, 2009
- Hides "Job Advertisement"
June 20, 2009
- Hides "Video Hosted By StartStream.com Ad" under the video
February 2, 2009
- Hides "Beta Tnaflix embedding" under the video
December 29, 2008
- original release
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("tnaflix.com") {

/* "T'nAflix Network" Header */
.tnaBarBlack { display:none !important; }

/* Header */ 
#header { display: none !important; }

/* "Error" Messages */ 
#errorMsg { display: none !important; }

/* Right Side-Bar */
#rightColumn { display:none !important; }

/* "Categories" */
#leftColumn { display:none !important; }

/* Video Info Below Video */
#centerColumn { display:none !important; }

/* Related Videos And Reviews */
#viewMiddle, #videoRelatedOutput, .relateVideoIcon { display:none !important; }

/* "Cams" */
.camsBox2, #container > DIV:nth-child(21), #container > DIV:nth-child(18), #container > DIV:nth-child(22) { display:none !important; }

/* "HD Videos" */
.videoHDScenes.clear { display:none !important; }

/* Footer */
#footer { display:none !important; }

/* Black Background */
DIV, #viewVideo, BODY, SPAN { background: #000000 !important; color: #ffffff !important; }

/* Format Video Title */
.sectionTitle {

    text-align: center !important;
    font-family: georgia !important;
    font: normal small-caps normal 16pt georgia !important;
    color: white !important;
    letter-spacing: 0.03em !important;
    padding: 3px !important;
    margin: 0 150px 0 150px !important;
    opacity: 0.95 !important;
    margin-top: 12px !important;
    width: 660px !important;
}

/* Video Page Formatting - Center Video For 1080p - Change To Correct Margin For Different Resolution */
#resizePlayerBlock { margin: 0 90px 0 90px !important; }

/* Description, Ratings, Etc. On Premium Video Pages */
.DVDDesc2 { display: none !important; }

/* Hides Other Junk On Premium Video Pages */
.overHidden { display: none !important; }

/* Youtube Footer Ad */
#footer_ad_zone_12345, #adsUnderDiv { display: none !important; }

/* Iframe PopUps */
iframe, #close_popup { display:none !important; }

/* Comments "Java-Script Drop-Down Menu" */
a[href="javascript:void(0)"], a[onclick="$('#comments-container').slideToggle(),  killVideoThumbs();"] { display:none !important; }

/* "Sponsored Video From" */
.sponsVideoLink { display:none !important; }

/* "Misplaced Video Thumbnails" */
#thumb { display:none !important; }

/* "Clickable Background Ads" */
.leftAbsoluteAdd, .rightAbsoluteAdd { display:none !important; }

}