/*
Theme Name: classic Green
Theme URI: 
Description: Wordpress Theme classic Green by <a href="http://wptheme.net/">Wordpress Themes</a>.
Author: WP Theme
Author URI: http://wptheme.net/
Tags:white, custom header, fixed width, two columns,right column, widgets, options page, Adsense
Version: 2
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
*/


body {
    font: 75%/150% "Trebuchet MS", Tahoma, Arial;
    color: #2c2c2c;
    background: #9ca312 url(images/main-bg.gif) repeat-x  top;
    margin: 0px;
    padding: 30px 0px 10px 0px;
}
a {
    color: #2f750d;
    text-decoration: none;
}
a:visited {
    color: #2f750d;
    text-decoration: none;
}
a:hover {
    color: #908912;
    text-decoration: none;
}
img {
    border: none;
}
p {
    padding: 0px 0px 15px;
    margin: 0px;
}
form {
    margin:0px;
    padding:0px;
}
h1 {
    margin:0px;
    padding-left: 0px;
    height: 60px;
    font: bold 30px/100% "Trebuchet MS", Tahoma, Arial;
    color: #FFFFFF;
}
h1 a, h1 a:visited{
    color: #FFFFFF;
    text-decoration: none;
}
h1 a:hover{
    color: #FFFFFF;
    text-decoration: none;
}
h2 {
    color: #3F5123;
    margin: 0px 0px 2px;
    border-bottom: 1px dotted #cccccc;
    letter-spacing: -1px;
    font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
    padding-bottom: 3px;
}
h2 a, h2 a:visited {
    color: #3F5123;
    text-decoration: none;
}
h2 a:hover {
    color: #5c7638;
    text-decoration: none;
}
h3 {
    font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
    color: #7fbe10;
    margin: 10px 0px 5px;
}
h4 {
    font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
    color: #1066be;
    margin: 10px 0px 5px;
}
form {
    margin:0px;
    padding:0px;
}
#page {
    margin: 0px auto;
    width: 800px;
    border-bottom: 5px solid #ccdfe4;
    border-top: 5px solid #ccdfe4;
    border-left: 5px solid #ccdfe4;
    border-right: 5px solid #ccdfe4;
    background: #FFFFFF ;
}
/* header area */
#header {
    background: #3E4A0C url(images/header-bg.gif) no-repeat;
    height: 225px;
    border-bottom: 1px solid #59780a;
    position: relative;
}
#headerlogo {
    position: relative;
    padding: 20px 0px 0px 35px;
    height: 60px;
}
#headerlogo .description{
    position: absolute;
    left: 45px;
    bottom: 3px;
    color: #ffffff;
    font-size: 16px;
}
#nav {
    list-style: none;
    margin: 0px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
#nav li {
    float: left;
    margin-left: 5px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
    color: #475404;
    text-decoration: none;
}
#nav .page_item a{
    color: #475404;
    text-decoration: none;
    background: #dddbbf url(images/nav-bg.gif) repeat-x;
    padding: 5px 15px;
    font: bold 14px/100% Arial, Helvetica, sans-serif;
    border-top: 1px solid #908f2d;
    border-left: 1px solid #908f2d;
    border-right: 1px solid #908f2d;
    display: block;
}
#nav .page_item a:hover {
    color: #000000;
}

#navbottom{
    background: #ffffff url(images/bottom-nav.gif) repeat-x;
    height: 14px;
    margin-bottom: 1.5em;
}

/* content  */
#content {
    padding: 10px 0px 25px 13px;
    float: left;
    width: 532px;
    overflow: hidden;
    text-align: justify;
}
.post {
    clear:both;
    padding-top: 15px;
}
.post-date {
    width: 45px;
    height: 49px;
    float:left;
    background: url(images/date-big.gif) no-repeat;
}
.post-month {
    font-size: 11px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    display:block;
    line-height: 11px;
    padding-top: 2px;
    margin-left: -3px;
}
.post-day {
    font-size: 18px;
    text-transform: uppercase;
    color: #475404;
    text-align: center;
    display:block;
    line-height: 18px;
    padding-top: 7px;
    margin-left: -3px;
}
.entry {
    float:right;
    width: 478px;
}
.post-cat {
    background: url(images/category.gif) no-repeat left center;
    padding-left: 20px;
    font-size: 95%;
    float: left;
    color: #999999;
}

#breadcrumb{
        padding: 0;
}   
.post-comments {
    background: url(images/comments.gif) no-repeat left center;
    padding-left: 20px;
    float: right;
    font-size: 95%;
}
.post-calendar {
    background: url(images/date.gif) no-repeat left center;
    padding-left: 20px;
    float: right;
    font-size: 95%;
    color: #999999;
}
.post-content {
    clear: both;
    padding-top: 10px;
}
.navigation {
    clear: both;
    padding: 10px 0px;
}
.navigation a, .navigation a:visited {
    color: #59770e;
}
.previous-entries a {
    float: left;
    padding-left: 18px;
    background: url(images/page-left.gif) no-repeat left center;
}
.next-entries a {
    float: right;
    padding-right: 18px;
    background: url(images/page-right.gif) no-repeat right center;
}

/* comments  */
#comments, #respond {

    padding: 10px 0 5px 0;
    clear: both;
}
.commentimage { 
    float:left; 
    width:60px; 
    border:3px double #dadada;
    margin:0px 10px 5px 0px; 
}
.commentlist {
    margin: 10px 0px;
    padding-left: 20px;
    line-height: 130%;
}
.commentlist li{
    padding: 5px 10px;
}
.commentlist .alt {
    background: #ebecdd;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
    font-weight: bold;
    font-style: normal;
    font-size: 120%;
    color: #4f5c08;
}
.commentlist small {
    margin-bottom: 5px;
    display: block;
    font-size: 87%;
}
#commentform {
    margin-top: 10px;
    font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
    padding: 6px 0px;
    margin: 0px;
}
#commentform label{
    color: #242121;
    font-size: 87%;
}
#commentform input{
    width: 200px;
    background:#eef0e3;
    border: 1px solid #908f2d;
    padding: 3px;
    margin-top: 3px;
}
#commentform textarea{
    width: 515px;
    height: 115px;
    background:#eef0e3;
    border: 1px solid #908f2d;
    padding: 2px;
    margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
    background: #ffffff;
}
#commentform #submit{
    background: #3f6429 url(images/button.gif) repeat-x;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #365c04;
    border:1px solid #908f2d;    
    float:left;
    width: 144px;
    height: 28px;
    cursor: pointer;
}

/*sidebar */
#sidebar {
    float: right;
    padding: 0px 10px 20px 0px;
    width: 220px;
    color: #5b5b5b;
    overflow: hidden;
}
/*sidebar title  */
#sidebar h2 #sidebar .sidebartitle{
    font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
    color: #708737;
    margin: 20px 0px 2px;
    border-bottom: 1px solid #cce1a2;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
    color: #464f2f;
    text-decoration: none;
}
#sidebar a:hover{
    color: #516f04;
    text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
    margin: 0;
    padding: 0;
}
#sidebar ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
    padding: 0;
    margin: 0;
}
#sidebar ul li ul li{
    padding: 2px 0 2px 0px;
    border-bottom: 1px solid #d5e6b1;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
    padding: 1px 0 1px 10px;
    border: none;
}
/*blogroll */
ul.list-blogroll li{
    background: url(images/blogroll.gif) no-repeat !important;
    padding-left: 16px !important;
}
/*meta */
ul.list-meta li{
    background: url(images/meta.gif) no-repeat !important;
    padding-left: 16px !important;
}
/*category bar */
ul.list-cat li, li.bar_categories li{
    background: url(images/category.gif) no-repeat !important;
    padding-left: 20px !important;
}
/*recent bar  */
ul.list-rec li, li.bar_comments ul li {
    background: url(images/recent.gif) no-repeat !important;
    padding-left: 20px !important;
}
/*archives bar */
ul.list-archives li, li.bar_archives li{
    background: url(images/archive.gif) no-repeat !important;
    padding-left: 20px !important;
}
/*pages bar */
ul.list-page li, li.bar_pages li, li.bar_recent_entries li{
    background: url(images/page.gif) no-repeat !important;
    padding-left: 20px !important;
}
/*sub-pages bar */
ul.list-page li ul li, li.bar_pages li ul li{
    background: url(images/page-arrow.gif) no-repeat !important;
    padding-left: 10px !important;
}
/*calendar bar  */
li.bar_calendar td {
    padding: 1px 7px;
}
/*text bar */
.textbar {
    padding-top: 5px;
}

/*search form */
#searchform {
    margin: 15px 0 0;
}
#searchform br {
    display: none;
}
#searchform #s {
    border:1px solid #908f2d;
    width: 135px;
    height: 22px;
    padding: 4px 5px 0px 5px;
    border: 1px solid #908f2d;
    background: #ffffff;
    margin-right: 2px;
    color: #000000;
    font-weight: normal;
}
/* search form button*/
#searchform input {
    background: url(images/button.gif) repeat-x;
    border: 1px solid #908f2d;
    width: 67px;
    height: 28px;
                font: bold 12px Arial, Helvetica, sans-serif;
    color: #365c04;
    vertical-align: middle;
}

/* page close */
#close {
    clear: both;
    background: #ffffff;
    color: #ffffff;
    font-size: 95%;
    line-height: 130%;
    padding-bottom: 5px;
}

/* fbar */
#fbar {
    margin: 0px auto;
    width: 790px;
    background: #3E4A0C url(images/foot-bg.gif) no-repeat;
    height: 20px;
    color:#fff;
    border-bottom: 5px solid #ccdfe4;
    border-top: 5px solid #ccdfe4;
    border-left: 5px solid #ccdfe4;
    border-right: 5px solid #ccdfe4;
    font-size: 12px;
    line-height: 100%;
    padding: 10px 5px 0px 5px;
}
#fbar a, #credit a:visited {
    margin-top: 5px;
    color: #ffffff;
}
.rss {
    padding-left: 18px;
    padding-bottom: 2px;
    margin-left: 8px;

}


/* alignments */
.center {
    text-align: center;
}
img.center, img[align="center"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
}
img.alignleft, img[align="left"] {
    float:left;
    margin: 2px 10px 5px 0px;
}
.alignright {
    float: right;
}
img.alignright, img[align="right"] {
    float:right;
    margin: 2px 0px 5px 10px;
}
.clear {
    clear:both;
}
hr.clear {
    clear:both;
    visibility: hidden;
    margin: 0px;
    padding: 0px;
}
/* image caption */
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption-dd {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}