/* dfBlog Custom Styles
***************************************************************************** */

/* Define your custom styles here */

#relpostwrap
{
	position:relative;
	float:left;
	width:100%;
}

.relatedpost
{
	position:relative;
	float:left;
	width:20%;
	height:160px;
	margin:5px;
	padding:5px;
	font-size:smaller;
	background-color:#EEEEEE;
	-moz-border-radius:10px;
	border-radius:10px;
}

.relatedpost .imagecenterding
{
	position:relative;
	float:left;
	width:100%;
	text-align:center;
}

.relatedpost img
{
	width:100px;
	height:100px;
	border:1px solid black;
}


.relatedpost .noborder
{
	border:none;
}

