@charset "utf-8";
/* CSS Document */


body {
    background-color: #2D618A;
    margin: -15px 0 0;
    text-align: center;
}
.clear {
    clear: both;
    margin: 0;
}
#container1 {
    background-color: #FFFFFF;
    margin: 0 auto 0;
    position: relative;
    text-align: left;
    width: 900px;
}
#header {
    background-color: #7EAE27;
    float: left;
    margin: 0;
    padding-left: 0;
    padding-top: 40px;
    width: 900px;
}
#header h1 {
    color: #FFFFFF;
    font-family: "Trebuchet MS";
    font-size: 2.5em;
    letter-spacing: 1px;
    margin: 0 0 0 10px;
    text-transform: capitalize;
}
#header h1 a {
    color: #FFFFFF;
    text-decoration: none;
}
#header h2 {
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 90%;
    margin: 0 0 3px 10px;
}
#headerwrap {
    background-image: url(../images/header.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    overflow: hidden;
}
#navigation {
    clear: both;
    font-family: Tahoma;
    letter-spacing: 1px;
    margin: 5px auto 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 780px;
}
#navigation ul {
    margin: 0;
}
#navigation ul li {
    float: left;
    letter-spacing: 0;
    list-style-type: none;
    margin: 0 10px 0 0;
}
#navigation ul li a {
    background: none repeat scroll 0 0 #7EAE27;
    border-bottom: 1px none #7EAE27;
    border-left: 1px solid #7EAE27;
    border-right: 1px solid #7EAE27;
    color: #FFFFFF;
    display: block;
    font-family: "Trebuchet MS";
    font-size: 1em;
    font-weight: bold;
    padding: 2px 10px 5px;
    text-decoration: none;
}
#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li.current_page_item a {
    background: none repeat scroll 0 0 #436309;
    color: #FFFFFF;
}
#headerimage {
    background-image: url(../images/header.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    clear: both;
    height: 270px;
    margin: 0;
}
#container {
  /*  background-color: #F0F1EF;*/
    margin: 0 auto 0;
    padding: 0;
    position: relative;
    text-align: justify;
    width: 900px;
}
#content {
    background-color: #FFFFFF;
    float: left;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    width: 630px;
}
#content p a {
    color: #0099FF;
    text-decoration: none;
}
#sidebar {
    background-color: #F0F1EF;
    float: right;
    margin-left: 0;
    text-align: left;
    width: 210px;
}
#sidebar ul {
    list-style-type: none;
    margin-left: 5px;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
}
#sidebar li {
    color: #FEFEFE;
    font-family: Verdana;
    font-size: 0.8em;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 5px;
}
#sidebar h2 {
    color: #282B02;
    font-family: Tahoma;
    font-size: 12pt;
    letter-spacing: 0;
    margin: 15px 0 0;
    padding: 0 0 8px 0;
}
#sidebar ul ul {
    list-style-image: url(../images/li.gif);
    margin: 5px 0 0 5px;
    text-transform: lowercase;
}
#sidebar ul ul ul {
    margin: 0;
}
#sidebar a {
   
    color: #339900;
    font-family: "trebuchet ms",serif;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 auto 3px;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    width: 90%;
}
#sidebar a:hover {
    color: #1F5305;
}
#sidebar div.title, #sidebar li h2 {
    border-bottom: 1px solid #339900;
    color: #339900;
    font-family: "trebuchet ms",serif;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 auto 3px;
    text-align: center;
    text-transform: lowercase;
    width: 90%;
}
#content h1 {
    color: #04507C;
    font-family: "Trebuchet MS";
    font-size: 1.5em;
    letter-spacing: 0.1pt;
    line-height: 20pt;
    margin-bottom: 2px;
    margin-top: 5px;
}
#content h2 {
    color: #339900;
    font-family: "Trebuchet MS";
    font-size: 1.3em;
    letter-spacing: 0.1pt;
    line-height: 20pt;
    margin-bottom: 2px;
    margin-top: 5px;
}
#content h3 {
    color: #339900;
    font-family: "Trebuchet MS";
    font-size: 1.1em;
    letter-spacing: 0.1pt;
    line-height: 20pt;
    margin-bottom: 2px;
    margin-top: 5px;
}
.divider {
    height: 2px;
    margin: 5px 0 5px 5px;
}
.storytitle {
    background-color: #339900;
    color: #DFEDD9;
    font-family: "Trebuchet MS";
    font-size: 1.7em;
    letter-spacing: 0.1pt;
    line-height: 20pt;
    margin-bottom: 18px;
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
.storytitle a {
    color: #04507C;
    text-decoration: none;
}
div.meta {
    color: #617782;
    font-family: Verdana;
    font-size: 8pt;
    margin: 5px 20px;
}
div.meta a {
    color: #623F19;
    font-weight: bold;
    text-decoration: none;
}
.storycontent p {
    color: #000000;
    font-family: Verdana;
    font-size: 0.75em;
    margin-bottom: 20px;
}
.storycontent a {
    color: #0066CC;
    font-weight: bold;
    text-decoration: none;
}
.feedback a {
    color: #ABABAB;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}
.pagenavigation a {
    color: #0066CC;
    font-family: Verdana;
    font-size: 0.8em;
    font-weight: bold;
    text-decoration: none;
}
#footer {
    background-color: #7EAE27;
    clear: both;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 5px 0 10px;
    text-align: center;
}
#footer1 p {
    color: #000000;
    float: left;
    font-family: Tahoma;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    padding-left: 10px;
    padding-top: 10px;
    text-align: center;
    width: 900px;
}
#footer a {
    color: #FFFFFF;
    font-size: 0.9em;
    letter-spacing: 0;
    text-decoration: none;
}
small {
    font-size: 10pt;
}
h2#comments, h2#postcomment {
    text-decoration: none;
}
h2#comments a {
    color: #C60202;
    text-decoration: none;
}
acronym, abbr {
    border-bottom: 1px dashed #333333;
}
acronym, abbr, span.caps {
    font-size: 90%;
    letter-spacing: 0.07em;
}
acronym, abbr {
    cursor: help;
}
blockquote {
    border-left: 2px solid #C60202;
    margin-left: 1.5em;
    padding-left: 25px;
}
cite {
    font-size: 90%;
    font-style: normal;
}
ol#comments li p {
    font-size: 100%;
}
p, .feedback {
    color: #000000;
    font-family: Verdana;
    font-size: 0.75em;
    line-height: 150%;
}
li {
    color: #000000;
    font-family: Verdana;
    font-size: 0.8em;
    line-height: 150%;
}
ul.post-meta {
    list-style: none outside none;
}
ul.post-meta span.post-meta-key {
    font-weight: bold;
}
.credit {
    background: none repeat scroll 0 0 #90A090;
    border-top: 3px double #AABBAA;
    color: #FFFFFF;
    font-size: 11px;
    margin: 10px 0 0;
    padding: 3px;
    text-align: center;
}
.credit a:link, .credit a:hover {
    color: #FFFFFF;
}
.feedback a {
    clear: both;
    color: #C60202;
    text-align: left;
}
.meta li, ul.post-meta li {
    display: inline;
}
.meta ul {
    display: inline;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #333333;
    padding: 0.2em;
}
#commentform textarea {
    width: 450px;
}
#commentlist li ul {
    border-left: 1px solid #DDDDDD;
    list-style-type: none;
}
#commentlist li, #commentlist p {
    font-size: 0.85em;
}
#searchform #s {
    background-image: url(../images/search2.gif);
    background-position: left top;
    background-repeat: repeat-x;
    border: 0 none;
    color: #666666;
    font-family: Verdana;
    font-size: 0.7em;
    height: 15px;
    margin-left: 10px;
    margin-top: 10px;
}
#s1 {
    background-color: #000000;
    background-image: url(../images/search.gif);
    background-position: left center;
    background-repeat: no-repeat;
    border-style: none;
    color: #FFFFFF;
    font-size: 0.7em;
    font-weight: bold;
    height: 20px;
    margin-left: 2px;
    padding-right: 2px;
    width: 20px;
}
form.searchform {
    display: inline;
}
 
