@charset "ISO-8859-1";

* {
	padding: 0;
	margin: 0;
	font-size: 12px;
	background-color: #1C242D;
}

html, body {
	height: 100%;  
}

body {
	background: #000;
	font-family: helvetica, arial sans-serif;
	background-image: url(img/bg.new.jpg);
	background-repeat: no-repeat;
	}
#right_col {
	background-color: #000000;
	float: right;
	width: 200px;
	padding: 5px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#right_col_new {
	background-color: #000000;
	float: right;
	width: 200px;
	padding: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#right_col_new p {
	text-align: center;
	color: #CCCCCC;
	padding-top: 10px;
}
#right_col_new a {
	color: #00CCFF;
	text-decoration: underline;
}
#left_col {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 660px;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#left_col_new {
	float: left;
	width: 740px;
	margin-bottom: 20px;
	margin-top: 5;
	margin-right: 70px;
	margin-left: 70px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

body * {
	font-family: helvetica, arial sans-serif;
	font-weight: bold;
}

a {text-decoration: none;}
a:link,a:visited {color: #CCC;}     /*unvisited link */
/*a:visited {color: #f4f4f4;}  /* visited link */

/* mouse over link */
a:hover {
	color: #999;
	text-decoration: underline;
} 

a.selected {
	color: #f4f4f4;
	text-decoration: none;
}
#container {
	width: 900px;
	margin: 0px;
	padding: 0px;
	height: 100percent;
	background-repeat: no-repeat;
	background-position: 0px 150px;
}
#header {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	width: 900px;
	background-image: url(img/header_900.jpg);
	background-repeat: no-repeat;
	height: 150px;
}
div#pageNavigation {
	text-align: right;
	height: 20px;
	margin-bottom: 1px;
	width: 890px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
	float: right;
}
#active {
	float: right;
	height: 110px;
	width: 600px;
	padding-right: 0px;
	margin-right: 1px;
	border: thin solid #333333;
}
#active_v {
	float: right;
	height: 110px;
	width: 600px;
	padding-right: 0px;
	margin-right: 1px;
	
}

div#pageNavigation a {
	font-size: 12px;
	color: #333;
	text-decoration: underline;
	padding-right: 25px;
}
	
div#pageNavigation a:link,a:visited {
	color: #333333;
}     /*unvisited link */
/*a:visited {color: #f4f4f4;}  /* visited link */

/* mouse over link */
div#pageNavigation a:hover {
	color: #4E6276;
	text-decoration: underline;
} 

div#pageNavigation a.selected {
	color: #999;
	text-decoration: none;
}

/*div#pageNavigation .last {padding: 0;}*/
#video_box {
	margin: 5px;
	padding: 5px;
	width: 620px;
	height: 310px;
	border: thin solid #CCCCCC;
}
#video_box_new {
	margin: 5px;
	padding: 5px;
	width: 420px;
	height: 320px;
}
#content_box {
	margin: 5px;
	padding: 5px;
	width: 620px;
	height: 100%;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}
#content_box_new {
	padding: 5px;
	width: 870px;
	height: 100%;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}
#intro {
	margin: 5px;
	padding: 5px;
	float: right;
	width: 290px;
	height: 300px;
}
#clip_box {
	float: left;
	height: 500px;
	width: 640px;
	margin: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
}
#chapters {
	float: left;
	width: 270px;
	background-color: #000000;
	height: 180px;
	background-image: url(img/bg.interviewtitle.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
	margin-left: 20px;
}
div#chapters a.CH 
{
	color:#1c242D;
	background-color:#607890;
	text-decoration:none;
	display:block;
	height: 40px;
	line-height:40px;
	padding-left: 10px;
	margin-top:1px;
	font-size: 14px;
}

div#chapters a.CH:link {color: #F4F4F4;}     /*unvisited link */
div#chapters a.CH:visited {color: #f4f4f4;}  /* visited link */
div#chapters a.CH:active {color: #999;}   /* selected link */

/* mouse over link */
div#chapters a.CH:hover {
	color: #F4F4F4;
	background-color:#636F7B;
	text-decoration: underline;
}
div#chapters h4 {
	color: #CCF2E6;
	background-color: #333;
	height: 22px;
	line-height:22px;
	padding-left: 10px;
	margin: 0px;
	font-size: 14px;
}
#clips {
	background-color: #333333;
	float: left;
	width: 620px;
	height: 100px;
	background-image: url(img/bg.trailertitle.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
}
#clips ul {
	list-style-type: none;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 0px;
}
#clips li {
	display: inline;
	height: 60px;
	width: 90px;
	float: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 0px;
	text-align: center;
}
#clips a {
	font-size: 12px;
	color: #00B0DC;
	text-decoration: none;
	padding: 3px;
	border-top-color: 0;
	border-right-color: 0;
	border-bottom-color: 0;
	border-left-color: 0;
}
.quote {
	font-style: italic;
	color: #CCCCCC;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
.source {
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	font-style: normal;
}
#chapters h3 {
	color: #607890;
	padding-top: 20px;
	padding-left: 5px;
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#right_col p {
	text-align: center;
	color: #CCCCCC;
	padding-top: 10px;
}
#clips h3 {
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
#intro p {
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}
#clips a:hover {
	text-decoration: underline;
}
#intro a {
	color: #00CCFF;
	text-decoration: underline;
}
#container #left_col #content_box p {
	color: #CCCCCC;
	padding-left: 100px;
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0px;
}
#content_box a {
	color: #00CCFF;
	text-decoration: underline;
}
#footer {
	background-color: #66FF99;
	clear: both;
	height: 50px;
	width: 900px;
}
#container #right_col a {
	color: #00CCFF;
	text-decoration: underline;
}
#action_box {
	float: right;
	margin-right: 20px;
}
#watch_box {
	margin-bottom: 20px;
}
.ad_box {
	padding: 5px;
	height: 270px;
	width: 300px;
	float: left;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
}
.ad_box a {
	text-decoration: underline;
	color: #00B0DC;
}
#small_video {
	float: left;
	height: 210px;
	width: 280px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 58px;
}
.small_box {
	padding-bottom: -10px;
}
#content_box_new  a {
	color: #00CCFF;
	text-decoration: underline;
}
.white {
	border: thin solid #FFFFFF;
}
.tri_col {
	float: left;
	width: 240px;
	margin-left: 30px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 10px;
}
.tri_col h2 {
	color: #FFFFFF;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: underline;
}
.smoosh {
	padding-left: 5px;
}
