/* CSS Document */

#body{
	margin:0;
	padding:0;
	font-color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

.hideMe{display:none;}

#container{
	width:800px;
	margin:0 auto;
}

/* Homepage */

#left{
	width: 377px;
	float:left;
}

#right{
	display:block;
	background:url(../images/home_02.jpg) no-repeat;
	width:342px;
	height:600px;
	float:left;
}
#tab{
	display:block;
	background:url(../images/home_03.jpg) no-repeat;
	width:81px;
	height:600px;
	float:left;
}



#topleft{
	display:block;
	background:url(../images/leftside_01.jpg) no-repeat;
	width:377px;
	height:241px;
	position:relative;
}
#bottomleft{
	display:block;
	background:url(../images/home_04.jpg) no-repeat;
	width:377px;
	height:359px;
	position:relative;
}
	#recordpromo{ 
		height:150px;
		left:118px;
		position:absolute;
		top:0;
		width:250px;
		background:url(../images/record-scan.gif) no-repeat 100px top;
	}

	#recordpromo h2{
		color:red;
		font-family:"Courier New",Courier,monospace;
		font-size:16px;
		margin:0;
		width:149px;
	}

	#recordpromo p{

	}

	#recordpromo a#buyrecord{
		background:#FFFFFF none repeat scroll 0 0;
		border:1px solid #999999;
		color:#333333;
		display:block;
		font-family:"Courier New",Courier,monospace;
		font-size:13px;
		font-weight:bold;
		padding:4px; 
		text-decoration:none;
		width:135px;
		margin:0 0 11px;
	}

	#recordpromo a#digital{

		background:#FFFFFF none repeat scroll 0 0;
		border:1px solid #999999;
		color:#333333;
		display:block;
		font-family:"Courier New",Courier,monospace;
		font-size:13px;
		font-weight:bold;
		padding:4px; 
		text-decoration:none;
		width:160px;
	}

		#recordpromo a#digital:hover,#recordpromo a#buyrecord:hover{
			background:#cccccc;
		}

a#moreshows {
	display:block;
	background:url(../images/navimages_15.jpg) no-repeat left top;
	width:377px;
	height:77px;
	display:block;
}

a#moreshows:hover { 
	background:url(../images/navimages_15.jpg) no-repeat left -84px;
}

#right{
	
}

#bandphoto{
	background:url(../images/bgphoto_2013.jpg) no-repeat top;
	width:342px;
	height:467px;
	margin:75px 0 0 0;
}

/*  NAV */

#nav{
	padding: 42px 0 0 115px;
}

#nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#nav ul li{
	margin:0;
	padding:0;
}

#music a{
	background:url(../images/navimages_03.jpg) no-repeat left top;
	height:23px;
	width:160px;
	display:block;
	margin:0;
	padding:0;
	
}

#music a:hover{
	background:url(../images/navimages_03.jpg) no-repeat left bottom; 
}

#photos a{
	background:url(../images/navimages_05.jpg) no-repeat -1px top;
	height:20px;
	width:160px;
	display:block;
	padding:0 0 0 0;
	margin:0;
}

#photos a:hover{
	background:url(../images/navimages_05.jpg) no-repeat -1px bottom; 
}
#mailinglist a{
	background:url(../images/navimages_09.jpg) no-repeat left top;
	height:31px;
	width:160px;
	display:block;
	margin:0;
	padding:0;
}

#mailinglist a:hover{
	background:url(../images/navimages_09.jpg) no-repeat left -28px;
}
#myspace a{
	  background: url("../images/icons1_light_sm.png") no-repeat scroll -81px 0 transparent;
    display: block;
    height: 38px;
    left: 290px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 76px;
    width: 39px;
}
 

#facebook a{
   background: url("../images/icons1_light_sm.png") no-repeat scroll 1px 0 transparent;
    display: block;
    height: 38px;
    left: 291px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 35px;
    width: 39px;
 }
  

#twitter a{
  	 background: url("../images/icons1_light_sm.png") no-repeat scroll -41px 0 transparent;
    display: block;
    height: 38px;
    left: 292px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 118px;
    width: 39px;
 }
#soundcloud a{
  	 background: url("../images/icons1_light_sm.png") no-repeat scroll -207px 0 transparent;
    display: block;
    height: 38px;
    left: 292px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 159px;
    width: 39px;
 }
 
 #biolink{
 	background:url(../images/navimages_14.jpg) no-repeat bottom right;
	height:53px;
	width:78px;
	display:block;
	padding:413px 0 0 264px;
 }
 
 /* SHOW TEXT */
 #showtext{
 	font-family:"Courier New", Courier, mono;
	font-size:12px;
	width:180px;
	padding:210px 0 0 110px;
	height:72px;
 }
 
  #showtext a, #showtext a:visited{
 	color:#000000;
	text-decoration:underline;
 }
