body {
	background: #153F78 url('/images/body_bg.jpg') top repeat-x;
	margin: 0;
	padding: 0;
}

div#wrapper {
/*	font-size: 0.75em;*/
	font-size: 12px;
	font-family: Trebuchet, "Trebuchet MS", serif;
	width: 1100px;
	margin: auto;
}

img {
	border: 0;
}

body, p, td, div {
	color: white;
	font-size: 12px;
}

a {
	color: #54BAFF;
	text-decoration: none;
	outline: none;
}

a:focus {
	outline: none;
}

a:hover {
	text-decoration: underline;
	outline: none;
}

h1 {
	color: white;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
}

div#header {
	background: #03608C url('/images/header_bg.jpg') top no-repeat;
	height: 118px;
	position: relative;
}

div#now_playing {
	background-image: url('/images/now_playing_bg.jpg');
	height: 29px;
	position: absolute;
	top: 89px;
	right: 174px;
	max-width: 735px;
	white-space: nowrap;
	overflow: hidden;
}

div#now_playing span#title a {
	color: white;
	text-align: right;
	position: relative;
	bottom: 10px;
}

div#menu {
	background-image: url('/images/menu_bg.jpg');
	background-repeat: no-repeat;
	height: 25px;
	position: relative;
	top: 118px;
	padding-left: 35px;
}

div#navlinks {
	position: absolute;
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
}

div#navlinks ul {
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}

div#navlinks li {
	display: inline;
	background: url('/images/menu_div.jpg') no-repeat left center;
	padding-left: 8px;
}

div#navlinks li#first {
	background: none;
	padding-left: 0px;
}

div#navlinks a {
	color: #003366;
	font-family: Arial, Tahoma, sans-serif;
	font-weight: bold;
}

div#navlinks a:hover {
	color: #2E78D9;
	text-decoration: none;
}

div#extras {
	position: absolute;
	right: 200px;
	top: 3px;
}

div#extras img {
	vertical-align: middle;
	border: 0px;
	margin-right: 4px;
}

div#extras a {
	color: #333;
	font-family: Arial, Tahoma, sans-serif;
	font-weight: bold;
	margin-right: 12px;
}

div#tune_in {
	position: absolute;
	right: 24px;
}

div#tune_in img {
	vertical-align: middle;
	border: 0px;
}

div#tune_in_bottom {
	position: absolute;
	top: 25px;
	right: 24px;
}

div#tune_in_bottom img {
	border: 0px;
}

div#sidebar {
	float: right;
	margin-top: 25px;
	margin-bottom: 10px;
	background: url('/images/sidebar_div.jpg') no-repeat top left;
	padding-left: 18px;
	width: 37%;
}

div#sidebar h2 {
	color: white;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 12px;
}

div#sidebar h4 {
	color: #999999;
	border-bottom: 1px solid #666666;
	font-size: 0.917em;
	width: 95%;
}

div#shows {
}

div#shows .time {
	background-image: url('/images/schedule_time.jpg');
	background-repeat: no-repeat;
	width: 42px;
	height: 30px;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 10px;
	color: white;
	text-align: center;
}

div#shows .show {
	background-image: url('/images/schedule_desc.jpg');
	background-repeat: no-repeat;
	width: 330px;
	height: 30px;
	color: white;
}

div#shows .show a {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 10px;
	color: #54BAFF;
	display: block;
	margin-left: 10px;
}

div#content {
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	padding-top: 20px;
	float: left;
	width: 58%;
}

div#welcome {
	float: left;
	width: 49%;
}

div#welcome img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
}

div#welcome p#about {
	text-align: right;
}

div#welcome img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div#news .news_item {
	background-image: url('/images/div2.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

div#news img {
	border: 0px;
}

div#news .body img {
	float: left;
	margin-right: 6px;
	vertical-align: top;
}

div#news .author {
	font-size: 10px;
	margin-bottom: 10px;
}

div#featureddj {
	float: right;
	width: 49%;
}

div#featureddj .djname {
	 padding-top: 43px;
	 float: right;
	 width: 65%;
	 padding-left 0px;


}

div#featureddj .photo {
	margin-bottom: 10px;
	vertical-align: middle;
	border: 1px solid white;
}

img.dj {
	border: 1px solid white;
}

img.photo {
	border: 1px solid white;
}

div#footer {
	background-image: url('/images/bottom_div.jpg');
	background-position: top;
	background-repeat: no-repeat;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 10px;
	clear: both;
}

div#advertisement img {
	display: block;
/*	width: 408; */
	margin-left: auto;
	margin-right: auto;
}

div#connect img{
	margin-left: 0px;
	margin-right: 10px;
	vertical-align: middle;
}

div#djs td {
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}


/*div#show .photo {
	background-color: #666666;
	border: 1px solid #cccccc;
	margin-right: 20px;
}
*/		
div#show H2 {
	font-size: 18px;
	margin-bottom: 5px;
/*	margin-top: 0;*/
}
		
div#show H3 {
	margin-bottom: 2px;
	font-size: 12px;
}
	
div#show .title {
	margin-top: 0;
}

div#show .genres {
	color: #cccccc;
	margin-bottom: 10px;
}
		
div#show .based { color: #cccccc; }
div#show .based .location { color: white; }
		
div#show UL {
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 13px;
	list-style-type: square;
	color: #cccccc;
}
		
div#show UL LI { margin-bottom: 3px; }

div#show .desc {
	text-align: justify;
	line-height: 125%;
	padding-right: 20px;
}
		
div#show .upcoming .date {
	background-color: #08182F;
	font-size: 11px;
	padding: 5px;
}
		
div#show .upcoming .name {
	background-color: #0D294E;
	padding: 5px;
}

div#show td {
	vertical-align: top;
}

div#show #showinfo table {
	width: 96%;
	border: 0;
	padding-top: 0px;
}


div#dj H2 {
	font-size: 18px;
	margin-bottom: 5px;
/*	margin-top: 0;*/
}
		
div#dj H3 {
	margin-left: 20px;
	margin-bottom: 2px;
	font-size: 12px;
	margin-top: 0;
}
	
div#dj .name {
	margin-top: 0;
}

div#dj .location {
	color: #cccccc;
	margin-bottom: 10px;
}
		
div#dj .based { color: #cccccc; }
div#dj .based .location { color: white; }

div#dj UL {
	margin-top: 5px;
	margin-left: 20px;
	padding-left: 13px;
	list-style-type: square;
	color: #cccccc;
}
		
div#dj UL LI { margin-bottom: 3px; }

div#dj .desc {
	text-align: justify;
	line-height: 125%;
	padding-right: 20px;
	padding-top: 15px;
}
		
div#dj .upcoming .date {
	background-color: #08182F;
	font-size: 11px;
	padding: 5px;
}
		
div#dj .upcoming .name {
	background-color: #0D294E;
	padding: 5px;
}

div#dj td {
	vertical-align: top;
}

div#newsheader h1 {
	color: white;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}

.left { float: left; }
.right {float: right; }
.clear { clear: both; }
