/* inferno */

/*body {
	min-width: 780px;
	text-align: center;
	background-color: #3e562c;
	
} there is a centering problem on menupage ...it hops on FF and Safari*/

/*#block {
	text-align: left;
	width: 760px;
	margin: 10px auto 0 auto; 
	overflow: auto;
}*/

body {
	width: 760px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: #3e562c;
}

/* css hidden img */
.hide img {
	display: none;
}

.cursor {
	cursor: default;
}

#block {
	width: 753px;
}


#header {
	margin: 10px 0 0 0px;
 	float:left;
	width:750px;
 	font: normal 12px/16px Verdana, Arial, Helvetica, sans-serif;
	background: transparent;
}

#header ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
  }
  
#header li {
	float:left;
	background:url("images/left.png") no-repeat left top;
	margin:0 10px 0 0;
	padding:0 0 0 9px;
	position: relative;
	top: 1px;
	z-index: 0;
}

#header a {
	float:left;
	display:block;
	background:url("images/right.png") no-repeat right top;
	padding:5px 15px 5px 6px;
	text-decoration:none;
}

#header a {
	color:#360505;
}

#header #current {
	background: url('images/left_a.png') no-repeat top left;
	color: #ff5700;
	position: relative;
	top: 1px;
	z-index: 2;
}

#header #current a {
	background: url('images/right_a.png') no-repeat top right;
	color: #ff5700;
	padding-bottom:5px;
	/*cursor: default;*/
}


.entry {
	float: left;
	width: 340px;
	margin-bottom: 10px;
	
}

label {
	font: 14px/24px Georgia, "Times New Roman", Times, serif;
	color: #3c5326;
	float: left;
	width: 90px;
	margin-left: 10px;
	text-align: right;
	
	
}

form div#container {
	margin-top: 25px;
	overflow: hidden;
	padding: 10px 10px 10px 0;
	width: 350px;
	float: left;
	clear: left;
}


input, textarea  {
	height: 18px;
	font: 14px/16px Georgia, "Times New Roman", Times, serif;
	color: #3c5326;
	padding: 3px 4px;
	float: right;
	border: none;
	background: #ede680; 
	width: 220px;
}

textarea {
	height: 100px;
	overflow: auto;
}

#formbutton {
	color: white;
	padding: 4px;
	text-align: center;
	width: 125px;
	height: 27px;
	background: #c72929;
	margin-right: 10px;
	border: 1px solid #ff0800;
}

h1#tagline, div#tagline { 
	float: right;
	width: 220px;
	height: 70px;
	text-indent: -1000em;
	background: url('images/tagline.png') no-repeat 00;
}

h2 {
	font: 25px/30px Georgia, "Times New Roman", Times, serif;
	color: #ff5700;
	margin: 0 0 5px 0;
}

h3, h4 {
	font: bold 15px/24px Georgia, "Times New Roman", Times, serif;
	color: #3c5326;
}

/* menu subhead */
h5 { 
	font: bold 15px/24px Georgia, "Times New Roman", Times, serif;
	color: #3c5326;
	margin: 0 0 5px 0;
}

p {
	font: 14px/24px Georgia, "Times New Roman", Times, serif;
	color: #3c5326;
	margin-bottom: 10px;
}

em {
	font-style: oblique;
	color: #637547;
	/*color: #360505;*/
	
}

strong {
	font-weight: bold;
}

#main ul { 
	margin: 0 0 10px 0;
}

#main ul li {
	list-style-type: disc;
	font: 14px/26px Georgia, "Times New Roman", Times, serif;
	color: #c72929;
	margin: 0 0 0 25px;
}

#main li span {
	color: #3c5326;
} 

#main li span a:link, #main li span a:visited, #main a:link, #main a:visited {
	color: #3c5326;
} 

#main li span a:hover, #main a:hover {
	color: #ff5700;
} 
/*
ol#first { counter-reset: item }
ol#second { counter-reset: item 15 }
ol#third { counter-reset: item 20 }
ol li { display: block }
ol li :before {
		content: counter(item) ". ";
		counter-increment: item;
		display:block;
		}
*/


#menu ul li {
	list-style: disc;
	font: bold 14px/19px Georgia, "Times New Roman", Times, serif;
	color: #3c5326;
	background: #ede680;
	/*width: 280px; */
	padding: 5px;
	margin: 0 0 10px 35px;
}

#menu ol li {
	list-style: decimal;
	font: bold 14px/19px Georgia, "Times New Roman", Times, serif;
	color: #3c5326;
	background: #ede680;
	/*width: 280px; */
	padding: 5px;
	margin: 0 0 10px 35px;
}

#menu li a {
	text-decoration: underline;
	cursor: pointer;
}

div#util p span {
	color: #cf2929;
}

div#util p {
	margin: 20px 0;
	font: 12px/normal Georgia, "Times New Roman", Times, serif;
	color: #3e562c;
	/*background: #ede680;*/
	padding: 4px;
	/*letter-spacing: .05em;*/
	text-align: center;
	width: 310px;
	border-top: 1px solid #ede680;
	border-bottom: 1px solid #ede680;
}

div#util p a:link, div#util p a:visited {
	color: #3e562c;
}

div#util p a:hover {
	color: #ff5700;
}


ol .desc, ul .desc {
	font: normal 11px/16px Georgia, "Times New Roman", Times, serif;
	color: #3c5326; 
}

#logo {
	float: left;
}

div#logobg {
	float: left;
	width: 280px;
	height: 70px;
	text-indent: -1000em;
	background: url('images/logo.png') no-repeat top left;
}

div#logobg a {
	line-height: 70px;
	display: block;
}

#logoprint, p.printer {
	display: none;
}

#tagline {
	float: right;
}


#main { 
	margin: 0 0 15px 0;
	float: left;
	border: 1px solid #ff0800;
	width: 710px;
	padding: 20px;
	overflow: hidden;
	background: #f9f5b7;
	position: relative;
	top: 0;
	z-index: 1;
}

#homebg #main {
	margin: 0;
}

/* nice to make this adjustable and use sitewide */
#content {
	float: left;
	width: 710px;
	height: 450px;
	border: 1px solid #666666;
}

/*homepage*/
#homebg #content {
	background: url('images/full_sizelr.jpg') no-repeat -14px -17px;
}

#homebg h1 {
	margin-bottom: 0;
}

#homebg #copy {
	padding: 5px 10px 10px 15px;
}

#homebg p {
	color:#FFFFCC;
	width: 255px;
}

#homebg em {
	color: #ffffcc;
}

#copy {
	float: left;
	width: 325px;
}

#copyr { 
	float: right;
	width: 325px;
	margin: 25px 0 0 0;

}

#contactinfo {
	float: right;
	width: 250px;
	margin: 15px 25px 0 0;
}



#copy img {
	float: left;
	margin: 0 10px 0 0;
}

#trailer {
	float: left;
	border: 1px solid #666666;

}
	

#photos {
	float: right;	
	width: 330px;
}

#photos img {
	float: left;
}

#menu img {
	float: right;
	border: 1px solid #666666;
}

/* gallery lightbox */


.black_overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%; 
	background-color: #3e562c;
	z-index:1000; 
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

#lightboxes div {
	display: none;
	position: absolute;
	/*top: 25%;*/
	top: 60px;
	/*left: 25%*/
	left: 5%;
	width: 50%;
	height: 50%;
	/*padding: 10px;
	border: 1px solid #ff0800;
	background-color: #f9f5b7;*/
	z-index:2000;
	overflow: visible;
}

.white_content img {
	border: 1px solid #666666;
}	

#gallerywrap {
	margin-top: 5px;
	width: 520px;
	minheight: 350px;
	overflow: hidden;
}

#gallerywrap img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 100px;
	height: 100px;
	border: 1px solid #666666;
}

#cary {
	float: right;
	width: 280px;
}

#cary img {
	float: left;
}

#footer {
	float: left;
	clear: both;
	width: 748px;
	height: 12px;
	padding: 2px;
	background: transparent;
}

#footer p {
	text-align: right;
	color: #26341b; 
	font: normal 9px/normal Georgia, "Times New Roman", Times, serif;
	/*letter-spacing: .05em;*/
}	

#footer p a:link, #footer p a:visited {
	/*color: #ffffcc;*/
	color: #26341b; 
	/*color: #314323; super light green*/
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

#events ul li {
	margin-bottom: 15px;
}

#events li a:link, #events li a:visited {
	color: #637547;
	text-decoration: underline;
	font-style: oblique;	
}	

#events li a:hover {
	color: #ff5700;
	text-decoration: underline;
	font-style: oblique;	
}

#events ul {
	margin: 15px 0 0 0;	
}

#events ul div {
	color:#000000;
}	

#events #photos {
	float: right;
	width: 331px;
}

/* curved quote box || or try treatment above */

#main .boxtop, #main .boxbottom {
	float: left;
	width: 310px;
	height: 10px;
}

#main .boxtop {
	margin-top: 10px;
	background: transparent url('images/boxtop.png') no-repeat top left;
}

#main .boxbottom {
	background: transparent url('images/boxbottom.png') no-repeat top left;
	clear: left;
}

#main .boxcont {
	float: left;
	clear: left;
	width: 270px;
	padding: 0 15px 0 25px;
	background: #ede680 url('images/quote.png') no-repeat 17px 5px;
}

#main .boxcont p {
	font: oblique 14px/24px Georgia, "Times New Roman", Times, serif;
	color: #3e562c;
	text-indent: 25px;
	margin: 12px 0 5px 0;
}

#main .boxcont em {
	font-style: oblique;
	color: #637547;
}

#main .boxcont .norm {
	font-style: normal;
	color: #3e562c;
}

#main .boxcont a:link, #main .boxcont a:visited {
	color: #3e562c;
}

#main .boxcont a:hover {
	color: #ff5700;
}

#main .boxcont .review {
	font-style: normal;
	text-align: right;
	margin-right: 10px;
}

#main .boxcont .review .red, #main .red {
	color: #c72929;	
}	

.clear {
	clear: both;
}