body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background: #fbeec9 url(images/bg.jpg) repeat-y center;
	font: normal 13px/18px "Trebuchet Ms", "Lucida Grande", sans-serif;
}

#wrap {
	width: 900px;
	overflow: hidden;
	position:relative;
	margin: 0px auto;
	background: #fff;

}

#content {
	width: 650px;
	float: left;
	display:inline;
	text-align: justify;
	padding: 10px;
	margin: 8px;
}

#navig {
	height: 49px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}

#sidebar {
	width: 170px;
	float: right;
	line-height: 1.5em;
	display:inline;
	margin: 8px 8px 8px 0px;
	padding: 10px;
	font-size:10px;
}

#pages h1{
	margin:0px;
	padding:0px;
}

#pages h1 a{
	text-transform:uppercase;
	text-decoration:none;
	color:#4e3b30;
	font: 15px Arial, Helvetica, sans-serif;
	margin:0px;
	padding:13px 0px 0px 10px;
	letter-spacing: -1px;
	float: left;
}

#pages h1 a:hover{
	text-decoration:underline;
}

h3, h4 {
	padding-top: 5px;
	padding-bottom: 15px;
}

#logo { /* Logo (Header)*/
	background: url('images/top.jpg') no-repeat;
	height: 200px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#name { /* Blog header */
	position: absolute;
	top: 50px;
	left: 520px;
	color: #4e3b30;
	font-size: 30px;
	font-weight: bold;
}

#name a:hover{
	color: #f0a22e;
	font-weight: bold;
}

#tagline { /* Blog sub-header */
	height: 20px;
	text-align: left;
	margin-left: 0px;	
	margin-top: 20px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4e3b30;
}

div#submenu {
	position: absolute;
	top: 190px;
	left: 0px;
}

div#submenu div ul li {
	float:left;
}

div#pages {
	height: 40px;
	margin: 0px auto 0px;
	width:900px;
	background: none;
}

div#pages ul {
	padding: 10px 0px 0px;
	white-space: nowrap;
	list-style-type: none;
	margin: 0px;	
}

div#pages ul li {
	float:right;
}

div#pages ul li.current_page_item a  {
	text-decoration: underline;
	font-weight: bold;
}

div#pages ul li a {
	display: block;
	text-decoration: none;
	border-left: 1px dotted #a19574;
	font-size:1.0em; /**/ 
	padding:5px 10px 5px 10px;
	text-transform: uppercase;
	color: #c17529;
}

div#pages ul li a:hover {
	color: #ea0;
}

#footer {
	clear: both;
	text-align: center;
	font-size:0.8em;
	height: 50px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #a19574;
	width: 874px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

#footer p{
	padding:10px;
	margin:0px;
}

.entry{
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	font-size: 1.0em;
	line-height: 1.5em;
}

.firstpost {
	margin-bottom:15px
}

h3.etitle, h3 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
}

h3.etitle a, h3.etitle a:visited, h3 a{ /* post headers */
	color: #4e3b30;
	border-style: none;
	font-size: 18px;
	text-transform: none;
	/*font-variant: small-caps;*/
	font-weight: bold;
}

h3.etitle a:hover, h3 a:hover{
	text-decoration:underline;
}

.emeta{ /* category */
	height: 35px;
	margin-top: 0;
	color: #4e3b30;
	border-top:dotted 1px #a19574;
	padding-top:4px;
	margin-bottom: 8px;
	font: 0.8em Arial, Helvetica, Geneva, sans-serif;
}

.postedit{ /* "comments | edit" */
	text-align: right;
	height: 35px;
	margin-top: 0;
	color: #4e3b30;
	border-top:dotted 1px #fbeec9;
	padding-top:4px;
	margin-bottom: 8px;
	font: 0.85em Arial, Helvetica, Geneva, sans-serif;
}

.emeta a img{
	border:none;
}

.ebody a {
	height: 16px;
	margin-top: 0;
	color: #a5644e;	
	font-size: 1.0em;
}

.ebody img {
	padding: 4px;
	border: 1px solid #c3986d;
}

.ebody ul {
	margin-left: 20px;
	padding-left:0px;
	list-style-type: none;
}

.ebody ol{
	margin-left:20px;
	padding-left:0px;
}

.ebody ul li {
	list-style:square;
}

.commentlink img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h4, h3, h2, #cblock h2 {
	margin: 0;
	padding: 0px;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:#4e3b30;
}

h2{
	margin-bottom: 10px;
	font-size: 14px;
}

a, a:visited{ /* Comments, Edit, Categories etc. */
	color: #a5644e;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color: #f0a22e;
}

.ebody h1{
	padding-top: 12px;
	font: bold 1.8em Arial, Helvetica, Geneva, sans-serif;
	color: #a19574;
}

.ebody h2{
	padding-top: 10px;
	font: bold 1.6em Arial, Helvetica, Geneva, sans-serif;
	color: #a19574;
}

.ebody h3{
	font: italic 1.4em Arial, Helvetica, Geneva, sans-serif;
	color: #a19574;
}

.ebody p{
	margin:8px 0;
	padding:0;
}

.ebody ul {
	margin-left: 30px;
	padding-left:0px;
	list-style-type: none;
}

.ebody ol{
	margin-left:30px;
	padding-left:0px;
}

.ebody ul li {
	list-style:square;
}

#sidebar{
	background-color: #fff;
}

#sidebar h2 { /* sidebar topics */
	color: #4e3b30;
	margin-top: 5px;
	margin-right: 0px;
/*	margin-bottom: 8px; */
	margin-bottom: 3px;
	padding-top: 0px;
	padding-right: 0px;
/*	padding-bottom: 4px; */
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom: 1px solid #a19574;
	font-size: 11px;
	text-transform: uppercase;
}

#sidebar ul {
	list-style: none;
	margin: 0 0 18px 0;
	padding: 0;

}

.children {
	width: 157px;
	padding: 0;
	margin: 0;
}

.children li{
	position: relative;
	left: 12px;
	background-image: none;
}

#sidebar ul li {
	display: inline;
	margin:0;
	padding:0
}

#sidebar li{
	list-style: none;
}

#sidebar ul li a {
	border-bottom: 1px dotted #a19574;
	color: #c17529;
	display: block;
	text-decoration: none !important;
	margin-left: 0px;
	padding: 4px 0px 4px 25px;
	background-image: url('images/bull.gif');
	background-repeat: no-repeat;
	background-position: 10px 50%;
	font-size: 13px;
}

#sidebar ul li a:hover{ /* sidebar links hover */
	color: #f0a22e;
	background-color: #fff;
}

ul.list-blogroll li a{
	border-bottom: 1px dotted #a19574;
	color: #bcd;
	display: block;
	text-decoration: none !important;
	margin-left: 0px;
	padding: 4px 0px 4px 25px;
	background-image: url('images/bull.gif');
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

#searchdiv {
	margin-top: 8px;
	margin-bottom: 15px;
}

/*blogroll widget */
ul.list-blogroll li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}

/*meta  widget*/
ul.list-meta li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*rss widget */
ul.list-rss li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*category  widget */
ul.list-cat li, li.bar_categories li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*recent  widget  */
ul.list-rec li, li.bar_comments ul li {
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*archives widget */
ul.list-archives li, li.bar_archives li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*pages widget */
ul.list-page li, li.bar_pages li, li.bar_recent_entries li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*sub-pages widget */
ul.list-page li ul li, li.bar_pages li ul li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 15px !important;
}
/*calendar bar widget */
li.bar_calendar td {
	padding: 1px 7px;
}

/*text bar */
.textbar {
	padding-top: 5px;
}
}
#searchform br {
	display: none;
}
#searchform #s {
	width: 100px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px dotted #a19574;
	background: #fff;
	margin-right: 2px;
	color: #4e3b30;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: #fff;
	border: 1px dotted #a19574;
	width: 25px;
	height: 28px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #a19574;
	vertical-align: middle;
}

.clink {
	background-image:url('.images/comments.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:16px
}

#cblock h2{
	padding:2px;
	margin-bottom:10px;
	margin-top:30px;
}

#cblock {
	float:left;
	padding-top: 0px;
	padding-bottom: 20px;
	text-align: left;	/*font-size: 0.8em;*/
}

ol#commentlist {
	margin-top:0px;
	padding: 5px;
	margin-left: 0px;
	list-style-type: none;
}

.commentdate {
	font-size:0.8em;
	padding-left:5px;
}

#commentlist li  p{
	margin-bottom: 8px;
	line-height: 20px;
	padding:0;
}

.commentname {
	margin: 0;
	padding: 5px;
}

.commentinfo{
	clear:both;
}

.commenttext {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px;
	width:450px;
	background: #fbeec9;
}

.commenttext-admin {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px;
	width:450px;
	background: #dee;
}

#commentsformheader{
	padding-left:0px;
}

#commentsform{
	margin-top:0;
	text-align:center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#commentsform form{
	text-align:left;
	margin:0px;
}

#commentsform form textarea{
	width:99%;
}

#commentsform p{
	margin:5px;
}

p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

blockquote{
	font-style: italic;
	color: #999999;
}

table{
	margin:10px;
}

td, th{
	padding:3px;
	font-weight:normal;
}

.date {
	float:left;
	height:45px;
	width:30px;
	margin-top:2px;
	margin-right:10px;
	padding:2px;
	background:#fff;
	border:1px dotted #a19574;
}

.date p { /* month */
	text-align:center;
	color: #a5644e;
	margin:0 0 0 0px;
	text-transform:uppercase;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}

.date span.day {
	font-size: 23px;
	display:block;
	color:#c3986d;
	font-style: italic;
}

.date span.month {
	font-size: 11px;
	height:11px;
	display:block;
	padding: 1px 2px 4px;
	border-bottom: 1px dotted #a19574;
	margin-bottom:4px;
	border-top: 2px solid #fbeec9;
	font-weight: bold;
	font-style: italic;
}

#rss{
   width:80px;
	background-image: url(images/rss.png);
	display: block;
	height: 63px;
}

/* My Comment */
#rss a{
	width:50px;
	height: 70px;
	text-decoration: none;
	display: block;
	
}

#sidebar srss {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.stitle, .stitle a {
	color: #c17529;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.sdate {
	font-size: 10px;
	border-top: 1px dotted #a19574;
	margin: 0px;
	padding: 0px;
}

.sauthor {
	color: #a5644e;
	font-weight: bold;
	margin: 0px;
	padding: 0px;	
}

.sdescription {
	font-size: 11px;
	margin: 0px;
	padding-bottom: 7px;
	color: #a19574;
}