/* CSS Document */
body {
	background-image: url('img/bg.png');
	background-repeat: repeat-x;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: normal;
}

A:link {text-decoration: underline; color: white;}
A:visited {text-decoration: underline; color: red;}
A:active {text-decoration: underline; color: white;}
A:hover {text-decoration: underline; color: red;}

/* ----- All the layout stuf goes here ---- */
#container {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #000000;
	background-image: url('img/cont_bg.png');
	background-repeat: repeat-y;
}

#top {
	width: 900px;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('img/cont_top.png');
	background-repeat: no-repeat;
}

#bottom{
	width: 900px;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('img/cont_bottom.png');
	background-repeat: no-repeat;
}

#content {
	width: 900px;
	height: 100%;
}

#header {
	height: auto;
	width: 900px;
	text-align: center;
}

#header img {
	margin: 0 auto;
}

#left {
	width: 690px;
	height: auto;
	padding: 5px;
	float: left;
}

#right {
	width: 200px;
	float: right;
}

#news {
	width: 690px;
	padding: 5px;
	
}

#footer {
	text-align: center;
	width: 900px;
	padding: 5px 0px;
	clear: both;
}

.tunein {
	width: 180px;
	padding: 5px 0px;
	margin: auto;
	text-align: center;
	border: 1px dotted #fff;
}

.links {
	width: 180px;
	padding: 5px 0px;
	margin: auto;
	border: 1px dotted #fff;
	text-align: center;
	font-size: 12px;
}

.last10 {
	width: 180px;
	padding: 5px 0px;
	margin: auto;
	border: 1px dotted #fff;
	text-align: center;
	font-size: 10px;
}

#shoutbox {
	width: 180px;
	padding: 5px 0px;
	margin: auto;
	text-align: center;
	border: 1px dotted #fff;
}

#playing {
	width: 890px;
	margin: 5px;
	height: 25px;
}
	

.news-container {
	position: static;
	width: 680px;
	height: auto;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.news-top {
	background-image: url('img/news-top.png');
	background-repeat: no-repeat;
	width: 680px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

.news-middle {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	width: 674px;
	padding: 2px;
	height: auto;
}

.news-bottom {
	background-image: url('img/news-bottom.png');
	background-repeat: no-repeat;
	width: 680px;
	height: 20px;
	padding: 0px;
	margin: 0px 2px 0px 0px;
	text-align: right;
}

.news-top h1:before {
	content: url('img/plus.gif');
	padding: 0px 2px 0px 0px;
}

#news h1 a:link {text-decoration: none; color: white;}
#news h1 a:visited {text-decoration: none; color: white;}
#news h1 a:active {text-decoration: none; color: white;}
#news h1 a:hover {text-decoration: underline; color: white;}
	
#news h1 {
	margin: 0px;
	padding: 3px 3px 3px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

#news p {
	margin: 0px;
	padding: 3px 3px 3px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.last10 a {
	display: block;
}

.last10 a:hover {
	background: #FFFF66;
}

.links a {
	display: block;
}

.links a:hover {
	background: #FFFF66;
}

/* ---- This is the drop down menu bit ---- */
#menu {
width: 870px;
float: left;
padding: 0px 5px;

}

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

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border: solid #FFF;
border-width: 1px;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #FF0000;
}

#menu a {
color: #fff;
background: #ff0000;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {position: relative;}

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

#menu ul ul ul {
position: absolute;
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;}

/* Schedule */
#schedule a:hover{color: #0f0f0f;}

#schedule
{
	font-size: 12px;
	margin: 0px;
	width: 690px;
	text-align: centre;
	border-collapse: collapse;
}
#schedule th
{
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px;
	border: 1px solid #BD2031;
	background: #BD2031;
}
#schedule td
{
	padding: 5px 5px;
	text-align: center;
	/*color: #0f0f0f;*/
	border: 1px solid #000;
}
.show
{
	background: #006295;
}
.column_highlight
{
	border: 1px solid #BD2031;
	background: #BD2031;
}
#schedule td:hover
{
	background: #BD2031;
}