* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 
 background:url(../images/background.jpg) repeat-x #000;
 width: 100%;
}

#wrapper { 
 margin: 0 auto;
 width: 840px;
}

#header {
 color: #333;
 width: 840px;
 float: left;
 padding: 0px;
 height: 40px;
 margin: 20px 0px 5px 0px;
 background: url(images/logo.jpg) right no-repeat;
}

#navigation {
 color: #fff;
 width: 840px;
 float: left;
 padding: 0px;
 height: 50px;
 margin: 0px 0px 0px 0px;
}

#navlist{
	position:relative;
	display:block;
	font-size:14px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	width: 840px;
	}

#navlist ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width: 840px;
	}

#navlist ul li{
	display:block;
	float:left;
	margin:0px 0px 0px 0px;
	
	}

#navlist ul li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration: none;
	padding:10px 40px 0px 2px;
	height:24px;
	}

#navlist ul li a:hover,#navlist ul li a.current{
	color:#0099ff;
	}
	
#banner {
 color: #000;
 width: 841px;
 float: left;
 padding: 15px 0px 12px 0px;
 border-top: 2px dotted #3d3e3e;
 border-bottom: 2px dotted #3d3e3e;
 height: 320px;
 margin: 0px 0px 10px 0px;
 
}



#welcome { 
 color: #f0f1f1;
 margin: 0px 0px 0px 0px;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-right: 18px;
 height: 925px;
 width:350px;
 float: left;
 line-height:18px;

}

.welcome_bg{
	height: 20px;
	background-color:#0b0b0b;
	padding-top: 2px;
}

.news_bg{
	height: 20px;
	background-color:#0b0b0b;
	padding-top: 2px;
}

#music { 
 float: left;
 color: #fff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 925px;
 width: 250px;
 /*display: inline;*/
 line-height:18px;
}

.music_bg{
	height: 20px;
	background-color:#0b0b0b;
	padding-top: 2px;
}

.album_image{
	height:110px;
	width: 110px;
	float:left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.album_details{
	height:110px;
	width: 130px;
	float: right;
	margin-top: 18px;
}

#gigs { 
 color: #fff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 925px;
 width: 174px;
 float: right;
 line-height:18px;
}

.gigs_bg{
	height: 20px;
	background-color:#0b0b0b;
	padding-top: 2px;
}

.gigs_content{
	height:780px;
	width:172px;
	margin-top: 18px;
	/*margin-bottom: 20px;*/
	/*padding-top: 20px;*/
}

#footer { 
 width: 100%;
 clear: both;
 color: #0099ff;
 background:#000;
 margin: 0px 0px 0px 0px;
 padding: 10px 0px 10px 0px;
 height:70px;
 border-top: 2px dotted #3d3e3e;
}

#footer p {
	text-align:center;
}

h1, h2, h3{
 color:#fff;
}

hr{
	border: 2px dotted #3d3e3e;
}

a{
	text-decoration:none;
	color:#09F;
}
a:hover{
	color:#fff;
}
img{
	border:none;
}
.header {
	color: #0099ff;
}

.post {
	clear:both;
	padding-top: 10px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(../images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {
	float: left;
	margin-top: 10px;
	width: 350px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
}

.entry {
	clear: both;
	padding-top: 10px;
}

.post-cat {
	padding-left: 18px;
	float:left;
	font-size: 14px;
	color: #fff;
}
.post-comments {
	padding-top: 10px;
	float: left;
	font-size: 95%;
}
.post-calendar {
	padding-left: 18px;
	float: right;
	font-size: 14px;
	color: #fff;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
	width:350px;
	height:25px;
}
.navigation a, .navigation a:visited {
	color: #09F;
}
.previous-entries {
	float: left;
	/*padding-left: 18px;*/
	color:#09F;
}
.next-entries {
	float: right;
	/*padding-right: 18px;*/
	color:#09F;
}