/* THIS CSS PRODUCES A CENTERED 2 COLUMN LAYOUT WITH HEADER AND HORIZONTAL NAV */
/* ALL PNG BACKGROUND GRAPHICS WILL HAVE ADDITIONAL SELECTORS IN IE6.CSS */

/* BEGIN STRUCTURE */
:focus {outline-style: none;} /* removes dotted border around FF links */

html, body {
	margin:0;
	padding:0;
	height:100.1%; /* keeps vertical scroll bar visible in browsers so layout doesn't 'bounce' page to page */
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#000;
	background-image:url("/img/bg.gif");
	background-position:top left;
	background-repeat:repeat;
	min-width:970px;
}

#container {
	position:relative; 
	width:950px;
	min-height:100.1%;
	margin:0 auto 0 auto; 
	text-align:left;
	background-image:url("/img/bg-container.png");
	background-position:top left;
	background-repeat:repeat;
	border:0px solid black;
}

#brandingNav {height:87px;}

#brandingNav img#logo {
	position:absolute;
	top:27px;
	left:42px;
}

#sharethis {
	margin:0px 0px 20px 69px;
}

ul#nav {
	position:absolute;
	top:40px;
	left:395px;
	width:530px;
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

#nav a{
	display:block;
	border:0px solid black;
}

ul#nav, #nav a {height:27px;}

#nav a span {margin-left:-3000px;}

#tickets, #directions, #photos, #sellers, #contact {
	float:left;
	height:19px;
	margin-right:2px;
}

#tickets {width:147px;}
#tickets a, #tickets a:visited {background:url("/img/btn-tickets.gif") top left no-repeat;}
#tickets a:hover {background:url("/img/btn-tickets.gif") top center no-repeat;}

#directions  {width:112px;}
#directions a, #directions a:visited {background:url("/img/btn-directions.gif") top left no-repeat;}
#directions a:hover {background:url("/img/btn-directions.gif") top center no-repeat;}

#photos {width:83px;}
#photos a, #photos a:visited {background:url("/img/btn-photos.gif") top left no-repeat;}
#photos a:hover {background:url("/img/btn-photos.gif") top center no-repeat;}

#sellers {width:81px;}
#sellers a, #sellers a:visited {background:url("/img/btn-sellers.gif") top left no-repeat;}
#sellers a:hover {background:url("/img/btn-sellers.gif") top center no-repeat;}

#contact {width:97px;}
#contact a, #contact a:visited {background:url("/img/btn-contact.gif") top left no-repeat;}
#contact a:hover {background:url("/img/btn-contact.gif") top center no-repeat;}

#photobar {margin-left:35px;border-top:6px solid #ccc;border-bottom:6px solid #ccc;}

#content {
	padding:20px 45px 55px 45px;
	border:0px solid #000;
}

#contentMain {
	float:left;
	width:556px;
	border:0px solid #000;
}

#contentSub {
	float:right;
	width:256px;
	margin:20px 0px 0px 0px;
	padding:7px 0px 10px 18px;
	border-left:1px solid #e0e0e0;
}

#siteInfo {
	position:relative; 
	width:880px;
	margin:0 auto 0 auto; 
	height:50px;
	padding-top:10px;
	border-top:1px solid #e0e0e0;
}

#siteInfo ul {
	float:left;
	padding:0px 0px 0px 10px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
}

#siteInfo li {display:inline;}

#siteInfo p {
	float:right;
	padding:0px 10px 0px 0px;
}

#siteInfo a {text-decoration:none;}
#siteInfo a:visited {text-decoration:none;}
#siteInfo a:hover {text-decoration:none;}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	font-size:62.5%;
	color:#000;
}

h1, h2, h3, h4, h5 {
	font-family:arial, sans-serif;
	margin:0px;
	margin-bottom:4px;
}

p, ul, ol {font-size:12px;}

h1 {font-size:18px;} 
 
h2 {font-size:12px;}


h3 {font-size:12px;}

h4 {font-size:12px;}

p {
	margin:0px;
	margin-bottom:10px;
}

a {
	color:#0060c5;
	text-decoration:underline;
}

a:visited {}

a:hover {text-decoration:none;color:#000;}

hr {height:1px;border:0;color:#e0e0e0;background:#e0e0e0;margin:0;padding:0;}

ul {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/img/dot.png");
}

ol {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
.paddingTop {padding-top:15px;}
img {border:0;}
.30px_bottom_margin {margin-top:30px;}
.center {text-align:center;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.small {font-size:1.1em;}
.no_spacing {margin:0px; padding:0;}
.light, .tableLight {background-color:#f4e2bd;}
.dark, .tableDark {background-color:#ececec;}
.adminBar {background-color:#2d4122;}
.tableHighlight {background-color:#5f4f4b;}
.white {color:#FFFFFF;}
.hidden {display:none;}
.icon {vertical-align:middle;}
a.no_link, a.no_link:visited, a.no_link:hover {color:#000;text-decoration:none;}

.clear {
	clear:both;
	height:0px;
	border:0px solid #000;
}

.photo {
	float:left;
	margin:0 11 11 0px;
	padding:3px;
	background:#fff;
	border:1px solid #acc0a5;
}

ul.striped, ol.striped { 
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
}
ul.striped li, ol.striped li {}
ul.striped li a, ol.striped li a {
	display:block;
	font-weight:bold;
	font-size:14px;
	margin:0;
	padding:0;
	padding-top:6px;
	padding-right:10px;
	padding-bottom:6px;
	padding-left:10px;
	text-decoration:none;
	border:0px solid black;
}
ul.striped li a.indent, ol.striped li a.indent {padding-left:30px;}
ul.striped li a:visited, ol.striped li a:visited {}
ul.striped li a:hover, ol.striped li a:hover, ul.striped li a:hover span.no_link, ol.striped li a:hover span.no_link {
	background-color:#0080ff;
	color:#fff;
}
/* END VARIOUS TAGS AND CLASSES */

/* BEGIN SPECIAL CLASSES (DELETE IF NOT BEING USED ON SITE */
ul#nav_sub_list {
	margin:0px 0px 20px 0px;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}
#nav_sub_list li {margin-bottom:5px;}
#nav_sub_list li a {
	display:block;
	font-weight:bold;
	margin:0;
	padding:2px 6px 3px 6px;
	width:225px;
	text-decoration:none;
	background-image:url("/img/bg-rounded-box.gif");
	background-repeat:no-repeat;
	background-position:top left;
	border:0px solid black;
}
#nav_sub_list li a:visited {}
#nav_sub_list li a:hover {color:#000;}

/* BEGIN CUSTOM, SITE SPECIFIC STYLES */
#formEmail {
	margin:0px 0px 20px 0px;
	padding:0;
}
#formEmail input {width:230px;float:none;}

#formEmail #btnSubmit {margin:5px 0px 0px 150px;width:61px;height:24px;border:0;}

#pricesTable {background:#ebebeb;border-left:1px solid #ddd;width:480px;text-align:center;}
#pricesTable th {background:#ddd;padding:5px;font-weight:bold;font-size:12px;}
#pricesTable td {vertical-align:top;padding:3px;text-align:center;font-size:12px;border-bottom:1px solid #ddd;border-right:1px solid #ddd;}
/* END CUSTOM, SITE SPECIFIC STYLES */
