img{
    border:0px;
}

#whole_page {
    width: 1005px;
    /*margin-left: auto;
    margin-right: auto;*/
    margin: auto;
    height: 100%;
    position: relative;
    background-image: url(images/nav_bottom.png);
    background-repeat: repeat-y;
}
#header {
    height: 140px;
}

#header a {
   position: absolute;
   top: 50px;
   left: 30px;
   width: 100%;
   font-weight: 600;
   font-size: 13px;
   color: #fff;
   font-family: arial, Helvetica, sans-serif;
}

.banner {
    outline: none;
    border: none;
}

#separator {
    height: 18px;
    background-color: #4C2018;
}

#older_entries {
    position: relative;
    height: 19px;
    width: 132px;
    right: -870px;
}

#nav {
    /*width: 190px;
    position: absolute;
    display: block;
    height: 100%;*/
    float: left;
    height: auto;
    min-height: 100%;
    width: 40px;
    display: block;

}

.cssnav a {
    display:block;
    background-image: url(images/normal_blank.png);
    font-size: 12px;
    width: 159px;
    height: 31px;
    color: white;
    text-decoration: none;
    padding-top:20px;
    padding-left:20px;

}
.cssnav a:hover{
    background-image: url(images/hover_blank.png);
    font-weight: bold;
}

.cssnav_visited a {
    background-image: url(images/hover_blank.png);
    font-weight: bold;
}

#content_container {
    height: auto;
    min-height: 100%;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
}

#content {
    position: relative;
    /*margin-top: -445px;
    margin-left: 200px;*/
    top: -445px;
    right: -200px;
    width: 800px;
/*    height: 1000px;*/

    /*float: right;
    clear: right;*/
    min-height: 100%;
    height: auto
    font-size: 12px;
}

/* posts from home page */
#posts
{
    position: relative;
    top: 430px;
}

.search {
    position: relative;
    left: 500px;
    margin-top: 30px;
}

#s {
    border: 2px dashed #628d24;
}
#posts .post{
    position:relative;
    top: 10px;
    height:135px;
    margin-top: 20px;
    padding-bottom: 20px;
    font-family: arial, Helvetica, sans-serif;
}

#posts .post .bullet{
    position:absolute;
}

#posts .post .content{
    position:absolute;
    left:50px;
    width:400px;
}
#posts .post .content p {
    font-size: 10pt;
    margin:2px 0px;
    margin-top: 10px;
}
#posts .post .content h2 {
    font-size: 12pt;
    color: black;
    margin: 0px;
    background:#eef0f0;
    padding: 0px 0px 0px 5px;
}

#posts .post .content h2 .date{
    font-size: 10pt;
    color: #b7b8b8;
}

#posts .post .postimage{
    position: absolute;
    left:475px;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

#posts .post .postmetadata{
    position:absolute;
    bottom:10px;
    left:650px;
    width:130px;
    font-size: 10pt;
    color: #82a53f;
}
#posts .post .postmetadata a {
    color: #82a53f;
}
#posts .post .more {
    color: #000;
    font-weight: bold;
    font-size: 10.5pt;
    text-decoration: none;
}

.hr {
    border: none 0;
    border-bottom: 2px dotted #c0d29f;
    width: 95%;
    height: 2px;
    padding-top: 10px;
}

#posts .single_post{
    position:relative;
    top: 10px;
    padding: 20px 80px 0px 40px;
    background-image: url(images/bullet.png);
    background-repeat: no-repeat;
    background-position: 20px 20px;

    font-family: arial, Helvetica, sans-serif;
    font-size: 10pt;
}

#posts .single_post h2 {
    position: relative;
    font-size: 12pt;
    color: black;
    margin: 0px 0px 0px 10px;
    padding: 6px 0px 6px 5px;
    background:#eef0f0;
}

#posts .single_post h2 .date{
    font-size: 10pt;
    color: #b7b8b8;
}

#posts .single_post .back {
    position: absolute;
    font-size: 10pt;
    right: 10px;
    top: 5px;
}

/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
}

/*  Using 'class="alignright"' on an image will (who would've
  thought?!) align the image to the right. And using 'class="centered',
  will of course center the image. This is much better than using
  align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
}
.navigation a {
    color: #628d24;
}
.alignright {
    float: right;
    font-size: 10pt;
}

.alignleft {
    float: left;
    font-size: 10pt;
    color: black;
    border: 10px, 0px, 10px, 0px;
}
/* End Images */


/******* COPIED RIGHT FROM DEFAULT THEME ********/
/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/* End captions */

/* Ryan Fait's Sticky Footer*/

* {
    margin: 0;
}
html, body {
    height: 100%;
    font-family: sans-serif;
    margin: 0;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -4em;
}
.footer, .push {
    height: 4em;
}

#facebook_badge {
    position: relative;
    left: 15px;
    padding: 5px 5px 5px 5px;
}

#twitter_badge {
    position: relative;
    left: 20px;
    bottom: -10px;
}
#rss_feed {
    position: relative;
    left: 39px;
    bottom: -15px;
}

