@charset "utf-8";
/*             Styles CSS Document            */
/*      Made by Rhys Laval Copyright 2008     */
body{
	background:#000 url(../img/background.png) repeat-x;
	font-family: Calibri, Arial;
	font-size:14px;
	text-align:center;
}
strong{
	font-weight:bold;
	color:#333;
}
h1{
	font-size:160%;
	padding:0 10px 10px 10px;
	color:#fc9a14;
	border-bottom:3px solid #fcb84c;
	margin:0 0 0 7px;
}
h2{
	color: #999;
	font-weight:bold;
	font-size:140%;
	padding:7px;
}
p{
	margin: 4px 5px;
}
hr{
	color:#F90;
	background:#F90;
	border:#F90 1px solid;
}
a{
	color:#F90;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
/* News */
div.news{
	background:url(../img/news.png) bottom no-repeat;
	padding:5px;
}
div.newscolumn{
	float:left;
	margin:0 3px;
	width:350px;
}
/* listen */
div.top5{
	background:url(../img/news.png) bottom no-repeat;
	padding:5px;
}
div.listenhome{
	background:url(../img/listen-homepage.png) bottom repeat-x;
	width:296px;
	padding-bottom:10px;
}
/* podcast */
td.podcast{
	background: url(../img/podcast.png) left bottom repeat-x;
	padding:4px 4px 5px 35px;
	margin:2px;
}
/* schdule */
div.buttons{
text-align:center;
margin:15px;
}
div.buttons a{
background-color: #F90;
color:#fff;
padding:5px;
margin:2px;
}
div.buttons a:hover, div.buttons a.active{
background-color: #000000;
color:#ffffff;
}
/* */
div#container{
	margin:0 auto;
	text-align:left;
	width:1010px;
}
div#header{
	background:#FFF url(../img/header.png) no-repeat;
	height:185px;
	margin:0 25px;
	position:relative;
}
div#header .section{
	margin: 10px 0 0 0;
	color:#999;
	font-size:160%;
	font-weight:bold;
	right:10px;
	top:10px;
	position: absolute;
	text-align:right;
	width:500px;
}
div#header .text{
	position:absolute;
	right:80px;
	padding-top:5px;
}
div#header .artwork{
	height: 67px;
	width: 70px;
	background: url(http://cdn.last.fm/flatness/catalogue/album/jewelcase_medium.png);
	padding:2px 2px 0 0px;
	position:absolute;
	right:0;
}
div#header span{
	color:#000;
	font-size:50%;
	font-family:Verdana, Geneva, sans-serif;
}
div#header .a2ndsection{
	position: absolute;
	right:10px;
	top:100px;
	text-align:right;
	width:500px;
	color:#999;
	font-size:160%;
	font-weight:bold;
}
div#header .djs{
	height: 68px;
	width: 68px;
	position:absolute;
	right:220px;
	top:0;
}
div#nav{
	height:56px;
	background: url(../img/nav.png) no-repeat;
	padding:0 25px;
	position:relative;
}
div#nav .social{
	position:absolute;
	right:35px;
	top:4px;
}
div#nav ul{
	padding:0 10px;
	position:absolute;
}
div#nav li{
	float:left; 
	padding:12px 22px 8px 15px;
}
div#nav li a{
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	font-size:110%;
}
div#nav li a:hover{
	text-decoration:underline;
}
div#content{
	background:#FFF;
	margin: 0px 25px;
	padding:0 10px 10px 10px;
}
div#footer{
	padding:7px;
	clear:both;
	color: #999;
	text-align:center;
	font-size:90%;
}
div#footer a{
	color:#999;
}