@charset "UTF-8";
/* CSS Document */


body {
	margin: 0; padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	background: #e9c18a url(images/background-1.jpg) fixed top center repeat;
	text-align: center;
}

A:LINK, A:VISITED {
	color: #9e0b0f;
	text-decoration: none;
}

A:HOVER {
	color: #ff0000;
}

H1, H2, H3, H4, H5, H6 {
	margin: 0 0 0.5em 0;
	line-height: 1.1em;
}

H1 {
	font-size: 280%;
	font-weight: normal;
}

.home H1 {
	font-size: 240%;
}

H2 {
	font-size: 180%;
	font-weight: normal;
	color: #9e0b0f;
}	

.home H2 {
	font-size: 180%;
}

H3 {
	font-size: 140%;
	text-transform: uppercase;
}

.home H3 {
	font-size: 140%;
}	

H4 {
	font-size: 120%;
	font-style: italic;
}

H5 {
	font-size: 120%;
	text-align: right;
	margin: 0 0 0.75em 0;
}

H6 {
	font-weight: normal;
	font-size: 100%;
	padding: 5px 0;
	border-top: 1px dashed #c8b7a2;
	border-bottom: 1px dashed #c8b7a2;
	text-transform: uppercase;
}

P {
	font-size: 130%;
	line-height: 1.4em;
	margin: 0 0 1em 0;
}	

UL, OL {
	margin: 0 0 2em 20px;
	padding: 0;
	font-size: 100%;
}


LI {
	font-size: 130%; line-height: 1.3em;
	margin: 0 0 0.5em 0;
	padding: 0;
}

IMG {
	border: none;
}

.entry IMG {
	margin: 5px 0 10px 0;
	border: 1px solid black;
}

BLOCKQUOTE {
	font-size: 180%; line-height: 1.4em;
	background: #ccbbaa;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 10px;
	margin: 10px 100px 20px 0;
	color: #321806;
}

TABLE {
	border: 0;
	margin: 10px 0 20px 0;
	padding: 0;
}

TABLE TH {
	background: #9a0b0f;
	color: white;
	font-size: 120%; line-height: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 5px;
}	

TABLE TD {
	font-size: 130%; line-height: 1.2em;
	padding: 5px;
	border-bottom: 1px solid #c8b7a2;
}

TABLE TR.alt {
	background: #c8b7a2;
	border-bottom: 1px solid #a89772
}

TABLE TD P {
	font-size: 100%;
	margin: 0.5em 0;
	line-height: 1.2em;
}

FORM {
	border: 1px solid #c8b7a2;
	padding: 5px;
	font-size: 140%;
	margin: 0 0 10px 0;
}

FORM INPUT {
	margin: 0 0 5px 0;
}

#rightcol FORM INPUT {
	width: 120px;
}

#rightcol FORM INPUT#searchsubmit {
	width: auto;
}

#rightcol H2 {
	font-size: 160%;
	text-transform: uppercase;
	border-top: 2px solid #9a0b0f;
	padding-top: 3px;
}

#rightcol UL {
	font-size: 130%;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#rightcol UL LI,
#rightcol UL UL {
	font-size: 100%;
}

#rightcol UL UL {
	margin-top: 5px;
}

#rightcol LI {
	
}


/* slightly enhanced, universal clearfix hack */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */



/* STRUCTURE STYLES */

#wrapper {
	width: 963px;
	margin: 0 auto;
	text-align: left;
}

/* SIDEBAR STYLES */

#sidebar {
	float: left;
	width: 250px;
}

#sidebar-body {
	background: url(images/sidebar-bg.png) center repeat-y;
	padding: 10px 24px;
	position: relative;
	z-index: 1;
}

#sidebar-bottom {
	height: 160px;
	background: url(images/sidebar-bottom-bg.png) top center no-repeat;
}

#sidebar .logo {
	margin: 0 0 10px 0;
}


#sidebar UL {
	list-style: none outside;
	margin: 0 0 10px 0; 
	padding: 0;
	border-top: 1px dashed #c8b7a2;
	font-size: 140%;
}

#sidebar UL LI {
	font-size: 100%;
	margin: 0 !important; padding: 0;
	font-weight: bold;
	border-bottom: 1px dashed #c8b7a2;
	text-transform: uppercase;
	position: relative;
}

#sidebar UL LI A:LINK,
#sidebar UL LI A:VISITED {
	font-size: 100%;
	display: block;
	width: 190px;
	text-decoration: none;
	color: #603913;
	padding: 5px;
	/* background: url(images/sidebar-bullet.gif) center right no-repeat; */
	position: relative;
	/* z-index: 50; */
}

#sidebar UL LI A:HOVER {
	/* background: #ccbbaa url(images/sidebar-bullet-dark.gif) center right no-repeat; */
	background: #ccbbaa;
	color: #221806;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


#sidebar UL UL {
	font-size: 100%;
	border: none;
	background: url(images/sidebar-submenu-green.png) repeat;
	position: absolute; top: 0; left: -9000px;
	/* z-index: 900; */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#sidebar UL UL UL,
#sidebar UL LI:HOVER UL UL {
	left: -100em;
}

#sidebar UL UL LI:HOVER UL {
	left: 210px;
}

#sidebar UL LI:HOVER UL,
#sidebar UL LI UL:HOVER {
	left: 200px;
}

#sidebar li.sfh ul ul {left: -100em;}
#sidebar li.sfh ul {left: 200px; /* z-index: 9000; */}
#sidebar li li.sfh ul {left: 200px; /* z-index: 9000; */}


#sidebar UL UL LI {
	border: none;
	text-transform: none;
	font-weight: normal;
}

#sidebar UL UL LI A:LINK,
#sidebar UL UL LI A:VISITED,
#sidebar UL LI.current_page_item UL LI A:LINK,
#sidebar UL LI.current_page_item UL LI A:VISITED,
#sidebar UL LI.current_page_ancestor UL LI A:LINK,
#sidebar UL LI.current_page_ancestor UL LI A:VISITED {
	width: 200px;
	background: none;
	color: #d8e0d8; /*d8e0d8*/
}

#sidebar UL UL LI A:HOVER,
#sidebar UL LI.current_page_item UL LI A:HOVER,
#sidebar UL LI.current_page_ancestor UL LI A:HOVER,
#sidebar UL LI UL LI.current_page_item UL LI A:LINK,
#sidebar UL LI UL LI.current_page_item UL LI A:VISITED
 {
	color: white;
	background: #264823;
}


#sidebar UL LI.current_page_item A:LINK,
#sidebar UL LI.current_page_item A:VISITED,
#sidebar UL LI.current_page_item A:HOVER,
#sidebar UL LI.current_page_ancestor A:LINK,
#sidebar UL LI.current_page_ancestor A:VISITED,
#sidebar UL LI.current_page_ancestor A:HOVER {
	color: #332211;
	background: #bbaa99;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#sidebar UL LI UL LI.current_page_item A:LINK,
#sidebar UL LI UL LI.current_page_item A:VISITED,
#sidebar UL LI UL LI.current_page_item A:HOVER,
#sidebar UL LI UL LI.current_page_item UL LI A:HOVER {
	background: #002200;
	color: white;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


/* BADGES? WE DON'T NEED NO STINKIN' BADGES!! */

DIV#sidebar-bottom {
	position: relative;
	z-index: 0;
}

A.badge-new:LINK,
A.badge-new:VISITED {
	 z-index: 10;
	position: absolute;
	left: 0;
	display: block;
	width: 90px;
	height: 90px;
	text-indent: -9000px;
	background: url(images/badge-new.png) top left no-repeat;
}

A.badge-new:HOVER {
	background-position: top right;
}

A.badge-reserve:LINK,
A.badge-reserve:VISITED {
	z-index: 15;
	position: absolute;
	right: 0;
	display: block;
	width: 105px;
	height: 105px;
	text-indent: -9000px;
	background: url(images/badge-reserve.png) top left no-repeat;
}

A.badge-reserve:HOVER {
	background-position: top right;
}


A.badge-browse:LINK,
A.badge-browse:VISITED {
	 z-index: 5;
	position: absolute;
	left: 50px;
	top: 60px;
	display: block;
	width: 135px;
	height: 95px;
	text-indent: -9000px;
	background: url(images/badge-browse.png) top left no-repeat;
}

A.badge-browse:HOVER {
	background-position: top right;
}


A.badge-latestphotos:LINK,
A.badge-latestphotos:VISITED {
	/* z-index: 910; */
	position: absolute;
	left: 460px;
	top: 310px;
	display: block;
	width: 185px;
	height: 60px;
	text-indent: -9000px;
	background: url(images/badge-latestphotos.png) top left no-repeat;
}

A.badge-latestphotos:HOVER {
	background-position: bottom left;
}

/* CONTENT STYLES */

#content {
	margin: 0 0 0 260px;
	
}

#content-body {
	background: url(images/content-bg.png) center repeat-y;
	padding: 20px 30px 5px 30px;
	border-top: 7px solid #9e0b0f;
}

#content-bottom {
	height: 50px;
	background: url(images/content-bottom-bg.png) bottom center no-repeat;
}


.largephoto {
	width: 640px;
	height: 360px;
	background: url(images/largephoto-bkd-white.png) top center no-repeat;
	position: relative;
	margin: 0 0 20px 0;
}

.largephoto IMG,
.largephoto OBJECT {
	margin: 9px 0 0 9px;
}

#leftcol {
	width: 460px;
	float: left;
}

#rightcol {
	width: 160px;
	float: left;
	margin: 0 0 0 20px;
}


/* HOME PAGE COLUMN DESIGN */

.home #leftcol {
	width: 310px;
}

.home #rightcol {
	width: 310px;
}

#whatsnew, #events, #contact {
	padding: 0 0 0 70px;
	margin: 0 0 20px 0;
}

#whatsnew {
	background: url(images/icon-whatsnew.png) top left no-repeat;
}

#events {
	background: url(images/icon-events.png) top left no-repeat;
}

#events H2 {
	margin: 0 0 0 0;
}

#events p {
	font-style: italic;
}


#contact {
	background: url(images/icon-contact.png) top left no-repeat;
}


#footer {
	width: 700px;
	height: 50px;
	background: url(images/footer.png) top center no-repeat;
	margin: 0 0 20px 260px;
}

#footer P {
	padding: 13px 0 0 20px;
	color: white;
	font-style: italic;
	margin: 0;
}

#footer A:LINK, #footer A:VISITED {
	color: white;
}

#footer A:HOVER {
	color: black;
}



/* WORDPRESS-SPECIFIC STYLES 
======================================= */


.breadcrumb {
	font-weight: normal;
	font-size: 110%;
	padding: 5px 0;
	border-top: 1px dashed #c8b7a2;
	border-bottom: 1px dashed #c8b7a2;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

.home .breadcrumb { display: none }

.alignleft {
	width: 49%;
	display: inline-block;
}

.alignright {
	width:  49%;
	display: inline-block;
	text-align: right;
	margin-left: 1%;
}

.post {
	margin-bottom: 6px;
	border-bottom: 1px dashed #c8b7a2;
}

/* EC3 STYLES 
========================================*/

#wrapper table.ec3_schedule {
	float: none;
	font-size: 140%;
	font-weight: bold;
	border-width: 2px;
	margin: 0 0 10px 0;
}

#wrapper table.ec3_schedule TD {
	padding: 2px 3px;
}

.ec3_start,
.ec3_to,
.ec3_end {
	font-style:italic;
	font-weight: normal;
	font-size: 90%;
}

#wp-calendar CAPTION {
	font-size: 210%;
	margin: 0; padding: 0;
}

TABLE.nav {
	margin: 0;
}

#wrapper #wp-calendar TABLE.nav TD {
	border: none;
	border-top: 1px dashed #c8b7a2;
	border-bottom: 1px dashed #c8b7a2;
	padding: 2px 3px;
}	
#wrapper #wp-calendar TABLE.nav TD:HOVER {
	border-color: #c8b7a2;
}


#wrapper #wp-calendar TABLE TD {
	padding: 20px 6px;
	border: 1px solid #c8b7a2;
}

body.home #wrapper #wp-calendar TABLE TD {
	padding: 2px 1px;
}

#wrapper #wp-calendar TABLE TD:HOVER,
#wrapper #wp-calendar TABLE TD#today {
	border-color: black;
}

#wrapper #wp-calendar TD.ec3_eventday {
	padding: 0;
}

#wrapper #wp-calendar .ec3_eventday A {
	display: block;
	font-size: 140%;
	padding: 20px 6px;
	margin: 0;
}

body.home #wrapper #wp-calendar .ec3_eventday A {
	padding: 2px 1px;
	font-size: 100%;
}

#wrapper #wp-calendar .ec3_eventday A:HOVER {
	background: #ccbbaa;
	color: white;
}

/* EVENTS */

UL.ec3_events {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;	
}

UL.ec3_events LI {
	font-size: 130%;
}

.aligncenter {
	text-align: center;
}

#footer div.keynetz {
	float: right;
	margin: 10px 20px 0 0;
}

#footer div.keynetz A:LINK,
#footer div.keynetz A:VISITED {
	display: inline-block; height: 24px; line-height: 24px;
	font-size: 110%;
	color: black;
	padding-right: 20px;
	border-right: 1px solid black;
}

#footer div.keynetz A:HOVER {
	color: white;
}

#footer div.spice {
	float: right;
	margin: 10px 20px 0 0;
}

#footer div.spice A:LINK,
#footer div.spice A:VISITED {
	display: inline-block; height: 24px; line-height: 24px;
	font-size: 110%;
	color: black;
	padding-right: 40px;
	background: url(images/spicelogo.gif) top right no-repeat;
}

#footer div.spice A:HOVER {
	background-position: bottom right;
	color: white;
}	


A.button:LINK,
A.button:VISITED {
	background: #9e0b0f;
	color: white;
	padding: 5px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

A.button:HOVER {
	background: #ff0000;
}

/* SITE MAP */

ul.sitemap {
	list-style: none;
	margin: 0 0 1em 0;
}

UL.sitemap UL,
UL.sitemap UL UL {
	margin: 5px 0 5px 1.5em;
	list-style: square;
}

UL.sitemap LI {
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	width: 160px;
	font-weight: bold;
	font-size: 16px; line-height: 150%;
}

UL.sitemap UL LI,
UL.sitemap UL UL LI {
	display: list-item;
	float: none;
	font-weight: normal;
	font-size: 12px; line-height: 130%;
	margin: 0 0 0.3em 0;
}

UL.sitemap UL UL LI {
	font-style: italic;
}

#contentbody .autoviewer,
#contentbody .largephoto
#sidebar-bottom {
	 z-index: -1; 
}

#sidebar UL UL,
#sidebar UL UL UL {
	 z-index: 1; 
}


#sidebar li.sfh ul {z-index: 1; }
#sidebar li li.sfh ul { z-index: 1; }
