/*-----------------------------------------------------------------------------
Terra Firma Template Default Style Sheet (http://www.massiveblue.com/templates/terrafirma/?css=default)

version:   1.0
author:    Sam Brown
email:     sam@massiveblue.com
website:   http://www.massiveblue.com
-----------------------------------------------------------------------------*/

/* =Global Reset
-----------------------------------------------------------------------------*/
* {font-size: 100.01%; margin: 0; padding: 0;}
html {font-size: 62.5%;}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* =Base Elements
---------------------------------------------------------------------- */
a, a:link, a:visited, a:active {color: #3C657B; text-decoration: underline;}
a:hover {color: #4D768C; text-decoration: none;}
abbr, acronym {font-style: normal; border-bottom: dotted 1px #666; cursor: help;}
blockquote {border-left: .4em solid #f3f3f3; margin: 0 0 1em 1em; padding-left: 1em;}
body {
  background: #fff top left repeat-x;
  color: #333;
  font: 1.1em/1.75em Verdana, Helvetica, sans-serif;
  /*font: 1.1em Verdana, Helvetica, sans-serif;*/
}
code, var, kbd {color: #88aa00; font-family: monaco, courier, monospace; font-size: 1em;}
form {margin: 0;}
h1 {color: #47601e; font: normal 2.5em/1em Georgia, Times, serif;}
h2 {color: #47601e; font: normal 1.75em/1em Georgia, Times, serif; margin: 0 0 0;}
h3 {color: #47601e; font: normal 1.4em/1em Georgia, Times, serif;}
hr {border: none; height: 1px; background: #eee; margin: 2em 0;}
img {border: 0;}
ul, ol {margin-left: 21px;}
.center {text-align: center}
.small {font-size: 0.6em; } 

/* =Structure
---------------------------------------------------------------------- */
#wrap           {margin: 0 auto; width: 90%;}
#masthead   {padding: 1.5em  0; text-align: center;}
#content   {float: right; margin-bottom: 1.25em; width: 82%;}
#sidebar   {float: left; margin-bottom: 1.25em; width: 15%;}
#footer         {padding: 1em 0;}

/* =Wrap
---------------------------------------------------------------------- */
#wrap {}

/* =Topbar */
#topbar {
  background: #352f26;
  border-bottom: 6px solid #88aa00;
}
#topbar div {margin: 0 auto; width: 90%;}
#topbar p {margin: 0; line-height: 3em;}
#topbar {color: #f4f2e5;}
#topbar span {color: #09f;}
#topbar em {color: #f60; font-style: normal;}
#topbar a:hover em {color: #f93;}
#topbar a, #topbar a:link, #topbar a:visited, #topbar a:active {border: none; color: #908976; text-decoration: none;}
#topbar a:hover {border-bottom: none; color: #f4f2e5; text-decoration: none;}

/* =Masthead
---------------------------------------------------------------------- */
#masthead {}
#masthead a, #masthead a:link, #masthead a:visited, #masthead a:active {color: #47601e; text-decoration: none;}
#masthead a:hover {color: #88aa00; text-decoration: underline;}
#masthead h1 {margin: 0;}
#masthead p {color: #83934d; font: italic 1.2em/2em Georgia, Times, serif; margin: 0;}

/* =Content
---------------------------------------------------------------------- */
#content {text-align: justify;}
#content h2 a, #content h2 a:link, #content h2 a:visited, #content h2 a:active {color: #47601e; text-decoration: none;}
#content h2 a:hover {color: #88aa00; text-decoration: underline;}
#content h3 {margin-bottom: -.75em;}
.date {text-align: right;}

/* =Comments */
.comments_error {background: #fff4f4; color: #000;}
ul.comments_error {border: 2px solid #fdd; list-style-position: inside; list-style-type: circle; padding: 0.3em;}
div#cpreview {background-color: #f1f1f1; border: 2px solid #ddd; color: #000;}
form#txpCommentInputForm td {vertical-align: top;}
#comment h2, #comment h3 {margin-bottom: 1em;}
#comment h4 {margin: 0;}
.odd, .even {
  border: 1px solid #e6e6e6;
  margin: 1.5em 0;
  padding: .5em 1em 0;
}
.odd {background: #f6f6f6;}
.commentdate {
  font-size: .85em;
  font-weight: bold;
  margin-bottom: -.5em;
}
#comment-form #name, #comment-form #email, #comment-form #web, #comment-form #message {
  font-family: Verdana, sans-serif;
  font-size: 1em;
  width: 100%;
}
#comment-form {
  background: #f6f6f6;
  border: none;
  border-top: 1px solid #e6e6e6;
  margin-top: 1.5em;
  padding: 0 1em;
}

/* =ContactForm */
.zemContactForm fieldset {
  background: #f6f6f6;
  border: none;
  border-top: 1px solid #e6e6e6;
  padding: 0 1em 1em;
}
.zemContactForm legend {font-weight: bold;}
.zemContactForm #name, .zemContactForm #email, .zemContactForm #message {
  font-family: Verdana, sans-serif;
  font-size: 1em;
  width: 100%;
}

/* =Sidebar
---------------------------------------------------------------------- */
#sidebar h3 {margin: .25em .5em .25em .5em;}
#sidebar ul {list-style:none; margin: 0; padding: 0 .5em 1em 1em;}
#sidebar ul a.on{color: #47601e; text-decoration: none;}
#sidebar ul a:hover.on {color: #47601e; text-decoration: underline;}
#sidebar .categorybar li {
  line-height: 1.2em;
  margin-bottom: .75em;
}

/* =Search */
#search {
  width: 92%;
  background: #f6f6f6;
  border-top: 1px solid #e6e6e6;
  padding: 1em;
  text-align: center;
}
#searchinputbox {
  width: 95%;
  background: #fff;
  border: 1px solid #ccc;
  padding: .25em;
}

/* =Footer
---------------------------------------------------------------------- */
#footer {
  border-top: 1px solid #ccc;
  color: #444;
  clear: both;
  font-size: 10px;
  text-align: left;
}
#footer p {margin: 0;}
#footer .foot-left {float: left;}
#footer .foot-right