@charset "utf-8";

/* CSS Document */





body{

	background: #000 ;

	color:#0a0a0a;

	font-family:Georgia, "Times New Roman", Times, serif;

}





* { padding: 0; margin: 0; }



p { 

	margin: 0 0 5px 0; 

}



a {

	color: #0a0a0a;

	text-decoration: none;

}

	

a:hover{

	text-decoration: underline;

	}



h1,h2,h3{

	padding-bottom: 10px;

	margin: 0 0 5px 0;

}

h1{
	color:#000;
	text-decoration:underline;
	padding-bottom: 15px;
}



h2, h3{

	font-style:italic;
	color: #000;
	border-bottom:dashed 1px #000;

}

#post {
	padding-bottom: 5px;
}



ul { 

	margin: 0 0 10px 0; 

	 

	list-style : none; 

	

}

	

li { 

	font-weight: normal;

	margin: 0 0 8px 0;

	padding: 0 0 0 5px;

	

}



/*boxes*/



#wrapper { 

	color: #333; 

	margin: 0 auto; 	

	width: 991px;

}



#header {  

	width: 991px;

	height: 181px; 

	margin: 10px 0px 0px 0px;

	background: url(../images/header3.png) no-repeat;

	color: #FFF;

	margin-top: 0;

}





#navigation { 

	text-align: center;	

	height: 35px;

	width: 991px;

	color: #0a0a0a;

	background:  url(../images/menu3.png) no-repeat;

}



 #navigation ul { 

	padding : 0px; 

	list-style : none; 

	border: none;

	margin: 0;

}

	

 #navigation li { 

	display: inline;

	

}

/*Navigation items*/

 #navigation li a {

	color: #0a0a0a;	

	font-weight: bold;	

	font-size: 14px;

	margin: 0 0 0 8px;

	text-decoration: none;

	line-height: 35px;

}



 #navigation li a:hover{

	margin: 0 0 0 8px;

	text-decoration: underline;

 }

 

#content{

	width: 791px;

	padding-top: 20px;

	padding-left: 100px;

	padding-right: 100px;

	padding-bottom: 20px;

	background:  url(../images/back3.png);

}



#main {

	float: left;

	width: 500px;

	margin-right: 60px;

}



#sidebar {

	float: left;

	width: 231px;

	font-size: 0.8em;
	

}



#content p{

	line-height: 1.4em;

	padding: 5px;

}





.postmetadata { font-size: 0.6em; }



.midden{

	text-align:center;

}



.news{

	background:url(../images/news.gif) no-repeat;

	text-indent:-9999px;

	behavior: url(css/iepngfix.htc); 

	border: 0;

}



.date{

	font-style:italic;

}

#line{

	background:url(../images/hr.gif) no-repeat center;

	height: 40px;

	

}



.featureimage{

	float:left;

	border: 1px solid #000;

	margin-right: 20px;

	margin-bottom: 5px;

}

	

.clear{

	clear:both;

}



/*png fix*/

hr{

display: none;

}





img{

	border: none;

}

#footer { 

	width: 991px;

	height: 259px;

	color:#0a0a0a;  

	font-size:90%;

	border-top: 0px solid #555;

	text-align:center; 

	background:  url(../images/footer3.png);

}



/*fotoalbum*/

#albumlist{

	list-style-type:none;

	margin-top: 10px;

	text-align:center;

}



#albumlist li{

	float:left;

	width: 150px;

	margin-right: 6px;

	margin: bottom: 10px;

}



#albumlist img {

	display: block;

	border: 1px solid #333300;

}



/*contact*/

#contact{

	

	margin-top: 10px;

	text-align:center;

}



#contact a{

	color: #0a0a0a;

}



/*Setlist*/

	

.setlist{

	

	margin-top: 10px;

	text-align:center;

}



.setlist li a{

	color: #0a0a0a;

	text-decoration: none;

	}

	

.setlist li a:hover{

	text-decoration: underline;

	}

	

.setlist img{

	border: 0px;

	}



#gigs{

	

	margin-top: 10px;

}



#gigs li{

	font-style:normal;

}



.clearfix:after {

     visibility: hidden;

     display: block;

     font-size: 0;

     content: " ";

     clear: both;

     height: 0;

     }

.clearfix { display: inline-block; }

/* start commented backslash hack \*/

* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* close commented backslash hack */

/*thickbox*/
#TB_window {
  position: fixed;
  background: #000;
  z-index: 102;
  color:#fff;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}

	
