#listing div {
	margin : 0px 10px 20px 10px;
}

#listing .post {
	border-bottom : none;
}



#listing h3 {
	padding : 2px;
	margin-bottom: 10px;
	/* Top line above each blog heading is now removed (By Phill)
	border-top : 1px solid #558790;	*/
	border-bottom : 1px dashed #ccc;
	padding-left : 10px;	
	text-align: left;
}

#listing h3 a {
	color : #ff3300;
	text-decoration : none;
}


#listing h3 a:hover {
	color : #000;
	text-decoration : underline;
}

#listing h3 {
	font-size : 16px;
}

#listing .post {
	border-bottom : 1px solid #0D4AD1;
}

#listing .postfoot {
	font-size : 12px;
	text-align: left;
}
#listing .postedDate
{
    float:right;
    font-size: 11px;
}
.articleTopCell
{
	background: #BB6A28;
	border: 0;
	height: 15px;
}

.articleTopCell .NormalBold
{
	color: #fff;
}

.articleFooterCell
{

}