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

body {
	background:url('../images/wallpaper.jpg');
	text-align:center;
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
}

img{
	border:none;
}

h1, h2, h3, h4, h5{
	color:#d7caa7;
}

p, li {
	color:#dad2c3;
	line-height:2em;
}

a{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.content-holder {
	margin: 0 auto;
	width: 1000px;
	text-align:left;
	background:url(../images/content-background.jpg) repeat-y center;
	
}

.header{
	background: url('../images/header-background.jpg') no-repeat;
	width: 100%;
	text-align:center;
	height: 280px;
}

.header #current {
	background-color: #190703;
}

.menu{
	width:100%;
	text-align:center;
}

.menu ul{
	margin:0;
	list-style-type:none;
	height:30px;
	font-size: 1.33em;
}

.menu ul li{
	display:inline;
	padding:0.6em 1.5em 0.2em;
}

.menu a{
	color:#b8ab97;
}

.show-display{
	height: 100px;
	text-align:left;
	padding: 10px 80px;
}

.show-display h4{
	color:#2E0E05;
}

.show-display h2{
	color:#222222;
}

#lineup {
	text-align:left;
	width: 80%;
}

#lineup p, #lineup h3, #lineup h4, #lineup h2, #lineup a{
	margin:0;
	padding:0;
}

#band-images{
	float:right;
}

#lineup img{
	width:120px;
}

.util-menu{
	height:20px;
	margin: 20px 80px 0;
	font-size:0.8em;
	color:#999999;
	text-align:left
}

.util-menu p, .util-menu a{
	color:#958262;
}

#utilities{
	float:right;
	padding-top:4px;
}

/*Main content styles*/
.content{
	padding: 20px 80px 0;
}

.content li{
	list-style-type:none;
	margin: 0 -25px;
}

.content h2 {
	margin-bottom:-0.8em;
	margin-top: 1em;
	border-top:dashed thin #dad2c3;
}

#right-img{
	float:right;
	background-color:#c6b79e;
	padding:2px 2px 5px 2px;
	margin:15px 0 20px 30px;
}

#right-img p{
	font-size:0.8em;
	padding:0;
	margin:0;
	color:#79633e;
}

#news {
	background-image: url(../images/news-background.jpg);
	background-repeat:repeat-y;
	float:right; 
	width:380px; 
	margin-left:30px;
	padding-left:20px;
}

#news p{
	line-height:1.2em;
	padding-right: 15px;
}

table.showbands{
	width:100%;
}

table.showbands img{
	margin-top:5px;
}

table.showbands h3{
	margin:0 0 5px 0;
	font-size:1.25em;
}

table.showbands h4{
	font-size:0.825em;
	line-height: 2.5em;
	margin:0;
}

/*Footer*/
.footer{
	background: url('../images/footer-background.jpg') no-repeat;
	padding:42px 80px 0 80px;
	height:50px;
	font-size:0.8em;
}

.footer p{
	color:#000000;
	line-height:1.25em;
}
.footer a{
	color:#333333;
}
