@charset "UTF-8";
/* CSS Document */

/*========| General |==================================*/

*, html {
	margin:0;
	padding:0;
	border:0;
	}

body {
	background:url(images/bg.jpg) 0 0 repeat-x;
	background-color:#350c57;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	
	}
	
a:link {color:#ffffff;}
a:visited {color:#ffffff;}
a:active {color:#ffffff;}
a:hover {color:#ffffff;}

#logo, #information, #controls, #footer {
	clear:both;
	margin:0 auto;
	width:280px;
	text-align:center;
	}

.clear {
	clear:both;
	}

#wrapper {
	width:310px;
	margin:0 auto;
	}


/*========| Logo |==================================*/

#logo {
	margin-top:20px;
	margin-bottom:20px;
	}


/*========| Controls |==================================*/

#controls {
	padding-left:30px;
	}

#controls .play, #controls .pause, #controls .stop {
	float:left;
	padding-top:1px;
	
	}
	
#controls .volume {
	height:30px;
	background:url(images/controlbg.gif) 0 1px repeat-x;
	float:left;
	padding-left:8px;
	}

#controls .volume a{
	padding-left:2px;
	}

#controls .volume img{
	}

#controls .volumeicon{
	float:left;
	padding-left:5px;
	padding-top:5px;
	}
	
/*========| Status |==================================*/

#thestatus {
	clear:both;
	width:100px;
	margin:0 auto;
	margin-bottom:20px;
	top:-5px;
	position:relative;
	left:35px;
	}

#thestatus .time, #thestatus .thestatus{
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
	}

#thestatus .thestatus{
	font-style:italic;
	padding-left:5px;
	margin-left:5px;
	border-left:1px solid #ffffff;
	}

/*========| Information |==================================*/

#information {
	font-size:13px;
	text-align:left;
	margin-bottom:20px;
	}

#information table {
	width:310px;
	}

#information th{
	font-size:14px;
	text-transform:uppercase;
	text-align:right;
	width:47%;
	font-weight:bold;
	}


/*========| Advertising |==================================*/

#advertising{
	background:#190030;
	border:2px solid #ffffff;
	border-left:0;
	border-right:0;
	margin-bottom:20px;
	height:70px;
	clear:both;
	text-align:center;
	}

#sponsoredtext {
	margin:0 auto;
	text-align:center;
	font-size:10px;
	text-transform:uppercase;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	height:10px;
	width:310px
	}
	
#sponsoredimage {
	position:relative;
	top:-65px;
	margin:0 auto;
	width:310px;
	}

#sponsoredimage a{
	position:relative;
	display:block;
	width:200px;
	height:70px;
	background:#ffffff;
	margin:0 auto;
	border:2px solid #ffffff;
	z-index:500;
	}

#sponsoredimage img{
	position:relative;
	display:block;
	width:200px;
	height:70px;
	background:#000000;
	margin:0 auto;
	
	}


/*========| Footer |==================================*/

#footer {
	top:-40px;
	position:relative;
	width:230px;
	}

#footer .support {
	float:left;
	font-size:11px;
	padding-top:7px;
	}

#footer .support a{
	text-decoration:none;
	border-bottom:1px dotted #ffffff;
	display:block;
	}

#footer .logo {
	float:right;
	font-size:11px;
	}
