/*
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 .post-title{
	font-size: 14px;	
	font-weight:bold;
	color : #bc5da4;

}
.widget-area .widget a.post-title
{
color : #00AAAD;
margin:0;

}
.widget-area .widget .post-entry p
{
color : #888888;
margin:0;

}
.advanced_recent_posts_widget .post-date{
    float: right;
	width: 25%;
}
.advanced_recent_posts_widget .post-date span{
    color: #00AAAD;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding-right: 5px;
    padding-top: 15px;
}
.advanced_recent_posts_widget img{
	float:left;
	margin-right:10px;
	margin-top:5px;
}
.advanced_recent_posts_widget ul {
	margin:0px;
	padding:0px;
}
.advanced_recent_posts_widget ul li{
	list-style: none;
	list-style-type: none;
	font-size: 12px;	
	margin: 0 25px ;
	padding: 7px 0 ;
    border-bottom: 1px solid #DDDDDD;
}
.advanced_recent_posts_widget ul li a
{
		margin:0px;
		text-decoration:none;
		color : #bc5da4;
}
.advanced_recent_posts_widget ul li:last-child{
	padding : 10px 0;
	border : none;
}
.advanced_recent_posts_widget ul li:last-child a{
    font-weight: bold;
    font-size: 15px;
}
.advanced_recent_posts_widget ul li.bottom{
	border-bottom:1px solid #ccc;
}
.advanced_recent_posts_widget .more-link{
	display:block;
    font-size: 12px;
    font-weight: bold;
	margin: 0;
    color: #333333 !important;
}
.advanced_recent_posts_widget .post-entry{ 
   padding:0;
   width : 70%;
   overflow:hidden;
}

.advanced_recent_posts_widget .post-entry p{ 
    font-size: 12px;
	margin: 0;
   padding:0;

}