
/* player and playlist go side by side */
#player, div.playlist {
	float:left;		
	margin-right:20px; 
}
div.playlist {
	width:200px;
	top: -4px;
		position:absolute;

		left:430px;		
		
}

/* player dimensions */
#player {
	display:block;				
	width:550px;
	height:400px;
	border:0px;
	position:absolute;
	top:100;
	
}

#player img {
	display:block;				
	width:400px;
	height:300px;
	border:0px;		
}



/* play button on top of splash image */
div.play {
	background:url(../img/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-180px;
	left:190px;	
	opacity:0.9;
	margin-bottom:-50px;
}

div.play:hover {
	opacity:1.0;		
}

div.leftcolumn { position:relative; top:-30px; font-size: 15px; font-family: helvetica; width: 200px; text-align: justify;  float: left;  }

div.rightcolumn { font-size: 15px; font-family: helvetica; position:relative;left:290px;  top:-30px; width:246px; text-align: left; margin-top:-16px; float: right;  }
/* div.bottomtext { color: #fff; font-size: 15px; font-weight: normal; background-color: #000; left:-20; text-align: left;  position:relative;left:260px top:-600px; width:870px; line-height: 20px; padding: 12px; }*/
div.smaller { color: #fff; font-size: 12px; font-weight: 500;  text-align: left;  width:850px; line-height: 20px;}

div.logo { position:relative; top:-30px; text-align: left;  width:850px; line-height: 20px; }
div.footer {position:absolute; top:320px; color: #fff; font-size: 15px; font-weight: normal; background-color: #000; left:-20; text-align: left;  width:890px; line-height: 20px; padding: 12px; }


/* single playlist item */
div.items a {
	background:url(../img/block.jpg) no-repeat;
	width:200px;
	height:70px;
	display:block;
	text-decoration:none;
}

div.items p {
	font-size:11px;
	width:200px;
	padding:2px 0 0 12px;
	margin:0px;	
	top:-180px;
}

div.items p.time {
	padding-top:0px;
	color:#777;
	margin-top:5px;
} 

/* item stages: normal, hover, playing, paused */
div.items a:hover {
	background-position:0 -68px;	
}

div.items a.playing, div.items a.paused {
	color:#000;	
}

div.items a.playing {
	background-position:0 -136px;		
}

div.items a.paused {
	background-position:0 -68px;	
}


/* small navigational dots */
div.navi {
	width:60px;	
	float:left;
	margin:10px 0 0 50px;
}

div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../img/dots.png) 0 0 no-repeat;		
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;		
}

div.navi span.active {
	background-position:0 -16px;		
}
