body {
	background: #c1dc99 url(/images/header_bg.jpg) repeat-x;
}

#head {
	height: 275px;
	position: relative;
}

#head h1 {
	background: url(/images/logo_bg.jpg) no-repeat;
	height: 237px;
	margin: 0 auto;
	position: relative;
	text-indent: -99999em;
	top: -18px;
	width: 800px;
}

#head a h1 {
	outline: 0;
	border: 0;
}

h2 { font-size: 1.6em; margin-bottom: 0.75em; }

h2, h3, h4, h5 { 
	font-size: 1.4em; 
	line-height: 1; 
	margin-bottom: 1em;
	text-shadow: rgba(255,255,255,.25) 1px 1px 0;
}

h2 a, h3 a, h4 a, h5 a {
	color: #630;
}

a {
	outline: 0;
}

#accessibility {
	height: 0;
	visibility: hidden;
	text-indent: -99999em;
}

#nav { 
	bottom: 0; 
	border-bottom: 1px dashed #eee; 
	margin-left: 10px; 
	padding: 20px 0; 
	position: absolute;
}

ul.nav-main {
	float: left;
	list-style: none;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 100%;
}

ul.nav-main li {
	background: transparent url(/images/nav/divider.gif) no-repeat 0% 50%;
	float: left;
	font-family: Cambria, Times, Times New Roman, serif;
	font-size: 1.135em;
	font-weight: normal;
	line-height: 1;
	margin-left: 15px;
	padding-left: 35px;
}

ul.nav-main li span {
	display: block;
}

ul.nav-main li.first {
	background: none;
	margin-left: 0;
	padding-left: 0;
}

ul.nav-main li a {
	color: #693;
	text-shadow: rgba(255,255,255,.5) 1px 1px 0;
	text-decoration: none;
	white-space: pre;
}

ul.nav-main li.active a {
	color: #630;
	font-weight: bold;
	text-shadow: rgba(255,255,255,.5) 1px 1px 0;
	cursor: pointer;

}

ul.nav-main li a:hover {
	color: #630;
	text-shadow: rgba(255,255,255,.5) 1px 1px 0;
	cursor: pointer;
}

#content {
	background-color: #a6c37c;
	font-family: Cambria, Times, Times New Roman, serif;
	font-size: 110%;
	margin: 20px 0;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	box-shadow: 0 3px 6px rgba(135,139,144,.5);
	-webkit-box-shadow: 0 3px 6px rgba(135,139,144,.5);
	-moz-box-shadow: 0 3px 6px rgba(135,139,144,.5);
}

#content-sup {
	margin: 25px 0;
}

#content-sup ul {
	margin-left: 0;
}

#content-sub {
	background-color: #d3e3bc;
	margin: 0 0 20px 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 3px 6px rgba(135,139,144,.5);
	-webkit-box-shadow: 0 3px 6px rgba(135,139,144,.5);
	-moz-box-shadow: 0 3px 6px rgba(135,139,144,.5);
}

#content-sub form {
	 margin-bottom: 1em;
}

table.schedule {
	background: #fff;
	background: rgba(255,255,255,1);
	border: 2px solid rgb(166,195,124);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0 3px 6px rgba(135,139,144,.3);
	-webkit-box-shadow: 0 3px 6px rgba(135,139,144,.3);
	-moz-box-shadow: 0 3px 6px rgba(135,139,144,.3);
	font-size: 14px;
	margin: 1em -55px 2em;
	padding: 0.875em;
	width: 900px;
}
			
table.schedule th, 
table.schedule td {
	border-bottom: 1px solid rgb(166,195,124);
	border-bottom: 1px solid rgba(166,195,124,.25);
	padding: 0.5em;
	vertical-align: middle;
	text-align: center;
}
			
table.schedule tr:nth-child(even) {
	background-color: rgba(166,195,124,.25);
}
			
table.schedule tr:hover  {
	background-color: rgba(166,195,124,1);
}
			
table.schedule thead tr:hover  {
	background-color: rgba(166,195,124,0);
}
			
table.schedule tr:last-child td {
	border-bottom: 0;
}
			
table.schedule td.none {
	color: #d3e3bc;
	color: rgba(0,0,0,.35);
}
			
table.schedule td span {
	display: block;
	font-family: Baskerville,'Hoefler Text',Times,'Times New Roman',serif;
	font-size: 0.77em;
	font-style: italic;
}

.note {
	color: #b00;
}

.box, 
em {
	background-color: transparent;
}

#gallery ul.gallery {
	clear: both;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#gallery ul.gallery li {
	background-color: #d3e3bc;
	border: 1px solid #d3e3bc;
	float: left;
	margin: 0 1.6em 1.6em 0;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#gallery ul.gallery li img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}


#home .entry-content p {
	margin-right: 180px;
}

#home .entry-content #hot-news p { margin-right: 0; }

#home .entry-content #hot-news a:hover { color: #630; text-shadow: rgba(255,255,255,.5) 1px 1px 0; }


#hot-news {
	background-color: #ffc;
	border: 1px solid #fff;
	box-shadow: 0 3px 6px rgba(135,139,144,.5);
	-webkit-box-shadow: 0 3px 6px rgba(135,139,144,.5);
	-moz-box-shadow: 0 3px 6px rgba(135,139,144,.5);
	display: block;
	margin: 45px -45px 0 0;
	padding: 15px 10px;
	transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	x-moz-transform: rotate(3deg);
	width: 165px;
	float: right;
}

#hot-news a, #hot-news a:hover {
	color: #693;
}

.vid {
	background-color: #fff;
	border: 1px solid #d3e3bc;
	box-shadow: 0 3px 6px rgba(135,139,144,.5);
	-webkit-box-shadow: 0 3px 6px rgba(135,139,144,.5);
	-moz-box-shadow: 0 3px 6px rgba(135,139,144,.5);
	margin: 0 auto 1em;
	padding: 8px;
	width: 508px;
}

.vid object {
	margin: 0 0 1em;
	padding: 0;
	position: relative;
	left: 4px;
	top: 4px;
	text-align: center;
	vertical-align: middle;
}

.vid p {
	margin: 0;
	text-align: center;
	vertical-align: middle;
	padding: 1em 0;
	width: 500px;
}




dl.directions {
	margin-top: 30px;
}

dl dd {
	margin-bottom: 1em;
	margin-left: 0;
}

p.credits {
	font-size: 1em;
	margin: 1.5em auto;
	text-align: center;
}

blockquote {
	font-size: 1.2em;
	margin: 0 auto 2em;
	width: 90%;
}


/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 1em;
}

.published {
	display: inline;
	float: right;
	font-size: 0.8em;
	margin-top: -3em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}



/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}

