/*
 * Author:            Will (war59312@gmail.com)
 * Description:       View only the video for pornotube.com, hides all the junk..
*/

/* +++ changelog +++
March 1, 2009
- original release
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://www.pornotube.com/media.php?m), url-prefix(http://pornotube.com/media.php?m), url-prefix(http://www.pornotube.com/channels.php?channelId=), url-prefix(http://pornotube.com/channels.php?channelId=) {

/* Header */
#header {
    display:none !important;
}

/* Video Deetails */
.videoDetails {
    display:none !important;
}

/* Right Side-bar */
.rightcol {
    display:none !important;
}

/* To See The Full Length Film Click Here */
DIV[style="padding: 5px; width: 470px;"] {
    display:none !important;
}

/* Media Information */
.halfPadding {
    display:none !important;
}

/* Toggle Video Information */
.more {
    display:none !important;
}

/* Ad */
#container > DIV:first-child + DIV + DIV + A + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV:last-child {
    display:none !important;
}

/* Comments */
#container > DIV:first-child + DIV + DIV + A + DIV + DIV + DIV > DIV:first-child > DIV:last-child > DIV:last-child {
    display:none !important;
}

/* Footer */
.footer {
    display:none !important;
}

/* Red Curtain Background */
body {
    background: #000000 !important;
    color: #ffffff !important;
    background-image: url(http://img149.imageshack.us/img149/789/redcurtainxm0.jpg) !important;
    background-repeat: repeat-x !important;
}

/* Center Video (For Screen Resolution @ 1280x1024) */
#container > DIV:first-child + DIV + DIV + A + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:last-child {
    margin-top: 15px !important;
    margin-left: 40% !important;
    width: 480px !important;
}

}