@charset "utf-8";

a:link {
	color:#999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#999;
}
a:hover {
	text-decoration: none;
	color:#FFF;
}
a:active {
	text-decoration: none;
	color:#999;
}


tr, td, img {
padding: 0;
margin: 0;
border: 0;
}

body 
{
	background-color: #666;
	border:0px;
	margin: 0px;
	padding: 0px;
	
	/*scrollbar-arrow-color:#220a00;
	scrollbar-face-color:#9a6a28;
	scrollbar-highlight-color:#FFF000;
	scrollbar-3dlight-color:#FFF000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#FFF000;*/
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
}

#strook 
{
	background-color: #000;
	margin-left: auto;
 	margin-right: auto;

	width:800px;
	
	-moz-box-shadow: -5px 0px 50px #fff, 5px 0px 50px #fff;
    -webkit-box-shadow: -5px 0px 50px #fff, 5px 0px 50px #fff;
    box-shadow: -5px 0px 50px #fff, 5px 0px 50px #fff;
	
    -ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#ffffff,strength=1,direction=0)";
    filter: progid:DXImageTransform.Microsoft.Glow(color=#ffffff,strength=1,direction=0);

}

#header 
{
	margin:0px;
	border: 0px;
	padding:0px;
}

#news
{
	width:450px;
	
	margin:0px;
	border: 0px;
	padding:0px;
}

#wrapper 
{
	background-image:url(images/bg_bullets.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	
	margin:0px;
	border: 0px;
	padding:0px;
}


.pic_thumb 
{
	margin-top:-1px;
	border: 1px solid white;
}

.news_container 
{
	width: 450px;
}

.content_container 
{
	width: 450px;
}
#contentpopup {
	height:400px;
	overflow:auto;
	
	font-size:12px;
}

#w00tPlayer {
	border:0;
	padding:0;
	margin::0;
	width:320px;
	
	color:#FFF;
}

#songdisplay {
	background-image:url(images/player_bg.jpg);
	background-repeat:repeat-x;
	width:80%;
}
	
#playerDisplay {
	background-image:url(images/player_bg.jpg);
	background-repeat:repeat-x;
	width:20%;
}

#w00tPlayer:hover {
	cursor:pointer;
}

.readmorelink {
	font-style:italic;
	width:450px;
	text-align:right;
}

/* PlayList */
#playList ul { 
	list-style:none;
	padding: 1px;
	margin: 0;
}
#playList ul li {
	background-color:#222222;
}
#playList ul li .playing {
	font-weight:bold;
	font-size:11px;
	color:#fff;
}
#playList ul li a { 
	display:block; 
	text-decoration:none; 
	color:#CCC; 
	line-height:30px;
 	border-bottom-style:solid; 
	border-bottom-width:1px; 
	border-bottom-color:#333;
	cursor:pointer; 
	
	padding-left:2em;
}
#playList ul li a:hover { 
	color:#FFF; 
	background-color:#333;
}
