@charset "utf-8";

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Palatino, Georgia, "Times New Roman", Serif;
	color: #000;
  	background: url('img/web_background_1280.jpg');
}

html { min-height: 100%; margin-bottom: 1px; overflow-y: scroll; }

#radio {
	width: 888px; 
	height: 192px; 
	background: url('img/radio_web.gif');
	margin: 10px auto; padding: 0;
	position: relative;
}

#radio li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}
	
#radio li, #radio a {height: 192px; display: block;}
	
#news {left: 315px; width: 97.22px;}
#music {left: 412.22px; width: 97px;}
#shows {left: 509.22px; width: 111.03px;}
#contact {left: 620.25px; width: 121.72px;}

#news a:active {background: transparent url('img/radio_web.gif') -315px -192px no-repeat;}
#music a:active {background: transparent url('img/radio_web.gif') -412.22px -192px no-repeat;}
#shows a:active {background: transparent url('img/radio_web.gif') -509.22px -192px no-repeat;}
#contact a:active {background: transparent url('img/radio_web.gif') -620.25px -192px no-repeat;}

#news a:hover {background: transparent url('img/radio_web.gif') -315px -384px no-repeat;}
#music a:hover {background: transparent url('img/radio_web.gif') -412.22px -384px no-repeat;}
#shows a:hover {background: transparent url('img/radio_web.gif') -509.22px -384px no-repeat;}
#contact a:hover {background: transparent url('img/radio_web.gif') -620.25px -384px no-repeat;}

body#newspage #news {background: transparent url('img/radio_web.gif') -315px -192px no-repeat;}
body#musicpage #music {background: transparent url('img/radio_web.gif') -412.22px -192px no-repeat;}
body#showspage #shows {background: transparent url('img/radio_web.gif') -509.22px -192px no-repeat;}
body#contactpage #contact {background: transparent url('img/radio_web.gif') -620.25px -192px no-repeat;}

div#container {
	width: 888px;
	margin: 10px auto 0;
	display: table;
}

div#content {
	background-color: #fff;
	border: 2px solid #ffa500;
	margin: 10px auto 0;
	min-height: auto;
	background: url("img/bg_grad.gif") repeat-x 0 10%;
	background-repeat: repeat;
	overflow: hidden;

}
div#content div{
	padding: 0 15px 0;
	margin-left: 75px;
	margin-right: 75px;
	margin-top: 15px; 
	text-align: left;
}

div#content p{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

div#content hr{
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
}


h1{
	margin-top: 15px;
	text-align: left;
}
.headline {font: bold 17px Helvetica, Arial; color: #ac2d23; line-height: 120%; text-transform: uppercase;}

.caption {font: bold 10px Helvetica, Arial; color: #000000; line-height: 140%;}

ul#top {
	padding: 10;
	margin-left: 10;
}

ul#top li {
	font-size: 1.6em;
	margin-left: 25px;
	margin-bottom: 0;
	padding: 25px 0 10px;
	width: 7%;
	list-style: none;
	float: left;
	text-align: center;	
}

ul#top img {
	display: block;
	margin: 0 auto 0.4em;
	border: 0;
	height: 32px;
	width: 32px;
}

ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
ul#main {
	font-size: 1.6em;
	margin-top: -15px;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0 0 0px;
	width: 100%;
	list-style: none;
	float: left;
	text-align: left;	
}
ul#main img {
	display: block;
	margin: 0 auto 0.4em;
	border: 4;
	padding: 15px; 
}
ul#main li{
	width: 40%;
	float: left;
	list-style: none;
	text-align: left;
	margin-left: 0;
	margin-right: 25px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#player {
	margin-top: 8px;
	margin-left: 50px;
	margin-bottom: 0;
	width: 50%;
	float: left;
	list-style: none;
	text-align: center;
}
#bbotd {
	width: 40%;
	float: left;
	list-style: none;
	text-align: left;
	margin-left: 0;
	margin-right: 95px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#copyright {
	color: #FFF;
	font-size: 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	width: 788px;
}


