@import 'reset.css';

body
{
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	background: #111111;
	color: #676767;
}

.center
{
	width: 610px;
	margin: 0px auto 0px auto;
	padding-left:15px;
	padding-right:15px;
}

.clear
{
	clear: both;
}

h1
{
	font-size: 36px;
}

h2
{
	font-size: 18px;
	color: #CCCCCC;
}


#container_header
{
	padding-top: 30px;
	padding-bottom: 15px;
}
#container_header h1
{
	/*text-indent: -9000px;
	background: url('/assets/img/ctv.gif');
	*/
	width: 207px;
	height: 27px;
	margin: 0;
}

#container_header a.small
{
	float: right;
	font-size: 10px;
}

#container_nav
{
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #222222;
}

#nav li
{
	float: left;
	margin-right: 20px;
	font-size: 16px;
}

a
{
	text-decoration: none;
	color: #CCCCCC;
}

a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#nav a.active
{
	color: #FFFFFF;
	text-decoration: underline;
}

#container_player
{
	background: #000000;
	
}

#player
{
	width: 640px;
	height: 360px;
	margin: 0px auto 0px auto;
	/*
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
	*/
}

#container_channel
{
	padding-top: 20px;
}
.media_item
{
	float: left;
	width: 180px;
	margin-bottom: 20px;
	margin-left: 34px;
}
.media_item.first
{
	margin-left: 0px;
}

.media_item div.flash
{
	margin-top: 7px;
	margin-bottom: 10px;
}

#container_channel h2
{
	margin-top: 20px;
	margin-bottom: 5px;
}

#container_channel h3
{
	font-size: 14px;
	/*color: #FFFFFF;*/
	margin-top: 20px;
	margin-bottom: 5px;
}

.table
{
	width: 100%;
	clear: both;
}

.table .row
{
	background-color: #111111;
	border-top: 1px solid #333333;
	padding-top: 4px;
	padding-bottom: 4px;
	clear: both;
	cursor: pointer;
	height: 20px;
	/*margin-bottom:1px;*/
}

.table .row:hover
{
	background-color: #444444;
	color: #FFFFFF;
}


.table .row span
{
	float: left;
	
	margin-top: 4px;
}

.table .row .c3
{
	float: right;
}

.table .row .c3 img
{
	margin-left: 5px;
}

.table .row .c1
{
	width: 280px;
}

.table .row .c2
{
	width: 140px;
}

dl dt
{
	display:none;
}

dl
{
	line-height: 18px;
}

dl dd.large
{
	font-size: 18px;
	color: #FFFFFF;
}

dl
{
	margin-bottom: 40px;
}

#footer
{
	font-size: 11px;
	margin-top: 20px;
	border-top: 1px solid #222222;
	padding-top: 10px;
	padding-bottom: 10px;
}
