*  {
	margin: 0px;
	}
	
@font-face {
	font-family: 'Biolinum';
	src: url('font/biolinum-webfont.eot');
	src: local('Linux Biolinum O'), local('LinBiolinumO'), url('font/biolinum-webfont.woff') format('woff'), url('font/biolinum-webfont.ttf') format('truetype'), url('font/biolinum-webfont.svg#webfontYuCbSffT') format('svg');
	font-weight: normal;
	font-style: normal;
}

body { 
	background-color: #DAC286;
	color: #afa769;
	font-family: "Biolinum", "Helvetica", "Arial", sans-serif; 
	}

a {
	text-decoration: none;
	color: #930e0e;
	}

a:hover {
	color: darkred;
	}
	
	
#container { 
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 927px;
	}

#header {
	margin-bottom: 0px;
	z-index: -1;
	}
	
#nav {	
	position: absolute;
	top: 105px;
	margin-left: 375px;
	}
	
.navimg {
	height: 28px;
	border: none;
	}

#about {
	width: 84px;
	background: url('about.png') 0 0;
	}
#about:hover {
	background: url('about.png') 0 -27px;
	}
#news { 
	width: 92px;
	background: url('news.png') 0 0; 
	}
#news:hover {
	background: url('news.png') 0 -27px;
	}
	
#albums {
	width: 112px;
	background: url('albums.png') 0 0; 
	}
#albums:hover {
	background: url('albums.png') 0 -27px;
	}
	
#shows {
	width: 100px;
	background: url('shows.png') 0 0; 
	}
#shows:hover {
	background: url('shows.png') 0 -27px;
	}
	
	
#contact {
	width: 116px;
	background: url('contact.png') 0 0; 

	}
#contact:hover {
	background: url('contact.png') 0 -27px;
	}
	


#content { 
	background-color: #590505;
	margin: -5px 40px 0px;
	color: #DAC286;
	}

h1 { 
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px dashed #930e0e;
	text-shadow: 1px 1px 1px #380202;
	text-transform: lowercase;
	}

h2 { 	
	text-align: center;
	padding: 10px;
	text-shadow: 1px 1px 1px #380202;
	font-size: 18px;
}

h3.important {
	text-align: center;
}
.txt {
	padding: 30px;
	margin: 0px;
	text-align: justify; 
	}

#abouttxtarea {
	min-height: 390px;
	}
p {
	text-indent: 25px;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	line-height: 150%;
	}

#video { 
	margin: 10px 10px 4px 0px;
	float: left;
/*	display: none;*/
}
	
.mediaheading {
	text-transform: uppercase;
	font-size: smaller; 
	margin-left: 150px;
	margin-bottom: 15px;
	display: none;
	}

.flyer {
	float: left;
	margin-right: 25px;
	height: 386px;
	}

table {
	width: 820px;
	padding: 20px 80px;
	}


td.venue {
	}

tr.alt {
	background-color: #380202;
}
	
td.city {
	text-align: right;
	}
	
.albumcover {
	padding-right: 20px;
	float: left;
	width: 290px;
	}

.albumstuff { 
	min-height: 290px;
	margin-left: 300px;
	}

li.album {
	margin-left: 20px;
	line-height: 150%;
	}
	
.paypal {
	margin-left: 40px; 
	padding: 10px;
	}
	
/* corrects problem with lonely street section not padded enough */

#lonelyalbum {
	margin-top: 20px;
	}
	
.albuminfo {
	text-indent: 0px;
	}
/* These are the style settings for the dotted box that contains the record review on albums.html */

.review, .newsitem {
	margin: 20px 60px 20px; 
	padding: 30px;
	border: 1px dotted #930e0e;
	background-color: #380202; 
	}
	

	
#footer {
	background-color: #380202;
	margin-top: 10px;
	border-top: 2px solid #5f0505;
	padding-bottom: 20px;
	padding-top: 10px;
}

#footer p {
	font-size: smaller;
	text-indent: 0px;
	text-align: center;
	}
	
#socialmedia {
	width: 380px;
	margin-left: auto;
	margin-right: auto;
	}
.socialbadge {
	width: 70px;
	height: 70px;
	padding: 0px 10px;
	border: none;
	}



