
html, body {
	background-color: #000;	
	color: #fff;
	font-family: Helvetica, Arial;
	font-size: 13px;
}

a {
	text-decoration: none;
	color: Silver;
}

a:hover {
	color: #fff;
}

div.page {
	width: 100%;
}

div.page .filter ul {
	margin: 5px;
	padding:0px;
}

div.page .filter ul li {
	list-style-type: none;
}

div.page .filter li a {
	padding: 4px;
	display: block;
	border-left: 1px solid #363636;
}

div.page .filter li.selected a {
	border-left: 1px solid #fff;
}

div.page .filter li a:hover {
}

#banner {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/background.jpg) repeat-x scroll 0 0;
	height:404px;
	position:relative;
}

#banner .wrap {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

#banner .content {
	margin: 20px 10px;
	width: 500px;
	height: 354px;
	float:left;
}

#banner .filter {
	margin:10px;
	float:left;
}

#banner .filter .category {
	margin:10px;
	float:left;
}

#banner .filter .stream {
	margin:10px;
	float:left;
}

/* head */
#head {
	position: relative;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 920px;
}

#head img {
	border: 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

/* footer*/

#footer {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

#footer ul {

}

#footer ul li {
	float: left;
	margin: 4px 10px;
	color: #fff;
	list-style-type: none;
}

/* content */

#playlist {
	display:none;
}

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(images/star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/* smaller star */
.small-star{
	width:50px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url(images/star_small.png);
	line-height: 10px;
	height: 10px;
}



