#main{

	width:1024px;
	float:left;

}

.leftbox{
	width:680px;
	float:left;
	margin-left:12px;
	display:inline;
}

.post{
	width:inherit;
	margin:15px 0px 20px;
	background:#fff url(images/post.png) repeat-x;
	border:1px solid #ccc;
}

.entry{
	padding: 0px 15px 10px 15px;
	color:#666;
	overflow:hidden;
}
.post ul, .post ol{
  margin: .4em 0 1em;
  line-height: 150%;
}


.post ul li, .post ol li{
  list-style-position:outside;
  margin-left: 1.6em;
}


.entry p{
	line-height:150%;
	padding:5px 0px;
}

h2.post-title{
	font-family:Myriad Pro Black,Arial Black,Tahoma,Trebuchet MS,Helvetica,Georgia,sans-serif;
	font-size:26px;
	font-weight:bold;
	line-height:125%;
	padding:5px 15px;
	
}

h2.post-title a:link,h2.post-title a:visited {
	color:#333;
	
}

.topmeta{
	margin:10px 15px;
	background:#f4e29d;
	border:1px solid #eed28b;
	font-size:10px;
	text-transform:uppercase;

}

span.clock{
	background:url(images/clock.png) no-repeat;
	padding:2px 0px 2px 20px;
	line-height:20px;
}
span.author{
	background:url(images/author.png) no-repeat;
	padding:2px 0px 2px 20px;
	margin-left:5px;
	line-height:20px;
}
span.comm{
	background:url(images/comm.png) no-repeat;
	padding:2px 0px 2px 20px;
	margin-left:5px;
	line-height:20px;
}
span.tool{
	background:url(images/tool.png) no-repeat;
	padding:2px 0px 2px 20px;
	margin-left:5px;
	line-height:20px;
}

.botmeta{
	font-size:10px;
	text-transform:uppercase;
	
}
.pcats{
	line-height:20px;
	background:#cc1d2b;
	padding:0px 15px;
	color:#000;
	border-bottom:1px solid #df1424;
}
.pcats a:link,.pcats a:visited{
	color:#fff;
}

.ptags{
	line-height:20px;
	background:#b20815;
	padding:0px 15px;
	color:#000;
}
.ptags a:link,.ptags a:visited{
	color:#fff;
}

h2.pagetitle{
  	font-size: 24px;
 	margin:10px 0px 0px 0px;
	color:#000;
	text-align:center;
}
