/* CSS Document */

body {
	margin:0 0 0 0;
	background-color:#221b13;
	color:#CFD7D3;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#main {
	width:800px;
	margin:0 auto 0 auto;
	float:none;
}
#header {
	width:800px;
	height:310px;
	float:left;
}
#content {
	background-position:center;
	background-repeat:repeat-y;
	background-image:url(../images/bg.jpg);
	width:800px;
	float:left;
}
#content_left {
	width:491px;
	padding:0 20px 20px 50px;
	float:left;
}
#content_right {
	width:239px;
	float:left;
}
#upcoming_shows {
	margin:10px 10px 10px 10px;
}
#footer {
	width:800px;
	height:60px;
	float:left;
	background-image:url(../images/footer_bg.jpg);
	padding-top:9px;
}
a:link, a:active, a:visited {
	color: #EDDCA9;
	text-decoration:none;
}
a:hover {
	color: #EDDCA9;
	text-decoration:underline;
}
.upcomingShowsTitle {
	color:#CFD7D3;
	font-size:14px;
	font-weight:900;
	letter-spacing:2px;
	text-transform:uppercase;
}
.upcomingShowsDate {
	font-size:14px;
	text-transform:uppercase;
}
.upcomingShowsDetails {
	font-size:10px;
	color:#667E73;
}
.popUpTitle {
	color:#FFFFFF;
	font-size:14px;
}
.headline {
	color:#CFD7D3;
	font-size:15px;
	font-weight:900;
	text-transform:uppercase;
	letter-spacing:2px;
	line-height:18px;
}
.date {
	color:#EDDCA9;
	font-size:13px;
	font-weight:900;
	text-transform:uppercase;
	letter-spacing:2px;
	line-height:16px;
}
.subHeadline {
	color:#667E73;
	font-size:11px;
	font-weight:900;
	text-transform:uppercase;
	letter-spacing:2px;
}
.photoThumbnails {
	margin:0 20px 20px 0;
	padding:5px 5px 5px 5px;
	background-color:#95a59b;
	border:1px solid;
	border-color:#FFFFFF;
	cursor:pointer;
}
.discographyAlbum {
	margin:0 0 0 0;
	padding:5px 5px 5px 5px;
	background-color:#95a59b;
	border:1px solid;
	border-color:#FFFFFF;
	cursor:pointer;
}