@charset "UTF-8";
/* CSS Document */

/*
Description: CSS for WHYY mPlayer flash media player
Author: Todd Vachon
Author URI: http://www.toddvachon.com
version: 1.7
*/

/*
Theme Version History:

*/

#hidden{ /* hides div to conceal writeln code that gets FF to accept passed variables */
	visibility: hidden;
	height: 5px;
	font-size: smaller
}

body {
	background-color: #101010;
	font-family:arial,Helvetica,sans-serif;
	font-size:10pt;
	margin:20px;
	color: #ffffff;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

#container {
	width: 1080px;/* smaller value will break in IE6 */
	height: 435px;
	margin: 15px 15px 15px 15px;
	padding: 0 5px 15px 5px;
	border: 1px solid #414141;
	overflow: visible;
	}
	

#wrapper1 {
	float: left;
	width:865px;
	height:383px;
	overflow: hidden;
	margin: 0 0 0 15px;
	border: 1px solid #414141;
}




#placeholder1 {}

#player1 {}


#playlists {
	float: right; 
	width: 160px;
	margin: 0 15px 15px 5px;
	/* background-color: #000000; */
	
	
	}

	
#playlists li {
	font-size:90%;
	text-align:left;
	border-bottom:1px solid #414141;
	line-height: 2.5em;
	}
	
#playlists li.selected a {
	color:white;
	font-weight:bold;
}
	
.getFlash {
	font-family:arial,Helvetica,sans-serif;
	font-size:9pt;
	color: #666666;
	margin-left:20px;
}

.getFlash a {
	color: #999999;

}
a{
	color:#555555;
	text-decoration:none;
	border: none;
	}
	
	a:hover {
	text-decoration:none;
	color:#ffffff;
	}
	
/*
#playlists.hoverState li a {
	color: #999999;
} 
*/
	
ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
margin-left:18px;
padding-left:0;
}
