/* inferno print*/

/*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: #ffffff;
}

/* css hidden img */
.hide img {
	display: none;
}

#block {
	width: 753px;
}


#header, #header ul, #header li, #header a, #header #current, #header #current a, div#util {
	display: none;
}

.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 {
	/*border: 1px solid #3c5326;*/
	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 {
	font: 14px/21px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0 0 5px 0;
}

h2 {
	font: bold 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

/* menu subhead */
h3, h5 { 
	font: bold 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0 0 5px 0;
}	

p {
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin-bottom: 10px;
}

em {
	font-style: oblique;
	color: #000000;
	/*color: #360505;*/
	
}

strong {
	font-weight: bold;
}

#main ul { 
	margin: 0 0 10px 0;
}

#main ul li {
	list-style-type: disc;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0 0 0 25px;
}

#main li span {
	color: #000000;
} 

#main li span a:link, #main li span a:visited, #main a:link, #main a:visited {
	color: blue;
} 

#main li span a:hover, #main a:hover {
	color: blue;
} 
/*
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: #000000;
	background: transparent;
	padding: 5px;
	margin: 0 0 10px 35px;
}	

#menu ol li {
	list-style: decimal;
	font: bold 14px/19px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background: transparent;
	/*width: 280px; */
	padding: 5px;
	margin: 0 0 10px 35px;
}


ol .desc, #menu ul .desc {
	font: normal 10px/14px Georgia, "Times New Roman", Times, serif;
	color: #000000; 
}

#logo {
	display: none;
	float: left;
}

#logoprint {
	float: left;
}

p.printer {
	float: right;
	width: 200px;
	margin-right: 20px;
	font: bold 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#tagline {
	display: none;
	float: right;
}


#main { 
	margin: 0;
	float: left;
	border: 1px solid #ffffff;
	width: 710px;
	padding: 20px;
	overflow: hidden;
	background: transparent;
	position: relative;
	top: 0;
	z-index: 1;
}

/* nice to make this adjustable and use sitewide */
#content {
	float: left;
	width: 710px;
	height: 450px;
	border: 1px solid #ffffff;
}

/*homepage*/
#homebg #content {
	background: url('images/full_size.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 {
	display: none;
	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:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
	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:1002;
	overflow: visible;
}

.white_content img {
	border: 1px solid #666666;
}	

#gallerywrap {
	width: 520px;
	height: 600px;
}

#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: 10px;
	padding: 2px;
	background: transparent;
}

#footer p {
	text-align: right;
	font: normal 8px/normal Georgia, "Times New Roman", Times, serif;
	letter-spacing: .05em;
}	

#footer p a {
	/*color: #ffffcc;*/
	color: #26341b; 
	/*color: #314323; super light green*/
	text-decoration: none;
}