@charset "UTF-8";
/* CSS Document */

/*HOME - NEWS*/

body  {
	background-color: #000;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	background-image: url(../images/newback.png);
	background-repeat: no-repeat;
	background-position: top center;
	
	
}

.main  {
	width: 850px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	/*border: solid;
	border-color: #FFF;*/
	
}

#logo  {
	display: block;
	width: 300px;
	height: 267px;
	background-image: url(../images/logo-new.png);
	background-repeat: no-repeat 0 0;
	float: left;
	margin-left: -50px;
}

#logo:hover  {
	 background-position: 0 -267px;

}

.twittermail  {
	color: #999;
	width: 400px;
	height: 222px;
	float: right;
	margin-top: 5px;
	padding: 5px;
}

.nav  {
	width: 205px;
	line-height: 33px;
	margin-top: 44px;
	margin-left: 10px;
	float: left;
	

	
	
}

.nav a  {
	font-size: 40px;
	letter-spacing: -5px;
	
}


.bandpic1  {
	width: 510px;
	float: right;
	
	
}

#header  {
	width: 400px;
	height: 15px;
	font-size: 16px;
	text-align: center;
	color: #000;
	float: right;
	margin-top: 17px;
	margin-left: 195px;
	background-color: #FFF;
	padding-top: 3px;
	padding-bottom: 2px;
}

.topcontent  {
	
}

.bottomcontent  {
	clear: both;
	
}

.photos  {
	width: 350px;
	overflow: auto;
	float: right;
	margin-top: 5px;
	padding: 5px;
	margin-left: 30px;
}

.news  {
	color: #FFF;
	width: 400px;
	height: 222px;
	overflow: auto;
	float: right;
	margin-top: 5px;
	padding: 5px;
	margin-left: 40px;
	font-size: 13px;
	background-color: #000000;
	filter: alpha(opacity=50);
	opacity:0.5; 
	-moz-opacity:0.5;
	
}

.bio  {
	color: #FFFFFF;
	width: 400px;
	height: 222px;
	overflow: auto;
	float: right;
	margin-top: 5px;
	padding: 5px;
	margin-left: 40px;
	font-size: 13px;
	background-color: #000000;
	filter: alpha(opacity=50);
	opacity:0.5; 
	-moz-opacity:0.5;
	line-height: 25px;
}

.news p  {
	font-size: 13px;
}

.news em  {
	font-size: 13px;
}

.itunesamazon  {
	width: 121px;
	margin-left: auto;
	margin-right: auto;
}

.maillist  {
	width: 334px;
	float: right;
	margin-right: 30px;
}

.respectivelogos  {
	width: 653px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 270px;

}

.shows  {
	text-align: center;
	font-size: 13px;
}

.shows em  {
	font-weight: bold;
}

/* MEDIA */

.mp3player {
	width: 390px;
	float: right;
	margin-left: 0px;
	margin-top: 5px;
	font-size: 13px;
	
}

.mp3player strong  {
	background-color: #000000;
	filter: alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}

a:link {color:#FFF; text-decoration: none;}      /* unvisited link */
a:visited {color:#FFF; text-decoration: none;}  /* visited link */
a:hover {color: #666; text-decoration: none;}  /* mouse over link */
a:active {color:#666; text-decoration: none;}  /* selected link */
img  { border: none; }
#buylink  {
	text-decoration: underline;
	
}
