@import "typo3.css";
@import "dialog.css";
@import "extensions.css";

/*////////////////////////////////////////////////
MEDIABURN MAIN CSS STYLES
CREATED BY: MICHAEL MOORE/ENOMALY.COM
WRITTEN: FEBRUARY 2006
UPDATED: DECEMBER 1 2006
EDITED BY: KEVIN HOXIE AND ISAAC VANDUYN - MARCH 2011
////////////////////////////////////////////////*/
body {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 70%;
	color: black;
	line-height: 1.5em;
	background: #FFF;
}
#body-videomakers .nav-videomakers,
#body-titleindex .nav-titleindex {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #000;
	background: #FFF;
}

/*////////////////////////////////////////////////
GENERAL ELEMENT STYLES
////////////////////////////////////////////////*/
table, table tr, table td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
table td {
	vertical-align: top;
}
img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}
div.clear {
	clear: both;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: .5em 0;
}
h1 {
	font-size: 160%;
	color: #000;
}
a {
	color: #D7620B;
}
a:hover {
	color: #000;
}

/*////////////////////////////////////////////////
HEADER ELEMENT STYLES
////////////////////////////////////////////////*/
#header {
	min-width: 800px;
	text-align: center;
	background-color: #FFF;
}
#header .logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 105px;
	width: 148px;
	background: url(../imgs/2011-logo2.png) no-repeat center center;
	padding: 0.7em;
}
#header .logoright {
	float: right;
	height: 110px;
	margin-right: 20px;
	width: 95px;
	text-align: right;
	background: url(../imgs/channel500_logo.gif) no-repeat center center;
}
#header .search {
	width: 292px;
	height: 24px;
	margin: 0 0 10px 165px;
}
.metanav {
	float: right;
	margin: -25px 20px 0 0;
	font: normal bold 14px 'Helvetica', 'Arial', 'sans-serif';
}
.metanav a {
	color: #000;
	padding-left:10px;
	text-decoration: none;
}
.metanav a:hover {
	text-decoration: underline;
}

/*////////////////////////////////////////////////
NAVIGATION ELEMENT STYLES
////////////////////////////////////////////////*/
#nav {
	height: 30px;
	min-width: 800px;
	line-height: 30px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	color: #FFF;
	background: url(../imgs/2011-nav-background.png) repeat-x top left; */
}
#nav .archive {
	float: left;
	height: 30px;
	width: 92px;
	background: url(../imgs/logo_independentarchive.gif) no-repeat top left;
}
#nav a {
	padding: 0 10px;
	color: #FFF;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav .navsel a {
	padding: 7px 10px 8px 10px;
	color: #000;
	text-decoration: none;
	background-color: #fff
}
#nav .navsel a:hover {
	text-decoration: underline;
}

/*////////////////////////////////////////////////
BREADCRUMB ELEMENT STYLES
////////////////////////////////////////////////*/
#breadcrumb {
	min-width: 800px;
	height: 30px;
	line-height: 28px;
	padding: 0 20px;
	color: #000;
	font-weight: bold;
	background: url(../imgs/breadcrumb_bg.gif) repeat-x top left;
	clear:all;
	display: none; /* SUB NAV HIDDEN AT MEDIABURN REQUEST */
}
#breadcrumb a {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

#breadcrumb .pathsel a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}
#breadcrumb .path {
	float: left;
}
#breadcrumb .searchresults {
	float: right;
	text-align: right;
}
#breadcrumb .searchresults span {
	color: #666;
	font-weight: normal;
}
#breadcrumb .searchresults em {
	color: #ff6600;
	font-style: normal;
	font-weight: bold;
}

/*////////////////////////////////////////////////
CONTENT ELEMENT STYLES
////////////////////////////////////////////////*/
.content { 
	clear:both;  
	margin: 0 auto -4px auto; 
	max-width: 980px;}

#maincontent {
	width: 100%;
	text-align: left;
	line-height: 1.5em;
}
#maincontent td {
	padding: 10px;
}
td.homeleft {
	width: 385px;
	padding: 10px 0 0 10px;
}
td.homeright {
	padding: 10px 0 0 0;
}
td.detailleft {
	width: 400px;
	padding: 10px 0px 0px 10px;
}
td.detailright {
	padding: 10px 5px 0px 0px;
}
td.sponsorsleft {
	width: 50%;
}
td.sponsorsright {
	width: 50%;
}
.wrappercontentarea ul {
	display: block;
	margin-left: 20px;
}
.wrappercontentarea li {
	display: list-item;
}

/*////////////////////////////////////////////////
WIDGET ELEMENT STYLES
////////////////////////////////////////////////*/
.widget, .widgetsearch, .widgetfull, .widgetonethird, .widgettwothird {
	float: left;
	width: 236px;
	margin-bottom: 10px;
	background: #FFF;
}
.widgetsearch {
	width: 48%;
	margin-right: 10px;
}
.widgetfull {
	width: 100%;
}
.widgetonethird {
	width: 32.5%;
	margin-right: 5px;
}
.widgettwothird {
float: right;
	width: 65.5%;
	margin-left: 5px;
}
.widgettitle {
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	font-size: 130%;
	color: #000;
	padding: 0 10px;
/*	border-bottom: 1px solid #9F9F9F; */
	border-top: 1px solid #D2D2D2; 
	-webkit-background-clip: padding-box;
	-moz-box-shadow: 0px -1px 2px #D2D2D2; /* FF3.5+ */
	-webkit-box-shadow: 0px -1px 2px #D2D2D2; /* Saf3+, Chrome */
	box-shadow: 0px -1px 2px #D2D2D2; /* Standard. Opera 10.5, IE9 */
}
.widgettabs {
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	font-size: 120%;
	color: #746a48;
	background: url(../imgs/widgettitle_bg.gif) repeat-x bottom left;
}
.widgettabs a {
	padding: 5px 10px 4px 10px;
	border-right: 1px solid #CCC;
	text-decoration: none;
	color: #D7620B;
}
.widgettabs a:hover {
	color: #000;
	background: #FFF;
}
.widgettitle .title {
	float: left;
}
/*//////////////////////////////////////////
WRAPPER ELEMENTS
//////////////////////////////////////////*/
.wrappercontentarea { 
	padding:5px 5px 5px 15px; 
}
.wrappercontentarea .bodytext, UL { 
	font-size:12px; 
/*	padding-left:5px; */
}
.wrappercontentarea a { 
	color:#746A48;
}
.wrappercontentarea a:hover { 
	color:#CA7314;
	text-decoration: none;
}

.wrappercontentarea H2 { 
	font-size:13px;
	background-color: #FAF9F6;
	border-bottom:1px dashed #CEC4A2; 
	padding:4px 
}
.wrappercontent, .wrapperlist {
	clear: both;
	padding: 5px 10px;
	vertical-align: top;
}
.wrappercontent UL {
	display: block;
	margin-left: 20px;
	}
.homeleft .csc-header, .homeright .csc-header, .wrappercontent .csc-header {
	display: none;
	}
.wrappervideo {
	height: 300px;
}
.wrapperlist {
	padding: 0;
}
.trailerphoto {
	float: left;
	padding-right: 10px;
	vertical-align: top;
}
img.featurephoto {
	margin-bottom: 10px;
	border: 3px solid #CCC;
}
a:hover img.featurephoto {
	border-color: #D7620B;
}
.traileractions {
	font-size: 90%;
}
.traileractions a {
	color: #D7620B;
	text-decoration: none;
}
.trailercontent {
	margin-left: 110px;
	vertical-align: top;
}
.trailertitle {
	display: block;
	font-size: 130%;
	font-weight: bold;
	color: #ffb155;
}
.trailerdate, .trailertime {
	font-weight: bold;
	color: #333;
}
.viewall {
	float: right;
	font-size: 80%;
}
.viewall a {
	color: #D7620B;
	text-decoration: none;
}
.viewall a:hover {
	color: #000;
}

/*////////////////////////////////////////////////
USER STATUSBAR ELEMENT STYLES
////////////////////////////////////////////////*/
#userstatusbar {
	clear: both;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	font-size: 120%;
	color: #FFF;
	background: #000;
}
#userstatusbar a {
	color: #ffcc00;
	text-decoration: none;
}
#userstatusbar .playlist, #userstatusbar .messages, #userstatusbar .reviews, #userstatusbar .username {
	padding: 0 20px;
}
.useroptions {
	padding: 20px;
	background: #222;
}

/*////////////////////////////////////////////////
PLAYLIST ELEMENT STYLES
////////////////////////////////////////////////*/
.playlisttable {
	width: 100%;
	color: #CCC;
}
.playlisttable th {
	padding: 4px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background: #161616;
}
.playlisttable td {
	padding: 4px;
}
.playlisttable tr.even td {
	background: #2C2C2C;
}

/*////////////////////////////////////////////////
TITLE LIST ELEMENT STYLES
////////////////////////////////////////////////*/
td.titlelistleft {
	padding: 5px 0px 0px 5px;
}
td.titlelistright {
	width: 400px;
}

/*////////////////////////////////////////////////
TVGUIDE ELEMENT STYLES
////////////////////////////////////////////////*/
.tvguidecatimage {
	float: left;
	margin-right: 20px;
}
.tvguidelist span {
	margin-left: 120px;
	display: block;
}
.listtwo span {
	display: block;
}
.tvguidelist span.even, .listtwo span.even {
	background: #f5f2e8;
}
.tvguidelist a, .listtwo a {
	padding: 4px;
	display: block;
	text-decoration: none;
}
.tvguidelist a:hover, .listtwo a:hover {
	color: #FFF;
	background: #D7620B;
}

/*////////////////////////////////////////////////
LIST ELEMENT STYLES
////////////////////////////////////////////////*/
table.list {
	width: 100%;
	background: #FFF;
}
table.list th {
	text-align: left;
}
table.list td {
	padding: 4px;
}
table.list tr.even td {
	background: #f5f2e8;
}
table.list .title {
	font-weight: bold;
	color: #000;
}
/*////////////////////////////////////////////////
TITLE LIST ELEMENT STYLES
////////////////////////////////////////////////*/
table.titlelist {
	width: 100%;
	background: #FFF;
}
table.titlelist .pagination {
	border-bottom: 1px solid #f5f2e8;
}
table.titlelist th {
	line-height: 20px;
	border-bottom: 1px solid #f5f2e8;
}
table.titlelist th.info {
	width: 40px;
}
table.titlelist th.playlist {
	width: 40px;
}
table.titlelist tr.even td {
	background: #f5f2e8;
}
table.titlelist tr.selected td {
	background: #fff5a4;
}
/*////////////////////////////////////////////////
PLAY LIST ELEMENT STYLES
////////////////////////////////////////////////*/
#playlist {
	width: 100%;
	background: #FFF;
}
#playlist th.left {
	text-align: left;
}
#playlist .num {
	width: 20px;
	text-align: center;
}
#playlist .duration {
	width: 100px;
	text-align: center;
}
#playlist .delete {
	width: 30px;
	text-align: center;
}
#playlist td {
	padding: 4px;
}
#playlist tr.even td {
	background: #f5f2e8;
}
.playlistbtns {
	text-align: right;
}

/*////////////////////////////////////////////////
GENERAL VIDEO LISTING STYLES
////////////////////////////////////////////////*/
.addToPlaylistIcon {
}
.addToPlaylistTitle {
}
td.listVideoTitle {
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
}
td.listVideoDescription {
	vertical-align: top;
}
.listVideoDuration {
}
.listVideoDate {
}
.listVideoAuthors {
}

/*////////////////////////////////////////////////
FOOTER ELEMENT STYLES  
////////////////////////////////////////////////*/
#footer {
	min-width: 800px;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	color: #321d1b
	/* background: url(../imgs/2011-footer-background.png) repeat-x top left; */
}
#footer a {
	color: #321d1b;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .links, #footer .links a {
	color: #70481B;
	text-decoration: none;
}
#footer .links a:hover {
	text-decoration: underline;
}
/*////////////////////////////////////////////////
FORM ELEMENT STYLES
////////////////////////////////////////////////*/
input, textarea, select {
	font-size: 100%;
}
input.searchbox {
	width: 150px;
}

/*////////////////////////////////////////////////
VIDEO OBJECT STYLES
////////////////////////////////////////////////*/
#videoLayer {
	display: block;
	margin: 40px 0 10px 40px;
	}


/*////////////////////////////////////////////////
FOOTER ELEMENT STYLES
////////////////////////////////////////////////*/
.msgwrapper { 
	display:block; 
	width:90%; 
	background-color:#222222; 
	padding:10px; 
	}
#messages { 
	display:block; 
	width:98%; 
	background-color:#222222; 
	padding:10px; 
	}
.msg { 
	display:block;  
	background-color:#fff; 
	padding:10px; 
	}

/*////////////////////////////////////////////////
CONTENT ELEMENT STYLES
////////////////////////////////////////////////*/
.wrappercontent UL {
	display: block;
	margin-left: 20px;
	}
.wrappercontent H2 {
	display: block;
	margin: 0px;
	padding: 0px;
	}
p.bodytext {
	font-size: 12px;
	}
p.align-left {
	font-size: 12px;
	text-align: left;
	}
p.align-center {
	font-size: 12px;
	text-align: center;
	margin-right: 10px;
	}
p.align-right {
	font-size: 12px;
	text-align: right;
	margin-right: 10px;
	}
/*///////////////////////////////////////////////
NEWS STYLES
///////////////////////////////////////////////*/
.news-single {
	margin-bottom: 10px;
	}
.news-single .title {
	margin: 10px 0 15px 0;
	font-size: 16px;
	font-weight: bold;
	}
.news-single .image {
	margin: 5px;
	float: right;
	}
/*///////////////////////////////////////////////
DOJO WIDGETS
///////////////////////////////////////////////*/
.dojoDialog {
	background : #eee;
	border : 1px solid #999;
	-moz-border-radius : 5px;
	padding : 4px;
}

/*///////////////////////////////////////////////
---NEW CSS STUFF FROM ISAAC & KEVIN, MARCH 2011---
///////////////////////////////////////////////*/

/*///////////////////////////////////////////////
HOME PAGE
///////////////////////////////////////////////*/
#welcome_box {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	background: #FFF;
}
#welcome_title {
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	font-size: 30px;
	color: #000;
	padding: 5px 10px;
}
#welcome_title span {
	float: left;
}
#welcome_content {
	font-size: 140%;
	line-height: 1.2;
	clear: both;
	padding: 5px 10px;
	vertical-align: top;
}
#donate_box {
	float: left;
	width: 100%;
	margin: 20px 0 10px 0;
	background: #FFF;
}
#donate_title {
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	font-size: 20px;
	color: #B24100;
	padding: 5px 10px;
}
#donate_title span {
	float: left;
}
#donate_content {
	font-size: 140%;
	line-height: 1.2;
	clear: both;
	padding: 5px 10px;
	vertical-align: top;
	color: #B24100;
}
#blog_box {
	float: left;
	width: 100%;
	margin: 20px 0 10px 0;
	background: #FFF;
	border: 2px solid #9F9F9F;
	-moz-border-radius: 15px; /* FF1+ */
	-webkit-border-radius: 15px; /* Saf3+, Chrome */
	-khtml-border-radius: 15px; /* Konqueror */
	border-radius: 15px; /* Standard. IE9 */
	/**
	 * @bugfix border-radius background bleed
	 * @see http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed
	 */
	-webkit-background-clip: padding-box;
	-moz-box-shadow: 2px 2px 2px #666; /* FF3.5+ */
	-webkit-box-shadow: 2px 2px 2px #666; /* Saf3+, Chrome */
	box-shadow: 2px 2px 2px #666; /* Standard. Opera 10.5, IE9 */
}
#blog_title {
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	font-size: 20px;
	color: #000;
	padding: 5px 10px;
}
#blog_title span {
	float: left;
}
#blog_title a {
	float: right;
	color: #B24100;
	text-decoration: none;
}
#blog_title a:hover {
	text-decoration: underline;
}		
.viewers_choice_box {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border: 2px solid #9F9F9F;
	background: #FFF;
	margin-right: 10px;
	-moz-border-radius: 15px; /* FF1+ */
	-webkit-border-radius: 15px; /* Saf3+, Chrome */
	-khtml-border-radius: 15px; /* Konqueror */
	border-radius: 15px; /* Standard. IE9 */
	/**
	 * @bugfix border-radius background bleed
	 * @see http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed
	 */
	-webkit-background-clip: padding-box;
	-moz-box-shadow: 2px 2px 2px #666; /* FF3.5+ */
	-webkit-box-shadow: 2px 2px 2px #666; /* Saf3+, Chrome */
	box-shadow: 2px 2px 2px #666; /* Standard. Opera 10.5, IE9 */
}
.viewers_choice_title {
	float: left;
	width: 100%;
	margin: 10px 0;
}
.viewers_choice_title .title {
	float: left;
	font-weight: bold;
	font-size: 24px;
	color: #B24100;
	margin: 10px;
}
.viewers_choice_viewall {
	float: right;
	font-size: 12px;
	margin: 12px 10px;
}
.viewers_choice_trailerphoto {
	float: left;
	padding-right: 10px;
	vertical-align: top;
}
.viewers_choice_featurephoto {
	margin-bottom: 10px;
	border: 3px solid #CCC;
	width: 300px;
	height: 208px;
}
a:hover .viewers_choice_featurephoto {
	border-color: #D7620B;
}
.vc_trailercontent {
	margin-left: 110px;
	vertical-align: top;
}
.vc_trailertitle, .vc_trailertitle a {
	display: block;
	font-size: 120%;
	line-height: 1.1;
	font-weight: bold;
	color: #B24100;
	margin: 0 0 5px 0;
	text-decoration: none;
	height: 51px;
}
.vc_trailertitle a:hover {
	text-decoration: underline;
}
.vc_trailerdate, .vc_trailertime {
	font-weight: bold;
	color: #333;
	margin: 2px 0;
}
.vc_text {
	margin: 10px 0 0 0;
	font-size: 110%;
	color: #B24100;
	font-weight: bold;
}
.vc_description {
	font-weight: normal;
	font-size: 100%;
	color: #666;
	margin: 0 10px;
}
.vc_description_title {
	font-weight: bold;
	font-size: 110%;
	color: #000;
	margin: 0;
}
.explore {
	float: left;
	width: 100%;
	margin: 20px 0 0 10px;
}
.explore_heading {
	float: left;
	font-weight: bold;
	font-size: 24px;
	color: #B24100;
	margin: 10px 0;
}	
.home_explore_category {
	width: 263px;
	height: 128px;
	float: left;
	margin: 5px;
	border: 2px solid #B24100;
	background: #FFF;
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3+, Chrome */
	-khtml-border-radius: 10px; /* Konqueror */
	border-radius: 10px; /* Standard. IE9 */
	/**
	 * @bugfix border-radius background bleed
	 * @see http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed
	 */
	-webkit-background-clip: padding-box;
	-moz-box-shadow: 2px 2px 2px #666; /* FF3.5+ */
	-webkit-box-shadow: 2px 2px 2px #666; /* Saf3+, Chrome */
	box-shadow: 2px 2px 2px #666; /* Standard. Opera 10.5, IE9 */
}
.explore_title {
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	font-size: 120%;
	color: #333;
	padding: 0 10px;
}
.explore_title title {
	float: left;
}

/*///////////////////////////////////////////////
CONTACT PAGE
///////////////////////////////////////////////*/
#contact_container {
	width: 326px;
	margin: 0 auto;
	text-align: left;
	font: 15px normal Helvetica, Arial, sans-serif;
	color: #333333;
}
#contact_container legend {
	font: 25px normal Helvetica, Arial, sans-serif;
	color: #000;
	text-align: left;
}
#contact_container label {
	color: #666666;
	font: 15px normal Helvetica, Arial, sans-serif;
}
#contact_container fieldset {
	border: none;
}
.contact_features {
	background: url(../imgs/2011-contact-checkbox.png) no-repeat;
	margin: 15px 0;
	padding: 14px 0 14px 41px;
	width: 280px;
	font: 15px normal Helvetica, Arial, sans-serif;
	color: #333333;
}
.mc-field-group {
	margin: 30px 0;
}
#mce-EMAIL, #mce-FNAME, #mce-LNAME {
	width: 320px;
	height: 22px;
	color: #FF5E00;
	font-weight: bold;
}
#mce-responses {
	float: left;
	top: -1.4em;
	padding: 0em .5em 0em .5em;
	overflow: hidden;
	width: 90%;
	margin: 0 5%;
	clear: both;
}
#contact_information { }
#contact_information div {
	margin: 30px 0;
	height: 54px;
	color: #666;
	font: 24px bold Helvetica, Arial, sans-serif;
	padding-left: 60px;
}
#contact_information div a {
	color: #666;
	text-decoration: none;
	padding-top: 4px;
	display: block
}
#contact_information div p {
	margin: 0;
	padding: 0;
	line-height: 1.1;
}
#contact_email_address {
	background: url(../imgs/2011-contact-email.png) no-repeat;
}
#contact_phone_number {
	background: url(../imgs/2011-contact-phone.png) no-repeat;
}
#contact_mailing_address {
	background: url(../imgs/2011-contact-address.png) no-repeat;
}	
	
/*///////////////////////////////////////////////
HEADER CHANGES
///////////////////////////////////////////////*/
#subtitle {
    display: block;
    width: 292px;
    height: 23px;
    background: url(../imgs/2011-independentvideoarchive.png);
	margin: 24px 0 5px 165px;
}
#captionright {
    display: block;
    width: 160px;
    height: 27px;
    background: url(../imgs/2011-always-playing.png);
    position: absolute;
    right: 20px;
    top: 20px;
}
#main_search_box {
	width: 220px;
	height: 22px;
	padding: 0;
	margin: 0 2px 0 -2;
}
#main_search_button {
	width: 68px;
	height: 22px;
	color: #000;
	background-color:#EBE6D6;
	font-size:10px;
	border: 1px solid  #CEC4A2;
}

/*///////////////////////////////////////////////
STORE CHANGES
///////////////////////////////////////////////*/	
.paypal_button {
	display: block;
	float: left;
	margin: 5px 0 0 0;
}
.pricing {
	float: left;
	margin: 8px 0 0 8px;
	display: block;
	font-weight: bold;
	font-size: 13px;
}

.titles {
    color: #603;
    font-weight: bold;
    font-size: 18pt;
}

.trailer {
    display: block;
    float: left;
    padding-left: 15px;
}
