@charset "utf-8";

@import "reset.css";

/* CSS Document */
body, html {
	background: url(img/head.png) center top no-repeat #000;
	text-align:center;
	font-size:12px;
}
#container {
	width:1000px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	background:url(img/cbg.png) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	height:200px;
}
#nav {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}
#nav ul {
	width: 100%;
	text-transform:uppercase;
	text-align:center;
}
#nav li {
	display: inline;
	line-height:33px;
	color:#FFF;
	margin: 9px 0px;
}
#nav li a {
	font-size:12px;
	color:#FFF;
	margin: 9px 17px;
	font-weight: bold;
	border-bottom: 2px solid #333;
	text-decoration:none;
}
#nav li a.selected {
	border-bottom: 2px solid #680000;
}
#nav li a:hover {
	border-bottom: 2px solid #680000;
}
#listenlink {
	height:75px;
	width: 300px;
	display:block;
	background:url(img/tunein.png);
}
#listenlink:hover {
	background:url(img/tuneinhov.png);
}
#contentarea {
	
	width: 1000px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
#left {
	width: 660px;
	float:left;
	padding: 10px;
	background:none;
	position:relative;
	text-align:left;
}
#left h2 {
	line-height: 40px;
	color:#FFF;
	text-align:center;
	font-size: 24px;
	padding: 0 10px;
	margin: 5px 0;
	background:#0f0f0f;
}
#left h2 a {
	color:#FFF;
	text-decoration:none;
}
#left h4 {
	line-height:15px;
	font-size: 12px;
	margin-bottom:10px;
}
#right {
	width: 300px;
	text-align:left;
	background:none;
	float:left;
	padding:10px;
	position: relative;
	color:#FFF;
}
#right a {
	color:#FFF;
}
#right h2 {
	background:#2e2e2e;
	line-height: 35px;
	text-transform:uppercase;
	text-align:left;
	color:#FFF;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	font-size:16px;
	padding: 0 10px;
	margin: 5px 0;
	font-weight:bold;
}

#right ul {
	padding: 10px;
	color:#000;
	margin-bottom:10px;
	border: 1px solid #000;
	background:#fff;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#right li a {
	line-height:18px;
	font-size: 14px;
	color:#000;
}
.npbox {
	width:313px;
	padding: 5px;
	border: 1px solid #000;
	text-align: center;
	margin-bottom: 10px;
}
.nphead {
	margin: 0;
	width:305px;

}
.listenbutton {
	line-height:30px;
	height:30px;
	display:block;
	border:1px solid #000;
	width:311px;
	font-size: 18px;
	color:#fff;
	text-decoration:none;
	background:#660000;
	margin-bottom: 5px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.listenbutton:hover {
	background:#CC0000;
}
img.art {
	border: 1px solid #000;
	width: 64px;
	height: 64px;
}
#leftcon {
	width: 66px;
	font-size: 9px;
	float:left;
	height: 130px;
}
#rightcon {
	float:right;
	width:247px;
	height: 130px;
}
#rightcon p {
	margin:0;
	margin-bottom: 7px;
}
.upnext {
	font-size: 11px;
	line-height: 13px;
}

.conright img {
	width:200px;
	margin-right:10px;
	float:left;
}
.conright {
	width: 610px;
}
.contxt {
	margin-left: 210px;
	width: 450px;
}
.contxt img {
	float:none;
	margin-right: auto;
	width:auto;
}
p {
	margin: 5px 0;
	line-height: 15px;
}
.small {
	margin-bottom: 10px;
	font-size:10px;
	color: #444;
}
.center {
	text-align:center;
}
h3 {
font-weight: bold;
font-size: 16px;
}
#footer {
   padding: 10px;
   width:980px;
   height:180px;
   float:left;
   background:#0f0f0f;
   color:#767676;
   line-height:30px;
   text-align:center;
}
#footer a {
	color:#999999;
	text-decoration: none;
}