body { 
	background: #000000 ;/*url(/images/bg-14.jpg) right 55px no-repeat fixed*/
	font-family: Verdana, Arial, Helvetica, san-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* DIV BOXES */
#wrap { 
	margin: 0px;
	padding: 0px;
}

#banner { 
	position: fixed;
	top: 0;
	left: 0;
	height: 55px;
	width: 100%;
	margin: 0;
	padding: 0 0 0 15px;
	text-align: left;
	background: #000000;
	border-bottom: 1px solid #837758;
	z-index: 2;
}

#title-x {
	position: fixed;
	top: 45px;
	left: 45px;
	color: #FFFFFF;
	font: bold 11px "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 12px;
	text-transform: uppercase;
	z-index: 10;
}

#navbar {
	position: fixed;
	top: 37px;
	right: 25px;
	z-index: 3;
}

#navbar2 {
	position: fixed;
	top: 73px;
	right: 25px;
	z-index: 3;
}

#content {
	position: absolute;
	width: 500px;
	height: auto;
	top: 125px;
	left: 50%;
	margin-left: -250px;
	padding-bottom: 55px;
	text-align: left;
	z-index: 1;
}

#content-home {
	position: absolute;
	width: 400px;
	height: 360px;
	top: 50%;
	left: 50%;
	margin-top: -225px;
	margin-left: -200px;
	text-align: center; 
	z-index: 1;
}

#thumbs {
	width: 700px;
}

#footer { 
	position: fixed;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 100%;
	background: #333333;
	border-top: 1px solid #837758;
	z-index: 2;
}

/* NAV FONTS */

#navbar a, #navbar2 a { 
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	padding: 0;
	margin: 0 3px;
}

#navbar ul, #navbar ul li {
	color: #837758;
	display: inline;
	list-style-type: none;
}

#navbar ul li a:link {
	color: #999999;
	text-decoration: none;	
}

#navbar ul li a:visited {
	color: #BCB19D;
	text-decoration: none;	
}


#navbar ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* RIGHT NAV FONTS */

#navbar2 ul, #navbar2 ul li {
	font-size: 13px;
	color: #999999;
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navbar2 ul li a:link {
	color: #999999;
	text-decoration: none;
	margin: 0 5px;	
}

#navbar2 ul li a:visited {
	color: #999999;
	text-decoration: none;	
}


#navbar2 ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* CONTENT BOX STYLES AND FONTS */

#content h1 {
	font-size: 13px;
	color: #c89703;
	margin: 0;
	padding: 0 0 5px 0;
	text-align: left;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#content-home h1 {
	font-size: 13px;
	color: #c89703;
	margin: 0;
	padding: 0 10 5px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#content h2 {
	font-size: 12px;
	color: #c5c2b9;
	margin: 0;
	padding: 10px 0 4px 0;
	text-align: left;
	text-transform: uppercase;
}

#content h3 {
	font-size: 12px;
	color: #999999;
	margin: 0;
	padding: 5px 0;
	text-align: left;
}

#content p {
	font-size: 13px;
	color: #999999;
	line-height: 18px;
	text-align: left;
	padding: 0 0 10px 0;
	margin: 0;
}

#content-home p {
	font-size: 13px;
	color: #999999;
	line-height: 18px;
	padding: 0;
	margin: 10px 0 0 0;
}

p.indent {
	text-indent: 25px;
}

#content a:link, #content a:visited {
	font-size: 12px;
	color: #BCB19D;
	text-decoration: none;
}

#content a:hover {
	font-size: 12px;
	color: #DEDCC2;
	text-decoration: underline;
}

#content ul, #content ul li {
	font-size: 12px;
	color: #BCB19D;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#content img {
	padding: 10px;
	border: none;
}

#content-home img {
	padding: 0;
	border: none;
}

#content-home a:hover {
	color: #DEDCC2;	
	text-decoration: none;
}

pre {
	font-family: "Myriad Pro", Helvetica, Verdana, Arial, san-serif;
	font-size: 12px;
	color:#DEDCC2;
	line-height: 16px;
}

#content .caption {
	font-size: 11px;
	font-style: italic;
	color: #666666;
}

hr {
	color: #837758;
	background-color:#837758;
	height: 1px;
	border:none;
	width: 100%;
	margin-bottom:10px;
}

.ticket_box {
	width: 350px;
	margin: 5px 50px 15px 0;
	padding: 10px;
	background-color: #4A4A4A;
	border: 1px solid #837758;
}	
	
/* FOOTER FONTS */

#footer p {
	font-size: 10px;
	color: #837758;
	margin: 10px 0 0 0;
}
	
/* LIGHTBOX CSS */

#lightbox{
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #45433c;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.png) left 85% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.png) right 85% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	color: #aeaca5;
	background-color: #45433c;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 800px;
	background-color: #45433c;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

.hide { display: none; }
 