@charset "utf-8";
/* CSS Document */
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
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;}

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
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;}

body  {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background:url(/images/t/body_bg.jpg);
	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;
}
.thrColFixHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(/images/t/container_bg.png) repeat-y;
	padding:0 9px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {  
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width:960px;
	height:198px;
	text-indent:-9999px;
} 
.thrColFixHdr #header #branding {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	background:url(/images/t/header.jpg) no-repeat;
	width:960px;
	height:198px;
}
#nav {
	background:#24120b;
	height:56px;
	list-style:none;
	margin:0;
	padding:0;
}
#nav li {
	float:left;
	list-style:none;
	width:auto;
	display:inline-block;
}

#nav li a {
	color:#fbeea4;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin:13px 0;
	display:block;
	line-height:30px;
	border-right:1px solid #fff;
	padding-right:46px;
	margin-left:46px;
	text-align:center;
	text-transform:uppercase;
}
#nav li.last a {border:none;}
#nav li a:hover {text-decoration:underline;}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 245px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#c46016 url(/images/t/sidebar1_bg.jpg) 0 275px no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	color:#fff;
	min-height:700px;
	height:auto !important;
	height:700px;
	margin-bottom:30px;
}
#sidebar_wrapper {
	background:url(/images/t/sidebar1_shadow.jpg) repeat-x;
	padding:30px 10px;
	text-align:center;
}
#sidebar_wrapper h3 {font-weight:bold; text-align:center;}

/***** =On-Air *****/
#on-air-frame {
	width:138px;
	height:161px;
	background:url(/images/t/on-air-bg.jpg) no-repeat;
	padding:11px;
	margin:0 auto;
	margin-bottom:20px;
}
#on-air { text-align:center; }
#on-air h3 {
	font-weight:bold;
	padding-bottom:10px;
}

/***** =program *****/
div.program {height:160px;}
div.program h2 {
	padding:3px 0 3px 18px;;
	font:bold 12px Arial, Helvetica, sans-serif;
	background:#acacac url(/images/t/hdr_program_arrow.gif) 8px center no-repeat;
}
div.program h2 a {color:#363636; text-decoration:none;}
div.program h2 a:hover {text-decoration:underline;}
div.program div.content {padding:8px;}
div.program ul {padding-bottom:10px;}
div.program img {border:1px solid #c2c2c2;}

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

#schedule {font-size:9px; letter-spacing:-.08em;}
#schedule dt {
	font-weight:bold; 
	font-size:12px;
	padding:10px 0 2px 0;
}
#schedule dd {padding:3px 0;}

.thrColFixHdr #mainContent { 
	padding: 30px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#fff url(/images/t/maincontent_bg.jpg) repeat-x;
	width:495px;
	float:left;
} 
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 30px 20px; /* padding keeps the content of the div away from the edges */
	background:#fbeea4 url(/images/t/sidebar2_bg.jpg) repeat-x;
	min-height:600px;
	height:auto !important;
	height:600px;
}
#sponsors li {padding-bottom:10px;}

#google_ads {	
	padding:10px;
	background:#fff;
	width:140px;
	text-align:center; 
}
#footer { 
	background:#fff;
	margin-top:20px;
	width:960px;
} 
#footer p.contact {
	background:#24120b;
	color:#fff;
	text-align:center;
	font-size:9px;
	margin:0;
	padding:3px 0 0 0;
	height:14px;
	line-height:9px;
}
.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;}

/***** =Defaults *****/
#mainContent h1 {
	padding-bottom:15px;
	margin-bottom:25px;
	font-size:28px;
	font-weight:bold;
	border-bottom:1px solid #d6d6d6;
	text-transform:capitalize;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#mainContent h3 { font-weight:bold; padding-bottom:1.5em; }
#mainContent { font-size:12px; }
#mainContent dl { margin-bottom:10px; }
#mainContent dt { font-weight:bold; margin-top:15px; padding-bottom:3px; }
#mainContent dd { padding:2px 0; }
#mainContent dd.last { border-bottom:1px solid #d6d6d6; padding-bottom:15px;}
#mainContent p { padding-bottom:1.5em; }
#mainContent ul {
	margin: 0 0 1.5em 0;
    line-height:1.4em;
  	list-style-type: disc;
}
#mainContent ul li {
	margin: 0 0 0.25em 25px;
}
#mainContent ul.nobullets {
	margin:0;
	line-height:1;
	list-style-type:none;
}
#mainContent ul.nobullets {
	margin:0;
}
strong { font-weight:bold; }

h1 {font-size: 16px;}
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;
}
h2 {
	font-weight:bold;
	margin-bottom:10px;
	color:red;
}
img.left {
	float:left;
	clear:left;
	margin:0 20px 20px 0;
}
img.right {
	float:right;
	clear:right;
	margin:0 0 20px 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.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;
}

/***** =Peeps Club *****/
#mainContent dl.peeps-club-offer {
	border:2px dashed #000;
	padding:10px;
	margin-bottom:25px;
}
#mainContent dl.peeps-club-offer dt {
	padding:0 0 3px 0;
	font-weight:bold;
	color:#c35f15;
	font-size:1.5em;
	margin:0;
}
#mainContent dl.peeps-club-offer dd {
	padding:3px;
	margin:0;
}

#contests {
	width:515px;
	margin-left:-10px;
	margin-bottom:20px;
}
#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; }
