/* postList */
div.articleHolder{
	display:block;
	clear:both;
	background:url(../images/postBG.jpg) no-repeat;
	width:550px;
	min-height:500px;
	padding:30px 0 0 35px;
}

div.articleHolder h2{
	font-size:1.8em;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	color:#000;
	padding:0;
	margin:10px 0 0 0;
}
div.articleHolder .articleTime{
	color:#999;
	font-family:"Times New Roman", Times, serif;
}

div.articleHolder div.titleDateHolder{
	width:200px;
	margin:0 0 0 0px;
	
	color:white;
	text-align:right;
	float:left;
}

div.articleHolder div.summaryHolder{
	width:500px;
	padding:12px 0 10px 10px;
	line-height:1.3em;
}

div.articleHolder div.summaryHolder div.readMore{width:500px;text-align:right;clear:both;}

/* Post Detail */

div.DetailHolder{display:block;}
div.DetailHolder .contentHolder {width:800px; padding:12px 0 10px 10px; }
div.DetailHolder .titleDateHolder {margin:0 0 0 0px; color:white; display:block;}