/*
Default CSS Styles for the advanced recent post widget plug-in
Version 3.0.0
*/
.advanced_recent_posts_widget * {
	margin:1px;
	padding:1px;
}
.advanced_recent_posts_widget {
	font-size: 12px;	
	line-height: 18px;
}
.advanced_recent_posts_widget .post-title{
	font-size: 12px;	
	font-weight:bold;	text-decoration : underline;
}
.advanced_recent_posts_widget .post-date{
	font-style:italic;	color : #242424
}

.advanced_recent_posts_widget img{
	float:left;
	margin-right:10px;
	margin-top:5px;
	height : auto;
	width: 240px;
}
.advanced_recent_posts_widget ul li{							
	background-image : url("http://test.suljosblog.com/wp-content/themes/SuljosBlogAzul2/images/blockcontentbullets.png");	background-repeat : no-repeat;	list-style: none;
	list-style-type: none;
	margin: 2px -3px;
	padding: 0px 10px;
	border-bottom:1px solid #ccc;
}
.advanced_recent_posts_widget .more-link{
	/*display:inline;*/	display:block;	text-decoration : underline;
}
.advanced_recent_posts_widget .post-entry{ 
   padding:0 0 5px 0;
   overflow:hidden;   color : #242424;
}