/* Begin html tags */
* { margin:0; padding:0; } 
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #deceb5;
	background-image:url(img/main_bg.png);
	background-position: top center;
	color: #282c2f;	
	margin:0px auto;
	height:auto;
	background-repeat:no-repeat;
}
hr {
	display: none;
}
a {
	color: #bd9056;
	text-decoration: none;
}
a:hover {
	color: #C78D4D;
	text-decoration: underline;
}
ul {
	list-style-type: none;
}
.floaty {
	clear: left;
	float: right;
	position: static;
	left: auto;
	top: inherit;
	padding: 15px;
	width:250px;
}
h2 {
	font-size:1.7em;
	font-family:"Trajan Pro";
	color:#C78D4D;
}
h3 {
	font-size:1.3em;
	font-weight:bold;
}
h4 {
	font-size:1.1em;
	font-weight:bold;
}
h5 {
	color:#675532;
}
small {
	font-size:1em;
}
.clear	{
	clear:both;
}
/* End html tags */

/* Begin Structure */

#header {
	text-align:right;
	width: 800px;
	height:60px;
	margin:0 auto 10px;
	color: #C78D4D;
	font-size:1.2em;
	padding:25px 0 50px 0;
}
#content {
	width:800px;
	margin:auto;
	font-size:1.2em;
}
#maincontent {
	float:left;
	background-image:url(img/content_bk.png);
	width:800px;
	line-height:1.5em;
}
#newmain {
	width: 800px;
	float: right;
	margin-left:200px;
}	
#sidebar {
	float:left;
	width:200px;
	text-align:left;
	position:relative;
	display: block;
	margin-top:-100px;
	margin-left:10px;
}

#footer{width:740px;height:35px;margin:auto;font-size:1.2em;padding:5px 0;color:#566E24;}
/* End Structure */

/* begin header*/
#header h1{font-size:2.2em;padding:15px 0 0 0px;}
#header h1 a{color:#C78D4D;text-decoration: none;}
.description{padding:3px 10px 0 10px;}
#menu{font-size:1.2em;width: 800px;margin:auto;}

.lavalamp { position: relative;width:800px;height:40px;overflow: hidden; background: url("img/bg.png") no-repeat top left;padding:8px 9px 0;}
 .lavalamp li {float: left; list-style: none;}
 .lavalamp li.back {width: 9px; height: 25px;z-index: 8;position: absolute;background: #c3b48c url("img/lavabg.gif") no-repeat top right;}
 .lavalamp li.back .left {background: url("img/lavabg.gif") no-repeat top left;height: 25px;margin-right: 9px; }
 .lavalamp li a {  text-decoration: none; color: #F0EFDF;outline: none;text-align: center; padding:5px 11px;text-transform: uppercase;letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        position: relative;
                        overflow: hidden;
font-weight:bold;
                    }
.lavalamp li a:hover, .lavalamp li a:active, .lavalamp li a:visited {border: none; }               
/* End header*/


#footer a{color:#70683B;}
/* begin maincontent*/
.postdate{margin-right:5px;overflow:hidden;float:left;width:40px;height:40px;font-family:Georgia;text-align:center;color:#F0EFDF;background: #C78D4D url(img/date.gif) no-repeat top center;}
.postdate span{}

.topcorner{
	background-image:url(img/content_bk.png) repeat-y;
}
.bottomcorner{height:15px;}
.contentpadding{padding:5px 35px 5px 230px;}
#maincontent .entry a{color:#C58036;}
#maincontent .entry a:hover{text-decoration: none;border-bottom:1px dashed #C78D4D;}
#maincontent h2 a{color:#C78D4D;
font-style:italic;
font-family:Georgia, "Times New Roman", Times, serif;}
#maincontent h2 a:hover{color:#C78D4D;}
#maincontent ul li{margin-left:10px;padding: 0 0 0 15px;background: url(img/ul.gif) no-repeat left center}
.entry{margin-top:10px;
}

.entry p {margin-bottom:0.5em;}
.entry ol {padding: 0 0 0 35px;}
.entry ul {list-style-type:none;}
.entry ul li{margin-left:10px;padding: 0 0 0 15px;background: url(img/ul.gif) no-repeat left center}
.entry img {border:1px solid #A39856;padding:2px;}

.entry table {border:1px solid #A39856;}
.entry table tr th{padding:1px 10px;background:#C5CFB0;}
.entry table tr td{padding:2px 10px;background:#DDD9C0;}

.entry blockquote ,.entry pre{margin:0 20px;padding:5px;background:#C5CFB0;
   -moz-border-radius: 8px;
   -khtml-border-radius: 8px;
   -webkit-border-radius: 8px;
   border-radius: 8px;
   overflow:hidden;
}
.postmetadata{padding:1px 15px;margin:0.5em 0 25px;background: url("img/ping-track.gif") repeat-y top left;}

.ping-track{padding: 0 15px;background: url("img/ping-track.gif") no-repeat top left;}
.postnav{margin:1em 0;}
/* End maincontent */

/* Begin sidebar */
#sidebar h2{font-size:1em;color:#805c2d;margin-top:-3px;padding-left:10px;text-transform:uppercase;}
#sidebar-top ul li ul{padding-left:10px;}
#sidebar-top .contentlist ul li a{color:#805c2d;padding-left:10px;}
#sidebar-top .contentlist ul li a:hover{color:#805c2d;text-decoration: none;}
#sidebar-left .contentlist1 ul{padding:5px 0  0 5px;}

#sidebar a {
	margin:0 0 2px 5px;
	font-family:"Trebuchet MS";
	line-height: 20px;
	letter-spacing: .07em;
	font-size:14px;
	color:#333333;
}
#sidebar-left ul li a:hover{color:#a8885f;text-decoration: underline;}

/* #sidebar a{color:#805c2d;} */


#archives, #categories { display:none; }  

.tabs{}
.tabs li{}
.tabs li a{margin:12px 0;display:block;height:30px;width:103px;padding:10px 20px;outline:none}
.tabs li a span{ display:block;overflow:hidden; width:0; height:0; }

#tabnewpost{background: url(img/newpost.png) no-repeat top center;}
#tabcomments{background: url(img/comments.png) no-repeat top center;}
#tabarchives{background: url(img/archives.png) no-repeat top center;}
.contentlist{background: url(img/tabshow.png) repeat-y top left;width:140px;padding:0 10px;}
.tabshow-t{clear:both;background:url(img/tabshowt.png) no-repeat top left;height:19px;width:160px;}
.tabshow-b{background: url(img/tabshowb.png) no-repeat top left;height:20px;width:160px;}
.contentlist1 {
	background:url(img/lt_nav_bk.png) repeat-y top left;
	width:200px;
	padding:0 10px;
}
.tabshow1-t{margin-top:1em;background: url(img/lt_nav_top.png) no-repeat top left;height:14px;width:200px;}
.tabshow1-b{background: url(img/lt_nav_bt.png) no-repeat top left;height:24px;width:200px;}
/* End sidebar */


/* Begin wp-tags*/
img.centered {display: block;margin-left: auto;margin-right: auto;}
img.alignright {padding: 2px;margin: 0 0 2px 7px;display: inline;}
img.alignleft {padding: 2px;margin: 0 7px 2px 0;display: inline;}

.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.alignright {float: right;}
.alignleft {float: left}

.wp-caption {border: 1px solid #ddd;text-align: center;background-color: #f3f3f3;padding-top: 4px;margin: 10px;}
.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;}


#wp-calendar{width:100%;color:#C1C08C;text-align:center;}
#wp-calendar a{color:#DADAB7;}
#wp-calendar td { text-align:center;}
#wp-calendar tfoot{width:100%;}
.searchf input.sbm-b{margin-top:5px;width:90%;border:1px solid #A2B180;padding:4px;background:#C5CFB0;color:#6C7A4C;}
/* End wp-tags */


/* Begin comments*/
.message{width:90%;}
#response{margin:2em 0 0 20px;}
.comleft{width:20%;float:left;vertical-align:middle;text-align:right;padding:5px;}
.comleft a{color:#333;}
.message-by{}
.avatar-place{}
.message-count{float:left;}
.message-content{margin:10px 20px;width:80%;padding-bottom:5px;border-bottom:2px solid #7E8C60;}
.alt{border-bottom:2px solid #AEA365;}
.author{border-bottom:2px solid #C78D4D;}
.message-entry{float:left;padding:5px 0 0 20px;width:60%;vertical-align:middle;}
.inputs input,#commentform input{background:#A2B180;border:0;padding:2px;background: #A2B180 url(img/input.gif) no-repeat top center;width:166px;height:16px;}
.message textarea,#comment{background-color:#f0efef;border:1;width:380px;height:180px;overflow:hidden;padding:10px;}
.submit{margin-top:10px;}
.submit input,#commentform #submit{border:0;width:60px;height:30px;background: #A2B180 url(img/submit.gif) no-repeat top left;color:#fff;}
#commentform p{line-height:2.5em;}
.backtotop{text-align:right;}
.submit{margin-top:1em;}
.children li{border:solid 1px #AEA365;margin-left:15px;}
.children li.bypostauthor{border:solid 1px #C78D4D;}
.commentlist{margin-left:10px;}
.commentlist li{margin:5px;padding:5px !important;}
.commentlist li li{background: 0 !important;}
.comment{border:solid 1px #707D56;padding:5px;
   -moz-border-radius: 8px;
   -khtml-border-radius: 8px;
   -webkit-border-radius: 8px;
   border-radius: 8px;
   overflow:hidden;
}
.byuser{border:solid 1px #AEA365;}
.comment-author-admin{border:solid 1px #C78D4D;}
/* End comments */