/* Style sheet for music/Video tab */

@import "moisander.css";

/* Re-define some settings from moisander.css */
#leftside,#rightside {margin:0; padding:0 10px 10px; width:130px;}
#content {margin:0 145px;}

/* Add new styles for FlowPlayer */

/* make elements a little more centered */
body { padding:000px; }

/* these two settings will remove borders from playlist entries */
a:active {  outline:none; }
a:focus   { outline-style:none; }

a.player {
	margin-top:20px;
	display:block;
	background:url(../music/b1-20080522.png) no-repeat;
	width:425px;
	height:298px;
	padding:0 0px 15px 0px; 
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img { margin-top:115px; border:0; }

#pl {
	height:160px;
	background:#f5fbfb url(../css-img/h300.png) repeat-x;
	padding:10px;
	border:1px solid #ddd;
	width:652px;
}

#pl div.entries {
	height:160px;
	float:left;
}

#pl div.entries a {
	background:transparent url(../css-img/entry2.png) no-repeat scroll 0%;
	color:#666;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:9px;
	height:120px;
	margin-right:7px;
	padding:20px;
	text-decoration:none;
	width:240px;
}

#pl div.entries a:hover {
	background-position:-280px 0;
	color:#000;
}

#pl div.entries a.playing {
	background-position:-560px 0;
	color:#000;
}

#pl div.entries a.paused {
	background-position:-840px 0;
	color:#000;
}

#pl div.entries a.progress {
	opacity:0.8;
}

#pl div.entries em {
	float:right;
	margin-top:-9px;
	color:blue;
	font-style:normal;
}

#pl a.nextPage, #pl a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../css-img/left.png) no-repeat;
	margin:30px 10px;
	cursor:pointer;
	float:left;
}

#pl a.nextPage:hover, #pl a.prevPage:hover {
	background-position:0px -18px;
}

#pl a.nextPage {
	background-image:url(../css-img/right.png);
}

#content p  { font-size:0.9em; }
#content ul { font-size:0.8em; }
#mp3list a  { font-size:0.8em; }

/* END */
