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

body {
	background-color:#000;
	background-image:url(../images/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin-top:0px;
	font-family:Calibri, Helvetica, sans-serif;
	font-size:12px;
	color:#dedcd3;
}

#contentArea {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	
}
#header {
height:645px;
margin-bottom:25px;
}
#navigationLinks{
	position:relative;
	top:600px;
	height:24px;
	width:433px;
	margin-left:auto;
	margin-right:auto;
}
.socialLink {
	display:block;
	width:100%;
	height:100%;
}
#facebook {
	background-image:url(../images/facebook.jpg);
	width:85px;
	height:24px;
	overflow:hidden;
	background-position:left;
	float:left;
}
#facebook:hover {
	background-position:-85px;
}

#myspace {
	background-image:url(../images/myspace.jpg);
	width:89px;
	height:24px;
	overflow:hidden;
	background-position:left;
	float:left;
}
#myspace:hover {
	background-position:-89px;
}

#youtube {
	background-image:url(../images/youtube.jpg);
	width:80px;
	height:24px;
	overflow:hidden;
	background-position:left;
	float:left;
}
#youtube:hover {
	background-position:-80px;
}
#twitter {
	background-image:url(../images/twitter.jpg);
	width:77px;
	height:24px;
	overflow:hidden;
	background-position:left;
	float:left;
}
#twitter:hover {
	background-position:-77px;
}

#reverbnation {
	background-image:url(../images/reverbnation.jpg);
	width:102px;
	height:24px;
	overflow:hidden;
	background-position:left;
	float:left;
}
#reverbnation:hover {
	background-position:-102px;
}

#contactBox {
	position:relative;
	top:595px;
	float:right;
}

#albumBox {
	float:left;
	width:726px;
	height:377px;
	margin-right:19px;
	background-image:url(../images/albumBox_18.jpg);
	background-repeat:no-repeat;
	margin-bottom:90px;
}
#audioPlayer {
	margin-top:230px;
	margin-left:357px;
}
#merchBox {
	height:377px;
	overflow:hidden;
	clear:both;
	padding-top:12px;
	text-align:center;
	width:100%;

}
#directmerch {
	overflow:hidden;
	clear:both;
	padding-top:50px;
	text-align:center;
	width:100%;
}
#bandcamp {
	overflow:hidden;
	clear:both;
	padding-top:80px;
	padding-bottom:50px;
	text-align:center;
	width:100%;
}
.noBorder {
	border:none;
}
#footer {
	clear:both;
	padding-top:12px;
	height:24px;
	text-align:center;
	width:100%;
}
#footer a {
	color:#ccc;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}