body {
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
	text-align:center;
}

/*#page {
	background-color:#efefef;
	width:950px;
	margin:50px auto;
	padding:20px 150px 20px 50px;
	min-height:600px;
	border:2px solid #fff;
	outline:1px solid #ccc;
	text-align:left;
}*/

h1, h2 {
	letter-spacing:-1px;
	color:#2D5AC3;
	font-weight:normal;		
	margin-bottom:-10px;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}


.less {
	color:#999;
	font-size:12px;
}


a {
	color:#295c72;		
}
/*a.player {	
	display:block;
	width:610px;
	height:420px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}*/

#video {
	width:915px;
	height:360px;
	background: #333;
}
/* splash image
a.player img {
	border:0;
		
}*/


#player {
	height:350px;
	width:610px;
	float:left;
}


/* playlist style */
#playlist {
	width:280px;
	height:340px;
	overflow-y:auto;
	overflow-x:hidden;
	border:1px solid #333;
	padding:4px 10px 12px 10px;
	background-color:#333;
	float:left;
}

/* playlist entry */
#playlist a {
	display:block;
	width:245px;
	height:60px;
	padding:8px;
	background-color:#555;
	border:1px solid #99ccff;
	font:11px "bitstream vera sans", "lucida grande",verdana;
	text-align:left;
	text-decoration:none;
	margin-top:7px;
	color:#ccc;
}

/* different states of a playlist entry */
#playlist a:hover {
	background-color:#999;		
}

#playlist a.progress {
	background-color:#999;	
}

#playlist a.playing {
	border:1px solid #666;
	background-color:#999;	
}

#playlist a.paused {
	border:1px solid #666;
	background-color:#999;	
}

/* elements inside playlist entry */
#playlist a img {
	border:0;	
	float:left;
	margin-right:10px;
}

#playlist a strong {
	color:#FFFFCB;		
	padding-bottom:5px;
}

#playlist a em {
	border:0;	
	float:right;
	/*margin-right:10px;
	background:url(/img/demos/clock.gif) no-repeat 0 50%;
	padding-left:20px;*/
	color:#333;
	font-style:normal;
	margin-top:12px;
}

#playlist.featured {
	padding:2px 10px 12px 10px;
	margin-left:3px;
	height:145px;
	width:272px;
	background-color:#6699cc;
}

#playlist.featured a {
	display:block;
	width:255px;
	height:120px;
	padding:8px;
	background-color:#65CC65;
	color:#000;
}

#playlist.archives {
	padding:2px 10px 12px 8px;
	margin-left:3px;
	height:145px;
	width:272px;
	}


/* different states of a playlist entry */
#playlist.featured a:hover {
	background-color:#CC65CC;

#playlist.featured a strong {
	color:#000;
}