body {
  margin: 0;
  padding: 0;
  background: #FEEDB9 url(/images/img01.png) repeat-x left top;
  text-align: justify;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  color: #2F4600;
}

form {
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

input,textarea,select {
  font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1,h2,h3 {
  font-weight: normal;
  color: #5F8700;
  text-align: left;
}

h1 {
  letter-spacing: -1px;
  font-size: 2.2em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.2em;
}

p,ul,ol {
  
}

p {
  
}

.blockbg {
  background: #D9D785;
}

blockquote {
  font-style: italic;
  border: #D9D785 1px dashed;
  background: #ECE29F;
  margin: 0;
  padding: 0px 20px;
  font-size: 16px;
  color: #A1B635;
}

ul {
  
}

ol {
  
}

a {
  color: #4E7301;
}

a:hover {
  text-decoration: none;
}

small {
  
}

img {
  border: none;
}

img.left {
  float: left;
  margin: 0 15px 0 0;
  border: #D9D785 1px dashed;
}

img.right {
  float: right;
  margin: 0 0 0 15px;
  border: #D9D785 1px dashed;
}

/* Header */
#header {
  width: 920px;
  height: 60px;
  margin: 0 auto;
  letter-spacing: -1px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

#headerbg {
  margin: 0 auto;
  width: 920px;
  height: 220px;
  margin-bottom: 10px;
  background: url(/images/logo.jpg) no-repeat left top;
}

/* Logo */
#logo {
  float: left;
  width: 400px;
}

#logo h1,#logo h2,#logo p {
  float: left;
  margin: 0;
  text-transform: lowercase;
}

#logo h1 {
  text-align: center;
  font-size: 4em;
  color: #299762;
}

#logo h1 a {
  color: #FEEDB9;
}

#logo p {
  text-transform: lowercase;
  font-size: 1.8em;
  color: #ABC13A;
}

#logo h2 a,#logo p a {
  color: #ABC13A;
}

#logo a {
  text-decoration: none;
}

/* Menu */
#menu {
  float: right;
  height: 10px;
}

#menu ul {
  margin: 0;
  list-style: none;
}

#menu li {
  display: inline;
}

#menu a {
  display: block;
  float: left;
  height: 10px;
  padding: 25px 0px 0px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 1.6em;
  color: #FFFFFF;
}

#menu a:hover {
  height: 10px;
  color: #FEEDB9;
}

#menu .current_page_item a {
  color: #FEEDB9;
}

/* Page */
#page {
  width: 920px;
  margin: 0 auto;
  padding-top: 0px;
}

#latest-post {
  float: left;
  width: 640px;
  padding: 0px 10px 0px 10px;
  line-height: 20px;
  font-size: 16px;
}

#side-posts {
  float: right;
  width: 220px;
  padding: 0px 10px 10px 10px;
  line-height: 20px;
  font-size: 16px;
}

#side-posts .side-entry {
  text-align: left;
}

#side-posts .side-entry a {
  
}

#side-posts .more {
  background: url(/images/img04.gif) no-repeat left 50%;
  padding-left: 20px;
}

.post {
  
}

.post .title {
  margin: 0;
}

.post .extitle {
  margin: 0;
  cursor: pointer;
}

.post .meta {
  margin: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: normal;
  font-size: 13px;
  color: #A2B736;
}

.post .meta a {
  color: #7F9C1E;
}

.post .entry {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: #D9D785 1px dashed;
}

/* bottom_posts */
#bottom_posts {
  clear: both;
  width: 920px;
  background: #ECE29F;
}

#bottom_posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#bottom_posts li {
  display: block;
  float: left;
  width: 276px;
  padding: 15px;
}

#bottom_posts li ul {
  line-height: 1.8em;
  border-top: #77881F 2px dashed;
}

#bottom_posts li li {
  display: list-item;
  float: none;
  width: auto;
  padding: 0 0 0 10px;
  line-height: 35px;
  border-bottom: #A1B635 1px dashed;
}

#bottom_posts h3 {
  margin: 0 0 10px 0;
  padding-left: 20px;
  background: url(/images/img03.jpg) no-repeat left 50%;
  color: #5F8700;
}

#bottom_posts a {
  text-decoration: none;
  color: #4E7301;
}

#bottom_posts a:hover {
  text-decoration: underline;
}

/* Quote */
.quote blockquote {
  margin: 0;
  text-indent: 25px;
  text-align: left;
  background: url(/images/left_quote.png) no-repeat;
  background-position:top left;
}

.quote blockquote p {
  line-height: 18px;
  margin: 0;
  font-style: italic;
  font-size: .7em;
  color: #666;
  background: url(/images/right_quote.png) no-repeat;
  background-position:bottom right;
}

/* Footer */
#footer {
  width: 920px;
  height: 50px;
  margin: 0 auto;
  padding-top: 20px;
  background: #F5E7AC;
}

#footer p {
  margin: 0;
  padding: 15px 15px;
}

#legal {
  float: left;
}

#links {
  float: right;
}

#wrapper {
  width: 100%;
  background: #5C8400;
}

/* Tables */
table tr.odd {
  background-color: #D9D785;
  border-top: 1px solid #eadfcf;
  border-bottom: 1px solid #eadfcf;
  font-size: .85em;
  line-height: 2.0em;
}

table tr.even {
  font-size: .85em;
  background-color: #FEEDB9;
  line-height: 2.0em;
}

/* Misc */
.clear {
  clear: both;
}

.small {
  font-size: .8em;
  margin-bottom: 1.0em;
  line-height: 1.0em;
  text-align: left;
}

label {
  font-weight: bold;
  text-align: left;
}

fieldset {
  padding: 1.4em;
  margin: 0 0 1.5em 0;
  border: 1px solid #ccc;
}

legend {
  font-weight: bold;
  font-size: 1.2em;
}

input.text,input.title,textarea,select {
  margin: 0.5em 0;
  border: 1px solid #bbb;
}

input.text:focus,input.title:focus,textarea:focus,select:focus {
  border: 1px solid #666;
}

input.text,input.title {
  width: 300px;
  padding: 5px;
}

input.title {
  font-size: 1.5em;
}

textarea {
  width: 390px;
  height: 250px;
  padding: 5px;
}

.error,.notice,.success {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #ddd;
  text-align: left
}

.error {
  background: #FBE3E4;
  color: #8a1f11;
  border-color: #FBC2C4;
}

.notice {
  background: #FFF6BF;
  color: #514721;
  border-color: #FFD324;
}

.success {
  background: #E6EFC2;
  color: #264409;
  border-color: #C6D880;
}

.error a {
  color: #8a1f11;
}

.notice a {
  color: #514721;
}

.success a {
  color: #264409;
}

/*  Forms */
form div.forms { /* input row container */
  margin-bottom: 5px;
  margin-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

form span.outerBox { /* border */
  margin-left: 50px;
  font-size: .8em;
  color: #666;
}

form div#formswrap :hover {
  background: #f3f8fe;
}

form span.outerBox input,form span.outerBox textarea {
  margin: 5px;
  padding: 4px 10px;
  font-size: 14px;
  font-family: inherit;
  color: #111;
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  border-top-color: #777;
  border-bottom-color: #DDD;
}

form span.outerBox select {
  margin: 5px;
  padding: 4px 0;
  font-size: 14px;
  font-family: inherit;
  color: #111;
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  border-top-color: #777;
  border-bottom-color: #DDD;
}

form span.outerBox input.standard,form span.outerBox textarea.standard {
  width: 45.5%;
}

form span.outerBox select.standard {
  width: 50.5%;
}

form span.outerBox input.medium,form span.outerBox textarea.medium,form span.outerBox select.medium
  {
  width: 40.5%;
}

form span.outerBox input.small,form span.outerBox textarea.small,form span.outerBox select.small
  {
  width: 20.5%;
}

form span.outerBox input:focus,form span.outerBox textarea:focus,form span.outerBox select:focus
  {
  background-color: #FFF;
}

form span.outerBox textarea {
  height: 18em;
}

form span.box {
  position: relative;
  display: block;
  margin-left: 180px;
  padding: 2px;
  font-size: .85em;
}

form span.termsagree {
  position: relative;
  display: block;
  margin-left: 10px;
  padding: 2px;
  font-size: 1.0em;
  color: #666;
}

form label {
  float: left;
  display: block;
  width: 150px;
  padding-left: 10px;
  margin: 2px 0 0 0;
  font-size: .8em;
  color: #666666;
}

form span.eg {
  display: block;
  margin-left: 165px;
  padding: 3px 2px 0 2px;
  font-size: .6em;
  color: #990000;
}

form span.terms {
  display: block;
  height: 8em;
  padding: 4px;
  color: #666;
  overflow: auto;
}

/* --------------------- EVENT LISTINGS --------------------- */
#listingWrapper {
  width: 660px;
  background: url(/images/2colBoxBg.png) repeat-y center top;
  padding: 0px 0px 0px 0px;
}

#listingWrapper h2 {
  color: #454545;
  font-weight: normal;
  font-size: 1.5em;
  font-family: Georgia, serif;
  text-align: left;
  line-height: 1.0em;
}

#listingWrapper h3 {
  color: #666666;
  font-weight: normal;
  font-size: 1.2em;
}

#listingWrapper blockquote {
  margin: 0px 10px 0px 10px;
  background: #f5f1e1;
  border-top: 1px solid #e1d6a1;
  border-bottom: 1px solid #e1d6a1;
}

#listingWrapper blockquote p {
  padding-top: 0;
  font-size: 1em;
  font-style: italic;
  color: #444;
  text-align: justify;
  line-height: 1.5em;
}

#listingWrapper blockquote p strong {
  color: #333;
}

.listing2colTop {
  width: 660px;
  height: 22px;
  background: url(/images/2colBoxTop.png) no-repeat center top;
  padding: 0px 0px;
}

.listing2colBtm {
  width: 660px;
  height: 22px;
  background: url(/images/2colBoxBottom.png) no-repeat center top;
  padding: 0px 0px;
}

.paddingWrap {
  width: 660px;
  padding: 0px 30px;
}

.justifyText {
  text-align: justify;
}

.listing2colTop h1 {
  color: #454545;
}

#listingInfo {
  float: left;
  width: 450px;
  padding: 0px 30px;
}

#listingIcons {
  float: right;
  width: 85px;
}

#listingIcons img {
  padding: 2px;
  border: 1px solid #999;
}

#listingIcons img:hover {
  border: 1px solid #a72c40;
}

#listingcontainer {
  width: 660px;
  margin: 0 auto;
}

ul#listingDefault {
  width: 660px;
  padding: 0px;
  margin: 0px;
}

ul#listingDefault li {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 14px 14px;
  width: 580px;
}

#container table#listing a.listing:link,#container table#listing a.listing:visited,#container table#listing a.listing:active
  {
  color: #000;
  border: none;
  text-decoration: underline;
}

#container table#listing a.listing:hover {
  text-decoration: none;
}

#listingcontainer .featuredEvent,#listingcontainer .standardEvent {
  color: #990000;
  font-size: 1.1em;
  letter-spacing: -1px;
  font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
}

table#listing {
  border: none;
  border-collapse: collapse;
}

table#listing tr.title {
  padding: 5px 0px;
}

#listingDefault .featuredEvent {
  background: url(/images/icons/star.png) no-repeat right top;
  padding-right: 20px;
}

.listingLocation {
  font-size: .7em;
}

.listingDates {
  font-size: .85em;
  letter-spacing: -1px;
  color: #444;
}

.listingDesc {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: .85em;
  color: #444;
  margin-top: 5px;
  padding-top: 15px;
}