body
{
	font-family:Helvetica,Arial,sans-serif;
	font-size:0.8em;
	background:#353752 url("../images/background.gif") repeat;
	color:#FFF;
	text-align:center;
}
	
#container
{
	margin:0 auto;
	width:910px;
	text-align:center;
}
	
#site
{
	width:780px;
	float:left;
}

#skip
{
	position:absolute;
	top:-500px; 
	width:1px;
	height:1px;
	overflow:hidden;
}
	
#skyscraper
{
	width:120px;
	float:left;
}
	
a:link,a:active,a:visited
{
	text-decoration:none;
	color:#FF0;
}
	
a:hover
{
	text-decoration:underline;
	color:#FF0;
}

form label
{
	float:left;
	width:120px;
}

.button
{
	font-family:Helvetica,Arial,sans-serif;
	font-size:8pt;
	font-style:normal;
	font-weight:400;
	color:#FFF;
	font-variant:normal;
	text-transform:none;
	background-color:#545691;
}
	
.alert
{
	border:2px solid red;
	padding:3px;
	text-align:center;
}

div.black-border-box
{
	border:1px solid #000;
	background-color:#545691;
	padding:4px 4px 4px 4px;/* top,right,bottom,left*/
	width:90%;
}

.clearer
{
	clear:both;
}

.highlight
{
	font-weight:bold;
}

#headercontainer
{
	width:780px;
	max-width:780px;
	min-width:780px;
	height:78px;
}
  	
#maincontainer
{
	width:780px;
}

#footer
{
	padding-top:5px;
	clear:both;
}

.leftcontainer
{
	position:absolute;
	width:130px;
	vertical-align:top;
	z-index:3;
}
  	
.rightcontainer
{
	position:relative;
	padding-left:132px;
  width:648px;
  vertical-align:top;
  z-index:2;
}

#headercontainer .rightcontainer
{
	background:url("../images/topstripe.gif") repeat-x;
	height:78px;
}

#sitelogo
{
	text-align:center;
}
	
#sitelogo img
{
	border:0px;
}
	
#sitelogoend
{
	float:right;
	background:url("../images/endtop.gif") no-repeat;
	height:78px;
	width:8px;
}

#streamlinks
{
	background:#fff;
	color:#000;
	border-bottom:2px solid #000;
	overflow:hidden;
}
	
#onnow
{
	width:440px;
	padding:2px;
}
	
#players
{
	width:330px;
	border-left:1px solid #000;
	padding:2px;
}
	
#onnow,#players,#players ul,#players li
{
	float:left;
	text-align:left;
}
	
#players ul
{
	margin:0px;
	padding:0px;
}
	
#players li
{
	border-right:1px solid #000;
	list-style:none;
}

#players li a,#nowplaying .readmore a
{
	color:#000;
	text-decoration:none;
}

#players li a:hover,#nowplaying .readmore a:hover
{
	text-decoration:underline;
	background:#ddd;
}
	
#players li.last
{
	border-right:0;
}

#players li a
{
	padding-left:5px;
	padding-right:5px;
	display:block;
}
	
#nowplaying .readmore
{
	float:right;
	background:#fff;
}
	
/*
 * Homepage styling
 */

.visitor_message
{
	border-bottom:1px solid #a0a0a0;
	padding-top:5px;
	padding-bottom:5px;
}
	
/*
 * Schedule styling
 */ 

.day
	{
	margin-bottom: 10px;
	}
	
.show,
h3
	{
	clear: both;
	}
	
.show
	{
	padding: 3px;
	}
	
.time
	{
	float: left;
	font-weight: bold;
	width: 90px;
	}

.show dt
	{
	font-weight: bold;
	}
	
.show dl
	{
	float: left;
	padding-left: 3px;
	width: 440px;
	margin: 0px;
	}

.show dd
	{
	margin: 0px;
	}
	
.show dd ul,
.show dd li
	{
	margin: 0px;
	padding: 0px;
	}

.show dd li
	{
	margin-right: 5px;
	list-style: none;
	float: left;
	}

.profiles_list ul,
.genres_list ul
	{
	margin: 0px;
	padding: 0px;
	}

.profiles_list ul li,
.genres_list ul li
	{
	text-align: center;
	width: 157px;
	float: left;
	list-style: none;
	}

.profiles_list ul li a,
.genres_list ul li a
	{
	display: block;
	padding: 3px;
	}
	
.onnow
	{
	background: #6466a1 url("../images/now-playing.gif") top right no-repeat;
	}

.onnow .description
	{
	padding-right: 30px;
	}

/*
 * Tune in styling
 */
 
#qanda dt
	{
	font-weight: bold;
	}
	
#qanda dd
	{
	margin: 0px;
	padding-bottom: 10px;
	}
	
/*
 * Show styling
 */
 
.comment
	{
	padding: 3px;
	border: 1px solid #fff;
	margin: 3px;
	}

.comment_author
	{
	font-weight: bold;
	}
	
.comment_date
	{
	color: #aaa;
	}

.comment_report,
.comment_post
	{
	float: right;
	}
	
/*
 * News styling
 */

.news_article
	{
	padding-bottom: 6px;
	}
	
.news_article .date
	{
	border-bottom: solid 1px yellow;
	font-size: 8pt;
	color: #ff0;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

/*
 * Profile styling
 */

p.profile img,
p.show_description img
	{
	float: right;
	border: 1px solid #000;
	margin: 0px 0px 5px 5px;
	}

.topleft
	{
	background: url("../images/topleft.gif") no-repeat;
	text-align: center;
	font-size: 7pt;
	height: 78px;
	padding: 10px 2px 0px 2px;/* top,right,bottom,left*/
	}
	
#menu
	{
	background: url("../images/behindmenu.gif") no-repeat;
	height: 235px;
	}
	
#menu
	{
	margin: 0px;
	padding: 0px;
	}

#menu li
	{
	padding: 0px;
	list-style: none;
	}

#menu li a
	{
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	height: 27px;
	text-indent: -99999px;
	overflow: hidden;
	}
	
#menu li a:hover
  {
  background-position: bottom center;
  }

#menu #home a { background-image: url("../images/home.gif");}
#menu #tunein a { background-image: url("../images/tunein.gif");}
#menu #schedule a { background-image: url("../images/schedule.gif");}
#menu #profiles a { background-image: url("../images/profiles.gif");}
#menu #charts a { background-image: url("../images/djcharts.gif");}
#menu #community a { background-image: url("../images/community.gif");}
#menu #links a { background-image: url("../images/weblinks.gif");}
	
#menu li.text a
	{
	height: 17px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-indent: 0px;
	}

#menu li.text a:hover
	{
	color: #ff0;
	}
	
ul.streamlist, ul#socialnetworking
	{
	margin: 0px;
	padding: 0px;
	}
	
ul.streamlist li, ul#socialnetworking li
	{
	list-style: none;
	text-align: center;
	}
	
ul.streamlist li a
	{
	font-weight: bold;
	}

h1
	{
	font-size: 7pt;
	margin: 2px;
	padding: 0px;
	}

h2
	{
	font-size: 1.8em;
	margin: 0px;
	margin-bottom: 3px;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid yellow;
	}

h4
	{
	text-align: center;
	margin: 0px;
	}

h3
	{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	}

.smalltext
	{
	font-size: 0.9em;
	}

.smalltextyellow
	{
	font-size: 0.9em;
	color: #FFFF00;
	}
	
.copytext
	{
	font-size: 0.9em;
	}
	
.pagecontent
	{
	text-align: left;
	padding-right: 5px;
	}
	
.maintext
	{
	font-size: 10pt;
	}
	
.maintexthead
	{
	font-size: 10pt;
	font-weight: bold;
	}
	
.pagetitle
	{
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
	}
	
.submenu
	{
	font-size: 0.9em;
	text-align: center;
	}

.bold
	{
	font-weight: bold;
	}

.googleads
	{
	margin-top: 5px;
	margin-bottom: 5px;
	}

.shopitem
	{
	clear: both;
	margin: 2px;
	}

.cloud { }
.cloud a.t1 { font-size: xx-small; }
.cloud a.t2 { font-size: small; }
.cloud a.t3 { font-size: medium; }
.cloud a.t4 { font-size: large; }
.cloud a.t5 { font-size: xx-large; }

#sitemap
{
	text-align:left;
	clear:both;
	background-color:#545691;
	border:1px solid #000;
	padding:3px;
}

#sitemap dl
{
	float:left;
	width:158px;
	padding:0px 10px;
	margin:3px 0px;
}

#sitemap dl.divider
{
	border-left:1px solid #fff;
}

#sitemap dt
{
	font-weight:bold;
}

#sitemap dd
{
	margin:5px 0px;
	font-size:0.9em;
}