/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: #353534 url(../images/page_bg.jpg) repeat-x top left;
}

#container {
	margin: 0 auto;
	padding: 0 13px 0 14px;
	width: 800px;
	position: relative;
	background: #222221 url(../images/page_border.jpg) repeat-y top left;
}

#header {
	width: 800px;
	clear: both;
}

#col-left {
	float: left;
	width: 153px;
	color: #fff;
	text-align: center;
}

#content {
	width: 496px;
	float: left;
}

#content h3 {
	margin: 10px 20px;
	color: #fff;
	font-size: 16px;
}

#col-right {
	float: left;
	width: 151px;
	color: #fff;
}

#footer {
	margin: 0 auto;
	width: 799px;
	height: 19px;
	background: transparent url(../images/bottom_border.jpg) no-repeat top left;
	font-size: 12px;
	padding: 9px 14px;
}

.module {
	width: 452px;
	margin: 0 20px 20px 20px;
}

.module h2 {
	width: 407px;
	height: 17px;
	background: transparent url(../images/module_header.gif) no-repeat top left;
	border-bottom: 1px solid #848483;
	color: #fff;
	font-size: 14px;
	padding: 4px 0 4px 45px;
}

.module h2 a, .module h2 a:visited {
	color: #fff;
	text-decoration: none;
}

.module h2 a:active, .module h2 a:hover {
	color: #F5B800;
}

.module .mod-body {
	background: #fff;
	border-bottom: 1px solid #848483;
	font-size: 12px;
	padding: 5px;
}

.module .mod-body a {
	color: #900;
	text-decoration: none;
}

.clearfix {
	height: 1px;
	clear: both;
}

/* MENU STYLES
*******************************/
#col-left table {
	margin: 20px 0 !important;
	border-top: 1px solid #111111 !important;
}

#col-left table, #col-left table tr, #col-left table td {
	border-collapse: collapse;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	border-left: none !important;
	border-right: none !important;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

#col-left .menu a, #col-left .menu a:visited {
	display: block;
	width: 100%;
	height: 19px;
	padding: 5px 0;
	text-align: left;
	text-indent: 10px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background: #222221;
}

#col-left .menu a:hover, #col-left .menu a:active {
	color: #363635;
	background: url(../images/menu_bg.gif) repeat-x top left;
}


/* RIGHT COLUMN
*********************************/
#col-right h2 {
	height: 25px;
	width: 90px;
	margin: 10px auto;
	text-indent: -9999px;
}

h2#onair {
	background: url(../images/onair.gif) no-repeat top center;
}

h2#poll {
	background: url(../images/poll.gif) no-repeat top center;
}

h2#links {
	background: url(../images/links.gif) no-repeat top center;
}

.right-content {
	width: 147px;
	background: #30302f;
	text-align: center;
	padding: 5px 2px;
	margin-bottom: 10px;
	font-size: 12px;
}

.right-content a, .right-content a:visited {
	color: #fff;
}

.right-content img {
	margin: 0 0 0 3px;
}

table.plain {
	width: 100%;
	padding: 2px;
	margin: 0;
}

table.plain td.jl {
	text-align: left;
}

table.plain td.jr {
	text-align: right;
}


/* PLAYING RIGHT NOW
***************************************/
#whats_on {
	background: url(../images/nowplaying.gif) no-repeat top left;
	height: 93px;
	width: 303px;
	position: absolute;
	top: 12px;
	right: 31px;
	font-size: 11px;
	color: #fff;
}

#whats_on h2 {
	display: none;
}

#whats_on ul {
	list-style: none;
	position: absolute;
	top: 37px;
	left: 100px;
}

#whats_on #image {
	float: left;
	overflow: hidden;
	position: absolute;
	top: 6px;
	left: 5px;
	height: 82px;
	width: 82px;
}
