
/* CSS Template - Global                       */
/* (C) 2008 Anders Johansson */
/* Anders@daprovider.com             */

#sidfot {
width: 978px;
margin-top: 10px;
margin-right: auto;
margin-left: auto;
background-color: #ffffff;
border: 1px solid #bbbbbb;
text-align: left;
overflow: auto;
}

#sidfotlogo {
width: 110px;
display: inline; 
float: left;
position: bottom; 
padding: 8px 8px 4px 16px;
margin: 0;
}

#sidfotcontent {
width: 400px;
display: inline; 
float: left;
padding: 10px 8px 4px 10px;
margin: 0;
}

#sidfotcontent p {
display: inline;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 9px;
color: #666666;
line-height: 12px;

}

#sidfotcontent a {
display: inline;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 9px;
color: #666666;
text-decoration: none;
font-weight: normal;
}

#sidfotcontent a:hover {
display: inline;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 9px;
color: #666666;
text-decoration: underline;
}



/* player and playlist go side by side */
#player, #playlist {
	float:left;		
	margin-right:20px; 
}

/* player dimensions */
#player, #player img {
	display:block;				
	width:300px;
	height:240px;
	border:0px;		
}

#playlist {
	width:150px;		
}


/* overlay play button */
div.play {
	background:url(../img/btn/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-140px;
	left:125px;	
	opacity:0.9;
	margin-bottom:-50px;
}

div.play:hover {
	opacity:1.0;		
}


/* playlist entry */
#playlist a {
	background:url(img/block.jpg) no-repeat;
	width:150px;
	height:68px;
	display:block;
	text-decoration:none;
}

#playlist p {
	font-size:11px;
	width:130px;
	padding:8px 0 0 12px;
	margin:0px;		
}

#playlist p.time {
	padding-top:0px;
	color:#777;
	margin-top:5px;
} 


/* entry stages: normal, hover, playing, paused */
#playlist a:hover {
	background-position:0 -68px;	
}

#playlist a.playing, #playlist a.paused {
	color:#000;	
}

#playlist a.playing {
	background-position:0 -136px;		
}

#playlist a.paused {
	background-position:0 -68px;	
}

#notice { width: 537px; padding: 10px; background: #ffffff; border-top: 1px solid #a1c36d; border-right: 1px solid #a1c36d; border-bottom: 1px solid #a1c36d; border-left: 10px solid #4fa212; }

