@charset "utf-8";

/* CSS Document */



body {

	background: url(img/site_bg.jpg) repeat-x fixed;

	margin:0;

	padding:0;

	text-align:center;

	font-family:Arial, Helvetica, sans-serif;

}


a {

	text-decoration:none;

	color:#333;

}



a:hover {

	text-decoration:none;

	color:#FFF;

}

#logo {
	z-index:1;
}

#logo a img {
	border:none;
}

#container {
  width:980px;
  margin-left:auto;
  margin-right:auto;
  margin-top:1em;
  background-image:url(img/contain_bg.png);
  font-size:14px;
  text-align:left;
}

#container h6 {
	text-align:center;
}

#bottom {
	padding-bottom:4px;
}

#bottom li{
	display:inline;
	padding-left:10px;
	padding-left:10px;
	color:#FFF;
}

#bottom a {
	color:#FFF;
}

#bottom a:hover {
	color:#CCC;
}

#welcome {
	background:url(img/welcome_bg.jpg) repeat-x;
	color:#FFF;
	float:right;
	margin-top:-150px;
	padding-right:10px;
	padding-left:265px;
	text-align: right;
	z-index:0;
}

#welcome h5 {
	margin:0;
}

#player {
	background-color:#000;
	float:right;
	margin-top:-130px;
	padding-left:0px;
	padding-right:170px;
	padding-left:205px;
	padding-top:30px;
	padding-bottom:24px;
	text-align: center;
	z-index:0;
}

#player h2 {
	margin-bottom:0;
}

#player h5 {
	margin-top:0;
}

#player a {
	color:#FFF;
	text-decoration:none;
}

#player a:hover {
	color:#999;
	text-decoration:none;
}

#player a:visited {
	color:#FFF;
	text-decoration:none;
}

#menu {
	width: 100%;
	background: #333;
	float: left;
	z-index:2;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 14.28%;
	float: left;
}

#menu a, #menu h2 {
	font: bold 12px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
}

#menu h2 {
	font-size: 16px;
	text-align:center;
	color: #fff;
	background-image:url(img/nav_bg1.png);
	text-transform: uppercase;
}

#menu h2:hover {
	color:#999;
	background-image:url(img/nav_bg2.png);
	cursor:pointer;
}

#menu a {
	color: #FFF;
	background:#003;
	text-decoration: none;
}

#menu a:hover {
	color: #000;
	background: #FFF;
}

#menu li {
	position: relative;
}

#menu ul ul {
	width:100%;
	position: absolute;
	z-index: 500;
}

#menu .shows {
	width:105%;
}

#menu ul ul ul {
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
}

#flash {
	float:left;
	background-color:#CCC;
	width:622px;
	height:225px;
	margin:5px;
	margin-right:0;
	z-index:1;
}

#update {
	background-color:#CCC;
	float:right;
	text-align:left;
	width:35%;
	height:225px;
	margin:5px;
}

#update ul {
	list-style-type:none;
	font-size:12px;
	text-indent:-30px;
}

#update ul li {
	padding-bottom:7px;
	padding-right:4px;
}

#news {	
	float:left;
	background-color:#CCC;
	width:450px;
	margin:5px;
	margin-top:-1px;
	height:230px;
}

#news ul {
	list-style-type:none;
	text-indent:-30px;
}

#social {
	background-color:#CCC;
	width:250px;
	float:left;
	margin:5px;
	margin-left:0;
	margin-top:-1px;
	height:230px;
}

#social p {
	padding:4px;
	margin-top:5px;
}

#social ul {
	margin-left:20px;
	margin-top:20px;
}

#social ul li {
	list-style-type:none;
	margin-bottom:12px;
}

#social a img {
	border:none;
}

#threads {
	background-color:#CCC;
	float:right;
	width:260px;
	height:230px;
	margin:5px;
	margin-left:0;
	margin-top:-1px;
}

#threads ul {
	margin-left:-30px;
}

#threads ul li {
	list-style-type:none;
	margin-bottom:5px;
}

#threads p {
	font-size:11px;
	float:right;
	margin-top:0;
	margin-right:10px;
}

#schedule {
	background-color:#CCC;
	float:left;
	margin:5px;
}

#schedule p {
	padding:4px;
}

#schedule h5 {
	padding-left:10px;
}

#Sunday {
	width:100%;
	padding-left:5px;
	background-color:#006;
	color:#FFF;
}

#Sunday h2 {
	margin-bottom:0;
}

#TBRS {
	background-color:#666;
	width:100%;
	height:55px;
}

#TBRS:hover {
	background-color:#FFF;
}

#timeTBRS {
	float:left;
	padding-top:3px;
	padding-left:5px;
	text-align:center;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
	border-top: solid 2px #000;
	width:15%;
	height:48px;
}

#nameTBRS {
	float:left;
	text-align:center;
	width:38%;
	padding-top:20px;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
	border-top: solid 2px #000;
	height:31px;
}

#descTBRS {
	float:left;
	width:45.86%;
	padding:1px;
	padding-top:1.5px;
	padding-bottom:1.5px;
	border-bottom: solid 2px #000;
	border-top: solid 2px #000;
}

#Shuffle {
	background-color:#444;
	width:100%;
	height:53px;
}

#Shuffle:hover {
	background-color:#FFF;
}

#timeShuffle {
	float:left;
	padding-top:3px;
	padding-left:5px;
	text-align:center;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
	width:15%;
	height:48px;
}

#nameShuffle {
	float:left;
	text-align:center;
	width:38%;
	padding-top:20px;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
	height:31px;
}

#descShuffle {
	float:left;
	width:45.86%;
	padding:1px;
	padding-top:1.5px;
	padding-bottom:1.5px;
	border-bottom: solid 2px #000;
}

#Spot {
	background-color:#666;
	width:100%;
	height:53px;
}

#Spot:hover {
	background-color:#FFF;
}

#timeSpot {
	float:left;
	padding-top:3px;
	padding-left:5px;
	text-align:center;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
	width:15%;
	height:48px;
}

#nameSpot {
	float:left;
	text-align:center;
	width:38%;
	padding-top:20px;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
	height:31px;
}

#descSpot {
	float:left;
	width:45.86%;
	padding:1px;
	padding-top:1.5px;
	padding-bottom:1.5px;
	border-bottom: solid 2px #000;
}

#newspage {	

	text-align:inherit;

	float:right;

	background-color:#CCC;

	padding:5px;
	
	margin:5px;
	
}

#newscontent {
	
	margin:5px;
	
}

#newspage h6 {
	margin-top:-17px;
	margin-left:-830px;	
}

#newspic {
	
	text-align:center;
	
	float:right;
	
	margin-right:20px;
	
	background-color:#AAA;
	
	border:#333 solid 3px;
	
	font-size:12px;

	font-style:italic;

}

#spotMain {
	background-color:#CCC;
	width:99%;
	margin:5px;
	float:left;
	text-align:center;

}

#spotMain .spotLogo {
	width:50%;
}

#zonecasts {
	background-color:#CCC;
	float:left;
	width:98.8%;
	margin:5px;
}

#zonecasts .firstHR {
	margin-top:40px;
}

#zonecasts h2 {
	padding-top:30px;
	padding:8px;
}

#zonecasts h3 {
	padding:8px;
}

#zonecasts p {
	padding-left:8px;
	padding-right:8px;
}

#zonecasts img {
	float:left;
}

#copyright {
	float:left;
	color:#FFF;
	margin-left:280px;
	padding-top:5px;
	text-align:center;
	width:500px;
	font-size:0.7em;
}
