html,body {
	font: 12px Verdana, sans-serif;
	color: #000;

	background-color: #474F51;
	margin:0 auto;
text-align:center;
	padding:0;
}
img {
	border:none;
}
div.clear {
	clear:both;
}
#container {
	width:815px;
	background:url(images/slice.jpg);
	margin:0 auto;
text-align:center;
	padding:0;
}
#body {

	width:815px;
}
#left {
 	width:123px;
 	float:left;
	text-align:left;
}
#left p {
line-height:16px;
}
#left a {
color: #222;
}
#left a:hover {
color: #555;
}
#left a:visited {
color: #aaa;
}
#right {
	float:right;
	width:680px;
	text-align: left;
padding-right:12px;
}
#content {
	width:458px;
	float:left;
	padding-top:6px;
}
#menu {
	width:204px;
	float:right;
	padding-left:8px;
	color: #000;
}
.post {
	background: url(images/middle.jpg);
	padding:8px;
}
.post_footer {
	background: url(images/middle.jpg);
	color: #B8713D;
	padding:8px;
}
.pf_left {
	width:200px;
	float:left;
}
.pf_right {
	float:right;
	width:242px;
	text-align:right;
}

/* Paragraphs */

p {
	line-height: 18px;
}
p.center {
	text-align: center;
}

/* Headers */

h1 {
	font: 16px Arial;
	color: #B8713D;
	font-weight: bold;
}
h2 {
	font: 12px Arial;
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #000;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:8px;
}
h3 {
	font: 14px Arial;
	color: #B8713D;
	font-weight: bold;
}
/* Links */

li {

	list-style-image : url(images/arrow_right.gif);
	padding-bottom:6px;
}
blockquote {
	color:#333;
}
hr {border: none 0;
border-top: 1px dashed #BCBBA9;/*the border*/
margin-left: 24px;
width:478px;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
ul {
	margin-left: 4px;
	padding-left: 12px;
}
.pf_left a {
	color: #B8713D;
	font-weight:bold;
}
.pf_right a {
	color: #B8713D;
}
a {
	color: #B8713D;
}
a:hover {
	color:#8F5834;
}
.comments-open label { display: block; }
p.entry-more-link {
font-size:11px;
}