@charset "UTF-8";

/* CSS Document */


/* 
------------------------------
BODY 
------------------------------ 
*/


body {
	background-color: #060604;
	background-repeat:no-repeat;
	font-size : 13px;
	line-height: 14px;
	color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0; 
}

.albumtitle {
	font-size : 13px;
	line-height: 12px;
	color : #fee903;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
	
.credits, tr, td {
	font-size : 12px;
	line-height: 13px;
	color : #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.subtitle {
	font-size : 11px;
	line-height: 13px;
	color : #fee903;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.btext {
color:#fee903; 
font-size: 24px; 
margin: 14px 0px 4px 0px; 
padding: 0px 0px 3px 0px; 
display: block; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: bold; 
text-align: left;  
text-transform:uppercase;}

	
a:link, a:visited, a:active {
	color:#fee903;
	text-decoration: underline;
}
	
a:hover {
	color:#ffffff;
	text-decoration: none;
}

a:link, a:visited, a:active img{
	color:#fee903;
}
	
a:hover img{
	color:#000000;
}


borderwhite { 
border-color:#ffffff;
}	

.lyrics a:link, .lyrics a:visited, .lyrics a:active {
    font-size : 10px;
	color:#ffffff;
	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: 233px;
	position: absolute;
	left: 185px;
	width: 487px;
	margin-left: 0px;
	padding: 0px;
	z-index:4;
}

.title {
	top: 0px;
	position: absolute;
	left: 145px;
	width: 463px;
	margin-left: 0px;
	padding: 0px;
	z-index:3;
}



/* 
------------------------------
ACTIVE BODY
------------------------------ 
*/

#wrapper {

	
  position: absolute;
  left: 185px;
  top: 294px;
  width: 487px;
  height: 280px;
  padding: 0px;
  z-index:10;
}

#scroller {
  position: relative;
}

#drag {
   position:absolute;
   left: 100%;
   top: 0px;
   cursor:pointer;
   z-index:4;
}

#track {
   position:absolute;
   left: 100%;
   top: 0px;
   width: 6px;
   height: 280px;
   cursor:pointer;
   background-image:url(../images/scrolltrack.png);
   z-index:2;
}


#contentMask {
background-image:url(../images/body_background.png);
	background-repeat:no-repeat;
  position:absolute;
  left: 0px;
  top: 0px;
  width: 487px;
  height: 280px;
  clip: rect(0,100%,100%,0);
  overflow: hidden;
  z-index: 6;
}



#wrapper #content {

	position:absolute;
	left:10px;
	top:0px;
	width:470px;
	float: left;
}

#wrapper #section {
	position:relative;
	left:-6px;
	top:0px;
	float: left;
}

#wrapper #copy {
	position:relative;
	left:0px;
	top:0px;
	width:470px;
	float: left;
}




/* 
------------------------------
SIDE NAV
------------------------------ 
*/


.sidenav {
	top: 75px;
	position: absolute;
	left: 710px;
	width: 220px;
	padding: 0px;
	float: right;
	z-index:3;
}

.side_tourtease {
	top: 0px;
	position: relative;
	float: left;
	left: 0px;
	width: 199px;
	height: 112px;
	padding: 0px;
	overflow: hidden;
	text-align: left;
	z-index:4;
}

.ml {padding:5px;}

.side_elist {
	top: 25px;
	position: relative;
	float: left;
	left: 0px;
	width: 240px;
	height: 130px;
	padding: 5px;
	overflow: hidden;
	text-align: left;
	z-index:4;
	border:1px dotted #222222
}


.side_links {
	top: 60px;
	position: relative;
	float: left;
	left: 0px;
	width: 250px;
	height: 85px;
	padding: 0px;
	overflow: hidden;
	text-align: left;
	z-index:4;
	
}

.side_mini {
	top: 80px;
	position: relative;
	float: left;
	left: 0px;
	width: 199px;
	height: 150px;
	padding: 0px;
	overflow: hidden;
	text-align: left;
	z-index:4;
	
}