body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #FFF;
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 13px;
}


/*** GLOBAL ***/

h1 {
	font-size: 140%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}


#sitewrapper {
	width: 969px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#header {
	width: 969px;
	height: 302px;
	padding: 0;
	margin: 0; 
	background: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#nav {
	width:969px;
	height:40px;
	padding:0;
	margin:0;
	background: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

#mainbody {
	width:969px;
	padding:0;
	margin:0;
	background: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	text-align: left;
	clear: both;
}

#maintext {
	width:435px;
	padding: 40px 40px 40px 100px;
	float: left;
	text-align: justify;
	line-height: 18px;

}

#maintext img {
	margin:0 20px 10px 0;
}

#maintext a {
	color:#FFD746;
}

#maintext a:hover {
	color:#FFF;
	text-decoration: none;
}

.mediaBox {
	width:430px;
	background-color: #FFD746;
	border: 2px solid #FFF;
}

.mediaBox img {
	border:2px solid #000;
	margin-left: 15px;
	float: left;
}

.mediaTitle {
	width:420px;
	background-color: #931F20;
	border-bottom: 2px solid #FFF;
	color:#FFF;
	font-size: 120%;
	padding:10px 0 10px 10px;
}

.photos {
	margin: 20px 10px 20px 35px;
}

.photoText {
	font-size: 140%;
	color: #3F2206;
}

.photoText span {
	font-size: 80%;
	color: #931F20;
}

.photoTitle {
	font-size: 110%;
	color:#000;
	border-bottom: 1px dotted #000;
	margin: 15px;
}

.photocredits {
	font-size: 70%;
	color:#000;

}

.clear {
	clear:both;
}

#footer {
	width:969px;
	height:108px;
	padding:0;
	margin:0;
	background: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	clear: both;
}


/***************************************
**** MAIN NAV **************************
***************************************/

#nav ul {
	padding-left: 0;
	margin: 0;
	width: 900px;
	height: 40px;
	text-align: center;
	display: block;
	margin-left: 140px;
}
 
#nav ul li {
	display: inline;
	list-style-type: none;
	height: 40px;
}

#nav ul li a {
	padding: 10px 25px 0 25px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	float: left;
	height: 14px;
}

#nav ul li a:hover {
	padding: 10px 25px 0px 25px;
	background-image:url(../images/bt_on.png);
	color: #000;
	text-decoration: none;
	font-size: 14px;
	float: left;
	height: 30px;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, 
	sizingMethod=scale, src='../images/bt_on.png');
}

#nav ul li .select {
	background-color: #FFD148;
	color:#000;
	height: 30px;
}

/*** SUB ITEMS ***/

#subcontainer {
	width:300px;
	float: left;
	padding: 40px 60px 40px 0px;
}

#cdsale {
	width:300px;
	height:200px;
	background: url(../images/cdbox_bg.png);
	background-repeat: no-repeat;
}

#nextshow {
	width:300px;
	height:150px;
	background:url(../images/nextshow_bg.png);
	background-repeat: no-repeat;
}

.showtext {
	position: absolute;
	margin:25px 0 0 0;
	padding: 30px 25px 15px 15px;
	float: left;
	width:200px;
}

.wah {
	
	float:right;
}

.cdimage {
	position: absolute;
	padding: 50px 0 0 0;
}

.space {
	height:20px;
}

/**** MISC ****/

.clear {
	clear:both;
}

/*** NEXT SHOW ***/

.showDate {
	font-size: 120%;
	font-weight: bold;
}

.startTime {
	font-weight: normal;
	font-size: 100%;
	color:#F7DB5D;
}

.venue {
	font-size: 110%;
	color:#F7DB5D;
}

.buynow {
	width:107px;
	height:30px;
	float: right;
	padding: 150px 40px 0 0;
}

.moreinfo {
	width:108px;
	height:30px;
	margin:8px 0 0 -3px;
}

.noshows {
	display: block;
	font-size: 90%;
	font-weight: normal;
	color: #999;
	padding: 60px 0 0 20px;
}

/**** SCHEDULE ****/

.showBox {
	width:390px;
	background-color: #AD1910;
	padding:20px;
	border: 2px solid #FFD746;
	margin-bottom: 25px;
}

.showBox a {
	color:#FFF;
}

.showBox a:hover {
	color:#000;
	text-decoration:none;
	font-weight: bold;
}

.dotLine {
	width:100%;
	border-top: 1px dotted #FFD746;
	margin-top: 6px;
	margin-bottom: -6px;
}


/***** LINKS ******/

ul.links {
	padding:0;
	margin: 0:
	list-style-type: none;
}

ul.links li {
	list-style-type: none;
	margin-bottom: 15px;
}

ul.links li a {
	background-color: #AD1910;
	border: 2px solid #FFD746;
	list-style-type: none;
	text-decoration: none;
	color:#FFF;
	padding: 3px;
}

ul.links li a:hover {
	background-color: #FFD746;
	color:#000!important;
}





