/* 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 {-moz-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:#534741;
}

#branding, #nav, #content {
	position:relative; 
	width:840px;
	margin:0 auto 0 auto;
}

#branding_container {
	height:124px;
	min-width:880px;
	background-color:#283744;
	background-image:url("/img/bg-branding.jpg");
	background-position:top left;
	background-repeat:repeat-x;
}

/*ie6.css*/
#branding {
	height:124px;
	border:0px solid #000;
}

#branding img {
	position:relative;
	top:1px;
}

/*ie.css*/
#nav_container {
	height:37px;
	min-width:880px;
	background-color:#a90b0f;
	background-image:url("/img/bg-nav.gif");
	background-position:top left;
	background-repeat:repeat-x;
}

#nav {

}

#nav ul {
	position:absolute;
	top:5px;
	left:104px;
	width:710px;
	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:32px;}

#home, #shows, #about, #photos, #directions, #sellers, #contact {
	float:left;
	height:32px;
}

#home {width:73px;}
#home a, #home a:visited {background:url("/img/btn-home.gif") top left no-repeat;}
#home a:hover {background:url("/img/btn-home.gif") top right no-repeat;}

#shows  {width:166px;}
#shows a, #shows a:visited {background:url("/img/btn-shows.gif") top left no-repeat;}
#shows a:hover {background:url("/img/btn-shows.gif") top right no-repeat;}

#photos {width:90px;}
#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 right no-repeat;}

#about {width:149px;}
#about a, #about a:visited {background:url("/img/btn-about.gif") top left no-repeat;}
#about a:hover {background:url("/img/btn-about.gif") top right no-repeat;}

#directions {width:115px;}
#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 right no-repeat;}

#sellers {width:90px;}
#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 right no-repeat;}

#contact {width:98px;}
#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 right no-repeat;}

#content_container {
	min-width:880px;
	background-color:#fff;
	background-image:url("/img/bg-content-pattern.jpg");
	background-position:top left;
	background-repeat:repeat-x;
}

#content_inner_container {
	background-color:transparent;
	background-image:url("/img/bg-content-gradient.png");
	background-position:top center;
	background-repeat:no-repeat;
	border:0px solid blue;
}

#content {
	/*min-height:684px;*/
	position:relative;
	background-color:transparent;
	background-image:url("/img/bg-content.gif");
	background-position:0px 25px;
	background-repeat:repeat-x;
	text-align:center;
	padding-top:28px;
	border:0px solid #000;
}

div#nav_sub {
	margin:0;
	background-image:url("/img/curve-nav-sub-left.gif");
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#efe6d0;
	display:inline;
	height:27px;
	border:0px solid blue;
}

#nav_sub a {
	text-decoration:none;
	padding:6px 5px 6px 5px;
	font-size:12px;
	background-color:#efe6d0;
	border:0px solid blue;
}
#nav_sub a:visited {}
#nav_sub a:hover {color:#212120;}

div#content_main {
	text-align:left;
	float:left;
	width:480px;
	padding-top:12px;
	padding-bottom:40px;
	padding-left:20px;
	border:0px solid #000;
}

div#content_main_full {
	text-align:left;
	float:left;
	width:770px;
	padding-top:12px;
	padding-bottom:40px;
	padding-left:20px;
	border:0px solid #000;
}

div#content_sub {
	text-align:left;
	float:right;
	width:290px;
	padding-top:55px;
	padding-bottom:40px;
	padding-right:20px;
	border:0px solid #000;
}

div#content_footer {
	position:relative; 
	width:800px;
	margin:0 auto 0 auto;
	height:80px;
	padding-top:16px;
	color:#d9d6d5;
	border:0px solid #000;
}

#content_footer ul {
	padding:0px;
	float:left;
	padding-bottom:4px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
}

#content_footer li {display:inline;}

#content_footer a {color:#fff;text-decoration:none;}

#content_footer a:visited {text-decoration:none;}

#content_footer a:hover {color:#fff;text-decoration:underline;}

#email_newsletter {
	float:left;
	text-align:left;
	padding:0;
	width:340px;
	border:0px solid white;
}
#site_info p {float:right;}
#site_info {

	text-align:left;

	border:0px solid white;
}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	font-size:62.5%;
	color:#212120;
}

h1, h2, h3, h4, h5 {
	font-family:arial, sans-serif;
	margin:0px;
	margin-bottom:4px;
}

p, ul, ol {font-size:12px;}

h1 {font-size:24px;color:#3d3d3d;margin-bottom:0px;} 

h2 {font-size:16px;color:#be6d0e;margin-bottom:0px;}

#content_sub h3 {margin-bottom:6px;color:#be6d0e;}

h3 {font-size:14px;margin-bottom:0px;}

h4 {font-size:12px;}

p {
	margin:0px;
	margin-bottom:10px;
}

a {
	color:#0060c5;
	text-decoration:underline;
}

a:visited {}

a:hover {text-decoration:underline;}

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 */
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;margin-right:3px;}
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;
}

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.list_burst {
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
}
.list_burst li {
	padding-bottom:14px;
	padding-left:20px;
	background-image:url("/img/icon-burst.png");
	background-position:0px 1px;
	background-repeat:no-repeat;
}
/* END SPECIAL CLASSES */

/* BEGIN SIFR */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

/*.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}*/

/* END SIFR */

/* BEGIN CUSTOM, SITE SPECIFIC STYLES */
div#map {width:480px;height:370px;margin-bottom:15px;border:1px solid white;}
div#sharethis {position:absolute;top:45px;right:20px;}
img#nav_arrow {position:absolute;top:-1px;left:170px;}
/*ie6.css*/
div#weather {background-color:#fff;text-align:center;padding-left:48px;}
img#photo_collage {position:relative;top:-12px;left:0px;}
#steps h3.huge {font-size:36px;padding-top:0px;}
#steps h2 {margin-bottom:8px;}
#steps {padding:18px 0px 10px 20px;background-color:#f8f4eb;border:1px solid #fff;margin-bottom:20px;}
#steps h3 {margin-bottom:10px;padding-right:10px;float:left;border:0px solid black;font-size:14px;padding-top:5px;}

table#table_photos td {text-align:center;}
/* END CUSTOM, SITE SPECIFIC STYLES */