/*
Stylesheet for Matt Reid
Created on: 8th August 2011
Created by: Zach Nicodemous / ZDN Computers
Website: http://www.zdncomputers.com
Last updated: 11th August 2011
*/

body {
	background:#000;
	margin:0;
	padding:0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
	color:#595959;
}
a, a:visited{
	color:#fff;
	text-decoration:none;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
ul li {
	color:#fff;
	margin:0 0 6px 0;
	font-size:14px;
}
p{
	color:#595959;
	font-size:15px;
}
.container {
	position:relative;
	width:100%;
	height:auto;
	float:left;
}
#wrapper {
	position:relative;
	width:980px;
	height:auto;
	margin:0 auto;
}
#content {
	position:relative;
	width:980px;
	height:auto;
	float:left;
	padding:0 0 0 20px;
}
#content-panel-left {
	position:relative;
	width:145px;
	height:auto;
	float:left;
	padding:0 115px 0 0;
}
#content-panel-left-header {
	position:relative;
	width:145px;
	height:65px;
	float:left;
	padding:25px 0 0 0;
	font-size:24px;
}
#content-panel-left-header a{
	color:#FFF;
}
#content-panel-left-menu {
	position:relative;
	width:145px;
	height:auto;
	float:left;
}
#content-panel-left-menu ul li {
	margin:0 0 13px 0;
	cursor:pointer;
}
#content-panel-left-menu ul li:hover{
	color:#FFF;
}
#content-panel-left-menu ul li a:hover{
	color:#FFF;
}
body#television #content-panel-left-menu ul li#television a, body#corporate #content-panel-left-menu ul li#corporate a,
body#trailers-clips #content-panel-left-menu ul li#trailers-clips a, body#bio #content-panel-left-menu ul li#bio a, 
body#contact #content-panel-left-menu ul li#contact a{
	color:#FFF;
}
#content-panel-left-menu img {
	margin:20px 0 0 0;
}

/* */

#content-panes {
	position:relative;
	width:720px;
	height:700px;
	float:left;
	overflow:hidden;
}
.content-pane-container #television-pane, .content-pane-container #corporate-pane, .content-pane-container #trailers-clips-pane{
	position:absolute;
	width:720px;
	height:500px;
	float:left;
	overflow:hidden;
	background:#000;
}
.pane-content {
	position:relative;
	width:680px;
	height:500px;
	float:left;
	padding:0 20px;
	margin:90px 0 0 0;
}
.list-item {
	position:relative;
	width:300px;
	height:auto;
}
.list-item-title{
	position:relative;
	width:300px;
	height:auto;
	float:left;
	color:#fff;
	margin:0 0 6px 0;
	font-size:14px;
	cursor:pointer;
}
.list-item-title:hover{
	color:#FFF;
}
.content-pane{
	position:absolute;
	width:205px;
	height:500px;
	left:400px;
	top:0px;
	background:#000;
}
.content-pane ul li, .content-pane ul li a{
	cursor:pointer;
}
.content-pane ul li:hover, .content-pane ul li a:hover{
	color:#FFF;
}

.on {
	color:#FFF;
}
.do-not-display{
	display:none;
}


.pop-up p {padding:0 10px }



.channel, .format, .date-aired, .role, .description span {margin-left:10px}