/*
Default CSS Styles for the advanced recent post widget plug-in
Version 3.0.0
*/
.advanced_recent_posts_widget * {
	margin:0;
	padding:0;
}

.advanced_recent_posts_widget {
	font-size: 12px;	
	line-height: 18px;       
}

.advanced_recent_posts_widget .widgettitle{
        padding:8px 10px;
        margin: 0px 0px 10px 0px; /* Added by Yammy 17 Jul 2012 */
}

.advanced_recent_posts_widget .post-title{
	font-size: 12px;	
	/* font-weight:bold; Removed by Yammy 17 Jul 2012 */
}

.advanced_recent_posts_widget .post-date{
	font-style:italic;
}

.advanced_recent_posts_widget img{
	float:left;
	margin-right:10px;
	margin-top:5px;
}

.advanced_recent_posts_widget ul li{
	list-style: none;
	list-style-type: none;
	
        margin: 8px 0; /* Added by Yammy 17 Jul 2012 */
        /* margin: 3px 0; Removed by Yammy 17 Jul 2012 */
        
        padding: 0px 0px 9px 12px; /* Added by Yammy 17 Jul 2012 */
        /*padding: 3px 0; Removed by Yammy 17 Jul 2012 */
	
        border-bottom:1px solid #ccc;
}

.advanced_recent_posts_widget .more-link{
	display:inline;
}

.advanced_recent_posts_widget .post-entry{ 
   padding:0 0 5px 0;
   overflow:hidden;
}