
/***************************************************
   Global
   ---------------------------

 ***************************************************/

* {
  margin:0;
  padding:0;
  outline: 0;
  border: 0;
}
p {
	padding: 6px 8px;
line-height: 1.4em;
}
.hidden {
	display: none;
}

#accessibility {
	position: relative;
	left: -9999999px;
}

.clear {
 	clear: both;
 	height: 1px;
 	overflow: hidden;
 	margin-bottom: -1px;
	}
	
a, a:visited {
	color: #D94E1D;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration:  underline;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.hide {
	display: none;
}

/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  margin: 0px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: .6em;
  font-size: 12px !important;
  color: #666;
	background: url(images/wide-header.jpg) #F7F6ED no-repeat top center;
}

#container {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	text-align: left;
}

#main {
	float: left;
	width: 450px;
}
#sidebar {
	position: relative;
	float: right;
	width: 110px;
	background:url(images/sidebooks.jpg) no-repeat top left;
	height: 480px;
	margin:  10px 0 0 0;
}

/**********************************
STYLE TRICKS 
***********************************/

blockquote {
	padding-left: 7px;
	margin: 5px 25px 5px 10px;
	border-left: 2px solid #D0D2BE;
	background: #EFEEE6;

}

/**********************************
NAV MENU 
***********************************/
#nav_menu {
	width: 450px;
	font-family: "Trebuchet MS", Sans-serif;
	font-size: 1.5em;
}
#nav_menu ul li {
	list-style-type: none;
	float: left;
}
#nav_menu ul li a, #nav_menu ul li a:visited {
	padding: 10px 26px 30px 8px;	text-decoration:  none;
	color: #3C1A11;
	display: block;
	font-weight: normal;
	border-bottom: 0px;
}

#nav_menu ul li a:hover {
	color: #666;
}

#nav_menu ul li.active {
	background: url(images/active.jpg) no-repeat 30% bottom;
}


/**********************************
CONTENT
***********************************/
#content {
	margin-top: 10px;
}
#content h2 {
	padding:5px 8px;
	margin-right: 8px;
	line-height: 1.1em;
	font-size: 1.4em;
	background: #BC895C;
	border-top: 2px solid #C0B4A4;
	color: #3C1A11;

	}
#content h2 a {
	font-weight: normal;
	color: #3C1A11;
}
#content h2 a:hover {
	color: #F3C497;
	display: block;
	}

#content h3 {
	font-size: 1.3em;
	padding: 2px 8px;
	margin: 1px 0;
	border:  1px 0;
color: #415b41;
}

#content ul li {
	list-style-type: none;
	margin-left: 8px;
	padding-left: 18px;
	line-height: 1.6em;
	background: url(images/bullet.gif) no-repeat 0 50%;
}

#content ol li {
	list-style-position: inside;
	padding-left: 8px;
	line-height: 1.6em;
}
div.post {
	margin-bottom: 10px;
}

#content div.thanks h2 {
background: #D94E1D;
	border: 2px solid #A83D17;

}
#content div.thanks h2 a {
color: #EEE;
}
/**********************************
SIDEBAR 
***********************************/

/*** All of this stuff here is to control how the sidebar
links look and work **/

#sidebar ul li {
	list-style-type: none;
}

#sidebar ul li a, #sidebar ul li a:visited {
	display: block;
	border-bottom: 0px;
	
}

#bios a, 
#bios a:visited,
#activebios a {
	position: relative;
	top: 63px;
	left: -1px;
	height: 37px;
	width: 110px;
}
#bios a:hover, 
#activebios a { background: url(images/bios_active.jpg) no-repeat top left;}

#donate a, 
#donate a:visited,
#activedonate a {
	position: relative;
	top: 74px;
	left: -2px;
	height: 37px;
	width: 110px;
}
#donate a:hover, 
#activedonate a { background: url(images/donate_active.jpg) no-repeat top left;}

#links a, 
#links a:visited,
#activelinks a {
	position: relative;
	top: 97px;
	left: -2px;
	height: 37px;
	width: 110px;
}
#links a:hover, 
#activelinks a { background: url(images/links_active.jpg) no-repeat top left;}

#faqs a, 
#faqs a:visited,
#activefaqs a {
	position: relative;
	top: 116px;
	left: -1px;
	height: 37px;
	width: 110px;
}
#faqs a:hover, 
#activefaqs a { background: url(images/faqs_active.jpg) no-repeat top left;}

#contact a, 
#contact a:visited,
#activecontact a {
	position: relative;
	top: 106px;
	left: -1px;
	height: 37px;
	width: 110px;
}
#contact a:hover, 
#activecontact a { background: url(images/contact_active.jpg) no-repeat top left;}

#findus a, 
#findus a:visited,
#activefindus a {
	position: relative;
	top: 130px;
	left: -1px;
	height: 37px;
	width: 110px;
}
#findus a:hover, 
#activefindus a { background: url(images/findus_active.jpg) no-repeat top left;}

/**********************************
EVENT-FORM 
***********************************/
div.odd {
background: #DDD;
}
div.odd, div.even {
margin: 5px 0;
padding: 5px;
}


#event-form {
margin: 10px;
}
#event-form legend {
	border: 0px;
display:none;
}
#event-form fieldset {
	border: 0px;
}
#event-form input {
	float: right;
	width: 50%;
	height: 18px;
	font-size: 1.2em;
	line-height: 25px;
	border-top: 1px solid #D0D2BE;
	border-left: 1px solid #D0D2BE;
}
#event-form input#contact-again {
	height: 18px;
	width: 18px;
	margin: 0px 202px 20px 0;
}

#event-form select {
	float: right;
	width: 50%;
	height: 18px;
	font-size: 1.2em;
	line-height: 25px;
	margin: 6px 0 10px 0;
	border-top: 1px solid #D0D2BE;
	border-left: 1px solid #D0D2BE;


}
p#reservation {

}
#event-form label {
	width: 40%;
	float: left;
	font-size: 1.0em;
	color: #3C1A11;
	display: block;
	margin-bottom: 5px;
}
#event-form div {
	clear:both;
}

#event-form hr {
	border-top: 1px solid #D0D2BE;
	margin-bottom: 5px;
}
div#submit-div {
	margin-top: 25px;
}
input#zemSubmit {
	border: 1px solid #CCC;
	padding: 4px;
	font-size: 1.3em;
	height: 30px;
	border: 1px solid #A83D17;
	background: #D94E1D;
	color: #EEE;

}

ul.zemError {
	position: relative;
	top: 0px;
	background: #D94E1D;
	color: #EEE;
	padding: 5px;
}
#content ul.zemError li{
	background-image: none;
}

#content h4.button a{
text-align: center;
	padding: 4px 20px 8px 20px;

	font-size: 1.5em;
	color: #EEE;
	background: #D94E1D;
	border: 1px solid #A83D17;
font-weight: normal;
}
#content h4.button a:hover{


	background: #D9681D;

font-weight: normal;
}

#content h4.button {
	margin:  20px 0 30px 0;
text-align:center;

}

/***********************************
IMAGE STYLING
***********************************/

.post img.image {
	padding-left: 10px;
}