/* general look and feelery */
body{
	text-align:left;
	margin:0;
	position:relative;/* for ie7*/
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

#wrapper{
	width: 390px;
	margin: 10px auto;
	height: 285px;
	position: relative;
	text-align: center;
}

#header{
	
}

.player-error{
	position: absolute;
	width: 300px;
	height: 200px;
}

#player{
	margin: 0 0 5px 10px;
	
}

.header{
	position:absolute;
	top:18px;
	left:18px;
	width:400px;
	height:100px;
}

#podcast{
	position:absolute;
	top:118px;
	left:18px;
	width:400px;
	height:170px;
}

#nowPlayingGeneral{
background:#FFFFFF none repeat scroll 0 0;
float:left;
height:180px;
margin:0 10px 10px 20px;
width:227px;
}

#nowPlayingGeneral ul{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-top:5px;
padding:0 10px;
}

#nowPlayingGeneral ul li{
	list-style: none;
	padding: 3px 0;
	margin: 0;
	text-align: left;
}

#play{
	background:transparent url(/img/players/snafu/polar03pause.png) no-repeat scroll 0 0;
	display:block;
	float:left;
	height:59px;
	margin-left:65px;
	text-indent:-100000em;
	width:61px;
}

#openearmusic{
border:medium none;
clear:both;
right: 14px;
position:absolute;
bottom: 25px;
}

#openearmusic a{
	border: none;
	display: block;
}

*{
	border: none;
}

