/*
This file is NOT NECESSARY for the rater to work. None of these styles are needed.
This is only to style the demo page
*/

body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0;

	color: #000;
	}

#container {
	width: 50%;
	border: 1px solid #ccc;
	padding: 20px;
	}

h1 {
	font-size: 21px;
	font-family: Arial, sans-serif;
	margin:0 0 5px 0;
	padding:0;
	}

h2 {
	font-size: 16px;
	color: #333;
	font-family: Arial, sans-serif;
	margin:0 0 10px 0;
	padding:0;
	}


.container{
	width:100%;
	position:relative;
	overflow:none;
	margin-bottom:30px;
	border:1px dotted #cccccc;
	background-image :url('http://www.theillbeat.com/templates/rt_replicant_j15_light/images/background.jpg');
}

.heading{
   font-size:15px;
   color:white;
   background: url('http://www.theillbeat.com/templates/rt_replicant_j15/images/headers/blue/header-bg.png');
   padding-left:20px;
   padding-top:8px;
   height:22px;
}
.trackListing{
   font-size:15px;
   color:white;
   background: url('http://www.theillbeat.com/templates/rt_replicant_j15/images/headers/green/header-bg.png');
   padding-left:20px;
   padding-top:8px;
   height:22px;
}

.description{
   font-size:15px;
   color:white;
   background: url('http://www.theillbeat.com/templates/rt_replicant_j15/images/headers/dark-teal/header-bg.png');
   padding-left:20px;
   padding-top:8px;
   height:22px;
}
.ratingHeading{
   font-size:15px;
   color:white;
   background: url('http://www.theillbeat.com/templates/rt_replicant_j15/images/headers/orange/header-bg.png');
   padding-left:20px;
   padding-top:8px;
   height:22px;
}
.commentsHeading{
	font-size:15px;
   color:white;
   background: url('http://www.theillbeat.com/templates/rt_replicant_j15/images/headers/dark-red/header-bg.png');
   padding-left:20px;
   padding-top:8px;
   height:22px;
}
.leaveComment{
   font-size:15px;
   color:white;
   background: url('http://www.theillbeat.com/templates/rt_replicant_j15/images/headers/dark-green/header-bg.png');
   padding-left:20px;
   padding-top:8px;
   height:22px;

}



.subGenres{
	padding-left:30%;
	font-size:20 px;
	color:#ffffff;
}
.subGenres{
	padding-left:30%;
	font-size:20 px;
	color:#ffffff;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.comment{
	border:1px solid black;
	display:inline;
	font-weight:normal;
	font-size:0.9em;
}

.header{
	
	height:33px;
	background-image: url('http://www.theillbeat.com/templates/rt_replicant_j15/images/bottom-bg.png');
	padding-left:10px;
	padding-top:5px;
	padding-right:10px;
}

.header .length {
	margin-left:88%;
	margin-top:-18px;
	border:1px solid red;
	background-color:white;
	position:fixed;
	display:block;

}

.content{
	
	padding-left:10px;
	height:300px;
}

