@charset "utf-8";
/* CSS Document */

.archives { margin:10px; }
.archives h1 { font:16px Arial, Helvetica, sans-serif; color:#666; margin-bottom:20px; }
.archives a { color:blue; text-decoration:none; }

h1.sechead { font:bold 18px Verdana, Arial, Helvetica, sans-serif; letter-spacing:-1px; color:#c90; border-bottom:1px solid #ccc; background:url(/newimages/hdngbar16.png) left  no-repeat; padding-left:12px; margin:10px 0; }
h2.sechead { font:bold 16px Verdana, Arial, Helvetica, sans-serif; letter-spacing:-1px; color:#c90; border-bottom:1px solid #ccc; background:url(/newimages/hdngbar16.png) left  no-repeat; padding-left:12px; margin:10px 0; }

/* player and playlist go side by side */
#player, div.playlist {
	float:left;		
	margin-right:10px; 
}

div.playlist {
	width:338px;
	border:1px solid #ddd;
	padding:5px;
	margin-right:0;		
}

/* player dimensions */
#player, #player img {
	display:block;				
	width:400px;
	height:336px;
	border:0px;		
}

/* play button on top of splash image */
div.play {
	background:url(/flowplayer/examples/img/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-200px;
	left:187px;	
	opacity:0.9;
	margin-bottom:-50px;
}

div.play:hover {
	opacity:1.0;		
}


/* single playlist item */
div.items a {
	background:url(../tools/img/block.jpg) no-repeat;
	width:328px;
	height:90px;
	display:block;
	text-decoration:none;
	margin-bottom:5px;
	background:#f8f8f8;
	padding:5px;
}

div.items a.hide { display:none; }

div.items .itemimage { float:left; margin-right:10px; }
div.items .itemtitle { font:bold 13px Arial, Helvetica, sans-serif; color:#666; padding-top:5px; }
div.items .itemdesc { font:11px Verdana, Arial, Helvetica, sans-serif; color:#666; margin-top:5px; }

/* item stages: normal, hover, playing, paused */
div.items a:hover {
	background-position:0 -68px;
	background:#eee;	
}

div.items a.playing, div.items a.paused {
	color:#000;	
}

div.items a.playing {
	background-position:0 -136px;
	background:#eee;		
}

div.items a.paused {
	background-position:0 -68px;	
}


/* small navigational dots */
div.navi {
	width:60px;	
	float:left;
	margin-left:160px;
}

div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/flowplayer/examples/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;		
}

div#myPlayer {
	background:#fff; height:340px;
}

div.comment { }
div.commentline { }
div.even { background:#f6f6f6; }
div.odd { background:#f0f0f0; }
div.subjectline { margin:10px 10px 3px 5px; padding:5px 0; font:bold 10px Verdana, Arial, Helvetica, sans-serif; color:#666; border-bottom:1px solid #ccc; }
div.byline { padding:10px 5px 10px 5px; font:10px Verdana, Arial, Helvetica, sans-serif; color:#666; }
div.commentbody { font:12px Verdana, Arial, Helvetica, sans-serif; margin:10px 5px; }