/*
Design by Free CSS Templates - http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

modified extensively by protogenLabs.com */
/* Eric Meyer's CSS Reset Reloaded to unify CSS rules across different browsers */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style-type: disc;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* __________end of Reset Reloaded */

html {
	height: 100%;
}
body {
	height: 100%;
	background: #1F0202 url(earth_bg.gif) repeat-x top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	/* color: #c7b192; */
    color: #fff;
	margin: 0px;
	padding: 0px;
}

input, textarea {
	width: 220px;
	background: #FFFFFF url(img04.gif) repeat-x;
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}

h1, h2, h3 {
	margin: 7px 0px;
	line-height: normal;
	color: #e6d6c0;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
}

h1#site-name a {
	display: block;
	width: 310px;
	height: 60px;
}
h2 {
	font-size: 28px;
	font-weight: normal;
	line-height: 32px;
    color: #92D0FF;
}

h3 {
	font-size: 21px;
    font-weight: normal;
    color: #92D0FF;
}

p, ul, ol {
	margin: 10px 0px;
	line-height: 150%;
}

ul, ol {
	margin-left: 2em;
}
div.entry ul, div.entry ol {
	color: #e6d6c0;
}
blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #D7F241;
}

a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #D7F241;
}
a:active {
	color: #609E00;
}

a img {
	border: none;
}

img.left, .left {
	float: left;
	margin: 5px 20px 10px 0px;
}

img.right, .right {
	float: right;
	margin: 5px 0px 10px 20px;
}
strong em, em strong {
	color: #92D0FF;
}
.center {
	text-align: center;
}
.pic, .piccenter {
	padding: 5px;
	border: 1px solid #C7B192;
}
.piccenter {
	margin: 0 auto;
}
hr {
	display: none;
}
.spacefix {
	clear: both;
	height: 1px;
	font-size: 1px;
	text-indent: 10000px;
}
.yellow {
	color: #fff000;
}
.noborder {
	border: none !important;
}
#wrapper {
	position: relative;
	min-height: 100%;
}
* html #wrapper {
	height: 100%;
}

#header {
	width: 960px;
	height: 206px;
	margin: 0 auto;
	background: url(header_bg.jpg) no-repeat top left;
}

/* Logo */

#logo {
	width: 870px;
	height: 152px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	float: left;
	padding-top: 75px;
	padding-left: 50px;
	font-weight: normal;
	margin-right: 14px;
}

#logo h2 {
	float: left;
	padding-top: 98px;
	text-transform: uppercase;
	font-family: Tahoma, "Trebuchet MS", Arial, "Segoe UI", Helvetica;
	font-size: 1.2em;
}

#logo h2, #logo h2 a {
	color: #BFE4FE;
}

#logo a {
	color: #fff;
	text-decoration: none;
}
#logo a:hover {
	color: #D7F241;
	border-bottom: 0;
}
#logo a:active {
	color: #609E00;
}

/* Menu */

#menu {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 30px;
}

#menu ul {
	margin: 0;
	padding: 21px 0 0 28px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 2px 0 2px;
}

#menu a.first {
	float: left;
	background: #619E00;
	padding: 9px 20px 4px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a {
	float: left;
	background: url(navbar_bg.gif) repeat-x #406800;
	padding: 10px 20px 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: -1px;
	color: #b9e9bf;
}

#menu a:hover {
	text-decoration: none;
	background: #619E00;
	padding: 9px 20px 5px;
	border: 0;
	color: #b9e9bf;
}

/* Search */

#search {
	float: right;
	width: 240px;
	margin-top: 17px;
}

#search form {
	margin: 0;
	padding: 0;
	margin-top: -10px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
}

#search #s {
	width: 190px;
	border:2px solid #89CBFF;
	background:#e3f5ff;
	margin-right:3px;
	padding:1px 4px;
	color: #080;
	font-weight: bold;
	font-size: 0.9em;
}


#search #x {
	margin: 0;
	padding: 0;
	width: 30px;
	background: #406800;
	color: #FFFFFF;
}

/* Banner */

#banner {
	width: 960px;
	margin: 0 auto;
	padding: 8px 0;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 45px 35px 60px 25px;
	background: url(roots_bg.gif) no-repeat 680px 23px;
}

/* Content */
.searchnote, .squish {
	padding: 0px 15px;
}
.searchcount {
	font-size: 1.6em;
	font-weight: bold;
}
#eventcontainer ul {
	list-style: disc;
}

#content {
	float: left;
	width: 603px;
	padding-bottom: 20px;
}
#content hr {
	display: block;
	margin: 20px 0px;
}
.post {
}

.post .title, h2.title, .postevent .title, h3.title  {
	margin: 0px 0px 17px;
	padding: 12px 17px 2px;
	background: url(large_h.png) no-repeat left top;
	border-bottom: 1px solid #c7b192;
	color: #eee;
}
.postevent .title {
	margin-top: 15px;
	background: none;
	border-bottom:1px dashed #C7B192;
}

.post .title a:hover, h2.title a:hover, .postevent .title a:hover, h3.title a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.post .entry, .postevent .entry {
	padding: 0 11px;
}

.post .meta, .post .metalist {
	margin: 0px 0px 45px;
	padding: 10px 0 10px 15px;
	background: #412929;
	border: 1px solid #a18966;
	border-bottom-width: 5px;
	line-height: normal;
}
.post .metalist {
  margin-top: 20px;
}
.nextprev {
	border: 1px solid #A18966; 
	border-bottom: 0; 
	background: #412929;
	width: 100%;
	margin-top: 35px;
	
}
.nextprev tr td {
	width: 50%;
	vertical-align: top; 
	text-align: center;
	border-left: 1px solid #A18966; 
	padding: 0px 5px 12px;
}
.nextprevtitle {
	display: block;
	position: relative;
	text-align: left;
	margin-bottom: 5px;
	color: #6f5836;
	font-weight: bold;
	font-size: 1.6em;
	letter-spacing: -1px;
	padding-left: 7px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 20px;
}

#sidebar li h2 {
	height: 30px;
	padding: 12px 0px 19px 20px;
	background: url(small_h.png) no-repeat;
	font-size: 1.5em;
	color: #e6d6c0;
}

#sidebar li p {
	padding: 0 20px;
	margin: 0;
}

#sidebar ul.sidelinks {
	list-style: disc;
	list-style-position: inside;
}

/* Calendar */

#sidebar #calendar {
	padding: 0;
}

#calendar caption {
}

#calendar table {
	width: 100%;
	padding: 0 20px;
	text-align: center;
}
#calendar th.calmonth {
	font-weight: bold;
	font-size: 1.1em;
	color: #92D0FF;
}
#calendar th {
	font-weight: normal;
	font-size: 0.8em;
}

#calendar tbody td {
	padding: 5px 0;
	border-bottom: 1px dotted #F2F2F2;
}
#calendar tbody td.today {
	border: 1px solid #aaa;
	background: #111;
}
#calendar tbody td h4 {
	margin: 0;
}

#calendar tfoot td {
	border-top: 1px solid #F2F2F2;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar a {
	font-weight: bold;
}

/* Footer */

#footer {
	clear: both;
	width: 870px;
	height: 40px;
	margin: 0 auto;
	padding: 20px 20px 5px;
	background: #412929;
	border: 1px solid #A18966;
	border-top: 5px solid #A18966;
	border-bottom: 0;
	position: relative;
	margin-top: -70px;
}

#footer p {
	margin: 0;
	line-height: normal;
	color:#B1B192;
	font-size:0.9em;
	font-weight:bold;
}

#footer a {
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}


/* zem_contact_reborn Styling */

#zemcont {
margin:0px 0px 10px 10px;
position:relative;
}
#zemcont label {
border-bottom:1px dashed #C7B192;
clear:left;
font-size:1.1em;
font-weight:bold;
height:18px;
width:304px;
padding-bottom: 4px;
}
#zemcont input, #zemcont textarea, #zemcont select, #zemcont option, #signlist input {
background:#412929 url(/images/hex_grey_bg.gif) repeat scroll 0%;
border:1px solid #A18966;
color:#FFFFFF;
padding:2px;
margin-bottom: 10px;
}
#zemcont input:focus, #zemcont textarea:focus, #signlist input:focus {
background:#444 url(/images/hex_black_bg.gif) repeat scroll 0%;
border:1px solid #D7F241;
color:#fff;
}
#zemcont option {
border:0pt none;
padding:0px;
}
#zemcont select {
border:1px solid #000000;
margin-bottom:10px;
padding:0px;
}
.zc1, .zc2, .zc3, .zc4, .zc5 {
font-weight:normal;
margin:0pt 0pt 15px;
}
.zc1, .zc2, .zc3, .zc4, .zc5 {
display:block;
font-size:1.1em;
margin-bottom:3px;
padding:0pt;
}
#zemcont label.zc5 {
	width: 424px;
}
#zemcont input.zemSubmit {
clear:both;
margin-bottom:10px;
width:160px;
}
#content .zemerror {
color:#EDE00C;
}
#zemcont input.zemRequired, #zemcont textarea.zemRequired {
border-right:4px solid #EDE00E;
}
#zemcont input.zemRequirederrorElement, #zemcont textarea.zemRequirederrorElement {
border: 1px solid #f00;
border-right:4px solid #FF0000;
}
ul.zemError {
	color: #F00;
}
#zemcont input, #zemcont textarea {
	width: 300px;
}
#zemcont input#zc3, #zemcont label.zc3 {
	width: 160px;
}
#zemcont textarea {
	width: 420px;
}
#signlist input {
	width: auto;
}

/* ob1_pagination styling */
#pagination {
	clear:left;
	display:block;
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 40px;
}
#pagination ul {
	text-align: center;
}
#pagination ul li {
	display: inline;
	border: 1px solid #A18966;
	padding: 2px 5px;
	background: #412929;
	color: #888;
	margin: 0px 2px;
}
#pagination ul li:hover {
	background: #8D775D;
	color: #eee;
}

#pagination ul li a, #pagination ul li a:visited, #pagination ul li a:hover {
	border: 0;
	color: #D7F241;
}

/* YouTube Styling */
.youtube {
  border: 1px solid #b1b1b1;
  padding: 5px;
  margin: 0 auto;
}

