@charset "UTF-8";

/* CSS Document */


/* 
------------------------------
BODY 
------------------------------ 
*/


body {
	background-color: #060604;
	background-repeat:no-repeat;
	font-size : 11px;
	line-height: 12px;
	color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0; 
}

.albumtitle {
	font-size : 13px;
	line-height: 12px;
	color : #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
	
.credits, tr, td {
	font-size : 10px;
	line-height: 11px;
	color : #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.subtitle {
	font-size : 10px;
	line-height: 11px;
	color : #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.btext {
color:#fee903; 
font-size: 14px;
display: block; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: bold; 
text-align: left;  
text-transform:uppercase;}

	
a:link, a:visited, a:active {
	color:#FFFFCC;
	text-decoration: none;
}
	
a:hover {
	color:#ffffff;
	text-decoration: underline;
}

a:link, a:visited, a:active img{
	color:#FFFFCC;
}
	
a:hover img{
	color:#ffffff;
}


borderwhite { 
border-color:#ffffff;
}	

.lyrics a:link, .lyrics a:visited, .lyrics a:active {
    font-size : 10px;
	color:#666666;
	text-decoration: none;
}
	
.lyrics a:hover {
    font-size : 10px;
	color:#ffffff;
	text-decoration: underline;
}
	

/* 
------------------------------
MAIN BODY
------------------------------ 
*/


.mainbody { 
	width:900px;
	height:622px;
	position:absolute;
	float: center;
	left: 50%;
	margin-left: -450px;
	z-index: 12; 
}
	
	
	
/* 
------------------------------
MAIN NAV
------------------------------ 
*/

.navigation {
	top: 70px;
	position: absolute;
	left: 340px;
	width: 517px;
	margin-left: 0px;
	padding: 0px;
	z-index:4;
}

.logo {
	top: 0px;
	position: absolute;
	left: 250px;
	width: 74px;
	margin-left: 0px;
	padding: 0px;
	z-index:3;
}

.title {
	top: 0px;
	position: absolute;
	left: 690px;
	width: 155px;
	margin-left: 0px;
	padding: 0px;
	z-index:3;
}



/* 
------------------------------
ACTIVE BODY
------------------------------ 
*/

#wrapper {

	
  position: absolute;
  left: 350px;
  top: 132px;
  width: 295px;
  height: 500px;
  padding: 0px;
  z-index:10;
}

#scroller {
  position: relative;
}

#drag {
   position:absolute;
   left: 100%;
   top: 0px;
   cursor:pointer;
   z-index:12;
}

#track {
   position:absolute;
   left: 100%;
   top: 12px;
   width: 6px;
   height: 490px;
   cursor:pointer;
   background-image:url(../images/scrolltrack.png);
   z-index:20;
}


#contentMask {
  position:absolute;
  left: 0px;
  top: 4px;
  width: 314px;
  height: 507px;
  clip: rect(0,100%,100%,0);
  overflow: hidden;
  z-index: 6;
}

#contentBackground {
background-image:url(../images/body_background.png);
	background-repeat:no-repeat;
  position:absolute;
  left: 0px;
  top: 0px;
  width: 314px;
  height: 516px;
  z-index: 5;
}



#wrapper #content {

	position:absolute;
	left:10px;
	top:10px;
	width:300px;
	float: left;
}

#wrapper #section {
	position:relative;
	left:0px;
	top:0px;
	float: left;
}

#wrapper #copy {
	position:relative;
	left:0px;
	top:0px;
	width:280px;
	float: left;
}




/* 
------------------------------
SIDE NAV
------------------------------ 
*/


.sidenav {
	top: 55px;
	position: absolute;
	left: 710px;
	width: 220px;
	padding: 0px;
	float: right;
	z-index:3;
}


.side_mini {
	top: 70px;
	position: relative;
	float: left;
	left: 0px;
	width: 199px;
	height: 160px;
	padding: 0px;
	overflow: hidden;
	text-align: left;
	z-index:4;
	
}


.side_elist {
	top: 95px;
	position: relative;
	float: left;
	left: 0px;
	width: 220px;
	height: 210px;
	padding: 0px;
	overflow: hidden;
	text-align: left;
	z-index:4;
	
}

.side_player {
	top: 85px;
	position: relative;
	float: left;
	left: 0px;
	width: 250px;
	height: 65px;
	padding: 0px;
	overflow: hidden;
	text-align: left;
	z-index:4;
}

.side_links {
	top: 100px;
	position: relative;
	float: left;
	left: 0px;
	width: 199px;
	height: 85px;
	padding: 0px;
	overflow: hidden;
	text-align: left;
	z-index:4;
	
}

