@charset "utf-8";
/* CSS Document */

/* =reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

html {height:100%;}
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background:#f2f2f2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	position:relative;
	width: 960px;
	background: url(/images/t/bg_body.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0 11px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background:#f9a224;
}
#middle {
	width:960px;
	background:url(/images/t/bg_middle.gif) no-repeat;
	height:100%;
}
#sidebar1 {
	float:left;
	padding:20px;
	width:183px;
	text-align:center;
}
#mainContent{
	float:left;
	width:475px;
	padding:125px 20px 20px 20px;
}
#mainContent h3 {
	padding-bottom:2px;
	color:#10505a;
}
#mainContent h2 {
	padding-bottom:10px;
	font-size:16px;
}
#sidebar2 {
	float:right;
	padding:32px 31px;
	width:160px;
}
#footer { 
	background:#fff url(/images/t/bg_footer.gif) no-repeat;
	padding-top:27px;
	width:960px;
} 
#footer p.contact {
	background:#faa224;
	color:#242524;
	text-align:center;
	font-size:9px;
	margin:0;
	padding:1px 0;
	height:13px;
	line-height:13px;
}
.space-5px { padding:0 5px }
#footer p {
	padding:20px;
}
#footer-nav {
	margin:0;
	height:50px;
	padding:30px 0;
	text-align:center;
	list-style:none;
	padding-left:170px;
}
#footer-nav li {
	float:left;
	list-style:none;
	padding-right:40px;
	display:inline;
}
#footer-nav li.last {padding:0;}

#logo {
	position:absolute;
	left:50%;
	top:154px;
	margin-left:-113px;
	width:281px;
	height:237px;
	background:url(/images/t/logo.jpg) no-repeat;
	text-indent:-9999px;
}

/* =Navigation */
#nav {
	position:relative;
	width:950px;
	height:56px;
	z-index:200;
	margin:0;
	padding:0;
}
#nav li {
	list-style:none;
	float:left;
	height:38px;
	padding:18px 0 0 0;
}
ul#nav li a {
	color:#000;
	text-decoration:none;
	border-right:1px solid #000;
	font:bold 13px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0 20px;
}
#nav li a:hover {text-decoration:underline;}
#nav li.last a {border:none;}
#nav li.right a {margin-left:275px;}

#sponsors li {padding-bottom:10px;}

#google_ads {	
	padding:10px;
	background:#fff;
	width:140px;
	text-align:center; 
}

/* =On-Air */
#on-air { 
	position:relative;
	text-align:center; 
	margin-bottom:40px;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#faa224;
}
#on-air img {padding:11px 0;}
#on-air-frame {
	position:absolute;
	top:0;
	left:0;
	width:169px;
	height:172px;
	background:url(/images/t/on-air-frame.gif) no-repeat;
}

/* =Program */
/***** =program *****/
div.program {height:140px;}
#mainContent div.program h2 {
	padding:3px 0 3px 18px;;
	font:bold 12px Arial, Helvetica, sans-serif;
	background:#10505a url(/images/t/hdr_program_arrow.gif) 8px center no-repeat;
}
div.program h2 a {color:#fff; text-decoration:none; font-size:12px;}
div.program h2 a:hover {text-decoration:underline;}
div.program div.content {padding:8px;}
div.program ul {padding-bottom:20px;}
div.program img {border:1px solid #10505a;}
div.program img.host {
	float:right;
	margin:0 0 20px 20px;
	border:1px solid #10505a;
	padding:1px;
}

.even {background:#fff;}
.odd {background:#d1eaef;}

/* =News */
#co_news {padding:0 0 20px 0;}
#co_news ul li {
	padding:3px 0 3px 15px;
	background:url(/images/t/arrow_list.gif) 0px 5px no-repeat;
}

/* = defaults */
h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	color: #fff;
	padding-bottom:1.22em;
}
h1 {font-size: 20px; color:#10505a;}
h2 {font-size: 15px;}
h3 {font-size: 14px;}
h4 {font-size: 13px;}
h5 {font-size: 12px;}
h6 {font-size: 11px;}

table {
	margin-bottom:10px;
}
table tr td {
	padding:3px 10px 3px 0;
}
p {
	margin-bottom:10px;
}
strong { font-weight:bold; }

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.left {float:left;}
.right {float:right;}
.text-right {text-align:right;}

#contests {
	margin-left:-20px;
	width:515px;
}
#contests div.box-wrapper {
	background:#6b6969;
	margin:0;
	padding:0;
}
#contests div.content {
	background:none;
	padding:5px;
	height:300px;
}
#contests div.content p img {
	padding:0;
	border:2px solid #fff;
	margin-bottom:5px;
}
#contest-bar li {
	float:left;
	padding-right:15px;
	height:40px;
}
#contest-bar li.active a img {
	border:2px solid #fff200;
	padding:0;
}
#contest-bar li a img { padding:2px; }

div#slideshow {
	text-align:center;
}
div#contests {
	background:#252525;
}
#contest .slideshow-images { border:2px solid #fff; }
div.contest {
	padding-bottom:20px;
	border-bottom:1px solid #d6d6d6;
	margin-bottom:10px;
}
div.contestBanner { padding-bottom:20px; }
div#logos img {padding:0 10px 10px 0;}
div#logos {margin:0 auto;}

