body {
 background: #afa48e;
 color: #7f6f57;
 margin:  0;
 padding: 0;
 text-align: center; /* IE hack Part 1 */ 
}

#hnav {
 width: 770px;
 margin: 8px auto;
 height: 23px;
 background: #fff4df;
 border-bottom: 0px solid #ccced2;
 border-left: 0px solid #f5f6f7;
 border-right: 0px solid #ccced2;
}

#header {
 float: left;
 width: 200px;
 margin: 0px;
 padding: 0px;
 text-align: left;
 height: 20px;
}

#hmenu {
 margin: 2px 5px 0 0;
 text-transform:lowercase;
 text-align: right;
 float: right;
 width: 475px;
}

#masthead {
 background: url(head.jpg);
 width: 730px;
 height: 210px;
 margin: 0 auto;
 margin-top: 10px;
 padding: 10px;
 padding-bottom: 0;
 border: 1px solid #7f7157;
 text-align: left;
 color: #91af83;
 font-weight: bold;
 font-family: Tahoma;
}

#pasthead {
 width: 746px;
 height: 20px;
 margin: 0 auto;
 margin-top: 5px;
 padding: 2px;
 padding-bottom: 1px;
 border: 1px solid #7f7157;
 text-align: left;
 color: #4f4331;
 font-size: 0.9em;
 font-family: Tahoma;
}

#rap {
width:790px;
margin: 0 auto;
margin-top: 10px;
margin-bottom: 10px;
padding: 0px;
background: #fff4df;
border: 5px solid #7f7157;
}

#container {
 width: 770px;
 margin: 0px auto;
 background: #fff4df;
 border-left: 0px solid #f3782a;
 border-right: 0px solid #f3782a;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: .75em;
 text-align: left; /* IE hack Part 2 */
 border-top: 0px solid #f3782a;
 border-bottom: 0px solid #f3782a;
}

#topcontentdouble {
 float: right;
 width: 540px;
 height: 10px;
 background: #fff4df;
 margin: 9px 10px 0 0;
 display: inline;
}

#topcontent {
 width: 730px;
 background: #fff4df;
 margin: 9px auto 0 auto;
 height: 27px;
}

#content {
 float: right;
 width: 560px;
 background: #fff4df;
 margin:  0 10px 0 0;
 display: inline;
}

#bottomcontentdouble {
 clear: both;
 width: 730px;
 background: #fff4df;
 margin: 0 10px 9px 10px;
 height: 10px;
}

#singlecontent {
 width: 730px;
 background: #fff4df;
 padding-top:0;
 margin:  0 auto;
}

.post {
 margin-top: 0px;
 margin-left: 15px;
 margin-right: 20px;
 margin-bottom: 70px;
}

.singlepost {
 margin: 0px 105px 80px 105px;
}
#bottomcontent {
 width: 730px;
 background: #fff4df;
 margin: 0px auto 0px auto;
 padding-bottom: 9px;
 height: 27px;
}

.meta {
 font-size: .9em;
 line-height: 18px;
}

.feedback {
 float: right;
 font-size: .9em;
 line-height: 28px;
}

.author {
 width: 200px;
 float: right;
 text-align: right;
}

.postnavigation {
 height: 45px;
}

.left {
 float: left;
 padding-left: 105px;
}

.right {
 float: right;
 padding-right: 105px; 
}

.leftdouble {
 float: left;
 padding-left: 10px;
}

.rightdouble {
 float: right;
 padding-right: 10px; 
}


#sidebar {
 position: relative;
 float: left;
 width: 185px;
 margin: 0 0 0 10px;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 1.0em;
 text-align: left; /* IE hack Part 2 */
 display: inline;
}

#sidebar ul {
 position: relative;
}

#sidebar ul li {
 list-style-type: none;
 list-style-image: none;
 color: #4f4331;
}

#sidebar ul, #sidebar ul li {
 margin: 0;
 padding: 0;
}

#sidebar ul li ul{
 background: #bfb39b;
 border-top: 1px solid #fff4df;
 margin: 0 5px 2px 0px;
 padding: 1px 0 1px 5px;
 color: #4f4331;
}

#sidebar h2 {
 background: #7f7157;
 color: #fff4df;
 margin: 10px 5px 3px 0px;
 padding:  1px 0 1px 5px;
}

#sidebar a {
 display: block;
 padding: 2px;
 width: 160px;
 padding-left: 12px;
 border-bottom: 1px solid #fff4df;
 background-image: url(icon1.gif);
 background-repeat: no-repeat;
 background-position: 0 55%;
 color: #4f4331;
 text-decoration: none;
}

#sidebar a:hover {
 display: block;
 padding: 2px;
 width: 160px;
 padding-left: 12px;
 border-bottom: 1px solid #fff4df;
 background-image: url(icon2.gif);
 background-repeat: no-repeat;
 background-position: 0 55%;
 background-color: #cfc2a8; 
 color: #4f4331;
 text-decoration: none;
}


/*
The following is the fix
for 3-pixel-jog bug in IE 
*/
/* Hide from IE5-mac. Only IE-win sees this. \*/ 
* html #content {
 /*margin-right: 7px;*/
}
* html #sidebar {
 height: 1%;
}
/* End hide from IE5/mac */

#response {
 margin: 0px 110px;
}

#commentlist {
 padding: 0px 10px 0px 10px;
 margin-left: 10px;
 margin-right: 10px;
 color: #7b7b7b;
 list-style-type: none; 
 text-align: justify;
}

#commentlist li  p{
 padding: 0px;
 margin: 8px 0px 0px 0px;
}

.commentname {
 width: 220px;
 float: left;
 font-size: 0.9em;
 margin: 0;
 padding: 0  0 2px 0;
}

.commentinfo{
 width: 250px;
 float: right;
 text-align: right;
}

.commenttext {
 clear: both;
 padding-top: 0px;
 margin-top: 0px;
 margin-bottom: 70px;
 border-top: 1px solid #91af83;
}

h2#postcomment {
 background: #fff4df; 
 margin: 40px 0px 0px 0px;
 padding: 0 0 20px 10px;
}

#commentform {
 background: #dfd5c3; 
 padding: 1px 20px;
 margin-top: 0px;
 margin-bottom: 0px;
}
#commentboxes {
 width: 200px;
 float: left;
 color: #7b7b7b;
 font-size: 0.9em;
}
p.instructions {
 margin: 14px 0 0 200px;
 color: #7f7157;
 font-size: 0.9em;
 text-align: justify;
 border-left-width: 1px;
 border-left-style: solid;
 border-left-color: #d5d7db;
 padding-left: 15px;
 position: relative;
}
#inputbox {
 clear: both;
 color: #7b7b7b;
 font-size: 0.9em;
}
#button{
 padding-top: 0.5em;
}
#commentsbottom {
 background: #fff4df; 
 margin: 0;
 padding: 0;
 height: 22px;
}


#menu {
/*margin: 0px auto;*/
 margin: 8px;
 width: 750px;
 height: 45px;
 background: #fff4df;
 border-top: 0px solid #ce5e16;
 border-right: 0px solid #ce5e16;
 border-bottom: 0px solid #ce5e16;
 border-left: 0px solid #ce5e16;
}
#searchform {
 float: left;
 margin-top: 12px;
 padding-left: 20px;
}
#topimage {
 margin: 2px 0 0 0; 
 cursor: pointer;
 width: 60px;
 height: 40px;
 background: url(topimage.jpg) no-repeat top;
 float: right;
 padding-right: 9px;
 padding-top: 3px;
}
#topimage a{
 display:block;
 height:100%;
 overflow:hidden;
 text-decoration:none;
}
#topimage a:hover {
 border: 0;
}

#footer {
 margin: 10px auto;
 width: 750px;
 font-size: .8em;
}
#footer p {
margin-top: 0;
}
.clearer {
 clear: both;

 line-height: 0px;
}

#top {
 display: inline;
 list-style-type: none;
}
#hnav ul li{
 display: inline;
}
#hnav ul li a {
 color: #4f4331;
 text-decoration: none;
 padding: 5px 0px 5px 30px;
 font-size: 0.7em;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-weight: normal;
}
#hnav ul li a:hover {
 color: #aaaa88;
 border-top: 1px solid #aaaa88;
 border-bottom: 1px solid #aaaa88;
}

#gallery a {
 color: #91af83;
 text-decoration: none;
}

#gallery a:hover {
 color: #bfb39b;
 text-decoration: none;
}

a {
 color: #556B2F;
 text-decoration: none;
}
a:hover {
 color: #bfb39b;
 text-decoration: none;
}
top a {
 border: 0;
 text-decoration: none;
}
blockquote {
 background: #cfc2a8;
 color: #4f4636;
 border-left: 6px solid #7f7157;
 padding: 10px 20px;
}
code {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 1.0em;
}
h1 {
 margin-bottom: 4px;
 padding: 0;
 color: #523419;
}
h1 a {
 margin: 0;
 padding: 0;
 text-decoration: none;
 color: #6f6f6f;
}
h2 {
 color: #7f7157;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.1em;
 margin-bottom: 0px;
 margin-top: 5px;
 margin-left: 4px;
}

td
{
    padding-left: 3px;
    padding-right: 3px;
}

.singlepost h2{
margin-top: 0px;
}
h3 {
 text-align: left;
 color: #778868;
 margin: 0;
 margin-top: 3px;
 padding: 0;
 font-size: 0.9em;
 line-height: 26px;
 font-weight: normal;
}

#blogtitle {
 margin: 0;
 padding: 5px;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 0.8em;
}
#blogtitle a{
 color: #4f4331;
 font-weight: bold;
}
#blogtitle a:hover{
 color: #aaaa88;
 font-weight: bold;
 border: 0;
}

.post {
 color: #7f6f57;
 text-align: justify;
}
.singlepost {
 color: #7f6f57;
 text-align: justify;
}
.posted {
 color: #a3945d;
}
.title  {
 text-align: left;
 height: 20px;
 color: #523419;
 display: block;
 text-decoration: none;
 font-size: 1.2em;
 font-weight: bold;
}

.storycontent {
 border-bottom: 1px solid #7f6f57;
 padding: 0px 0px 5px 0px;
}
.singlepost p {
margin-top: 0;
}
.storycontent a {
 text-decoration: none;
}
.storycontent a:hover {
 text-decoration: none;
}
.storycontent a:visited {
 text-decoration: none;
}
.img a {
 text-decoration: none;
}

.left a{
 color: #91af83;
 font-size: 0.9em;
 text-decoration: underline;
}
.left a:hover {
 border: 0;
}
.right a{
 font-size: 0.9em;
 color: #91af83;
 text-decoration: underline;
}
.right a:hover {
 border: 0;
}
.leftdouble a{
 color: #91af83;
 font-size: 0.9em;
 text-decoration: underline;
}
.leftdouble a:hover {
 border: 0;
}
.rightdouble a{
 font-size: 0.9em;
 color: #91af83;
 text-decoration: underline;
}
.rightdouble a:hover {
 border: 0;
}

.commentauthor {
 font-weight: bold;
 font-size: 1.2em;
 padding: 0 0 2px 0;
 margin: 0;
 color: #7f7157;
}
.commentauthor a{
 font-weight: bold;
 margin: 0;
 padding: 0 20px 2px 0;
 background: url(butterfly1.jpg) no-repeat top right;
 border: 0;
}
.commentauthor a:hover {
 border: 0px;
}
.commentdate {
 font-size: 0.8em;
 text-align: right;
 line-height: 18px;
 padding: 0;
 margin: 0;
}
#nocomment, #commentsclosed {
 text-align: center;
 color: #7f6f57;
 font-size: 1.1em;
}

#comment  {
 width: 465px;
}
#comment, #author, #url, #email, #press{
 background: #e7e9ed/*#f5f6f7*/;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.1em;
 color: #7b7b7b;
 padding: 1px 2px 1px 1px;
}
#comment, #author, #url, #email{
 border: 1px solid #d5d7db;
}
#comment:hover, #author:hover, #url:hover, #email:hover{
 border: 1px solid #7b7b7b;
}
#comment:focus, #author:focus, #url:focus, #email:focus{
 background: #FFFFFF;
 border: 1px solid #000000;
 color: #7b7b7b;
 padding: 1px 2px 1px 1px;
}
#commentboxes p {
 margin: 0;
 padding-bottom: 0.9em;
}
h2#comments{
 margin-bottom:40px;
}
p.feeds {
 float: right;
 margin-top: -1.8em;
 font-size: 0.9em;
}
p.feeds a, p.feeds a:hover  {
 text-decoration: none;
}
p.feeds a:hover {
 text-decoration: none;
}
#inputbox {
 clear: both;
 color: #7b7b7b;
 font-size: 0.9em;
}
#inputbox a {
 color: #7b7b7b;
}
#inputbox a:hover {
 color: #FFFFFF;
}
p.inputbox {
 margin: 0;
 padding-bottom: 10px;
}
p.pages {
 margin: 0;
 padding: 40px 40px;
 padding-top: 0;
 text-align: center;
}
p.pages a {
 color: #ce5e16;
}

p.credits {
 padding: 0px 0px;
 text-align: center;
 margin: 10px; 
 color: #9e9e9e;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.8em;
}
p.wordpress {
 margin: 8px;
 padding: 2px;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #7f7157;
}

.searchresult {
 padding: 30px 0 0 0;
 margin:0;
}
.searchresult a{
 color: #000000; 
}
.searchinfo {
 font-size: .9em;
 line-height: 18px;
 padding: 0 0 2px 0;
 color: #000000;
 margin: 0 ;
}
.searchdetails {
 font-size: .9em;
 line-height: 18px;
 padding: 0 0 2px 0;
 color: #000000;
 margin: 0 ;
 border-bottom: 1px solid #BBBBBB;
}

/*
This piece of code is for clearing
the floats without structural markup
Don't modify it
*/
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}
.clearfix {
 display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
 height: 1%;
}
.clearfix {
 display: block;
}
/* End hide from IE-mac */


img.centered {
        padding: 2px;
	display: block;
	margin-left: auto;
	margin-right: auto;
        margin-bottom: 2px;
        border: 1px solid #7f7157;
	}	
img.alignright {
	padding: 2px;
	margin: 0 0 2px 7px;
	display: inline;
        border: 1px solid #7f7157;
	}
img.alignleft {
	padding: 2px;
	margin: 0 7px 2px 0;
	display: inline;
        border: 1px solid #7f7157;
	}
.alignright {
	float: right;
	}	
.alignleft {
	float: left;
            }
            

