/*
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 {
    line-height: 14px;
   width:99.5%;
    float: right;
    border: 1px solid rgb(204, 204, 204);
    font-size: 11px;
    color: rgb(51, 51, 51);
    margin-bottom: 25px;
	padding-bottom:10px;
}


.advanced_recent_posts_widget p {	
		font-size:11px;
		padding-top:5px;
	
}



	
.advanced_recent_posts_widget h3 {
font-weight:bold;
font-size:16px;
padding-left:20px;
}

.advanced_recent_posts_widget .post-title, .advanced_recent_posts_widget a.post-title
{
color:#333;
text-decoration:none;font-size: 12px;	
	font-weight:bold;
	line-height:15px;
}


.advanced_recent_posts_widget .post-title:hover
{
color:#111;
}

.advanced_recent_posts_widget p.post-date{
	font-style:none;
	font-size:11px;
	 color:#999;
  margin-left:66px;


}

.advanced_recent_posts_widget p span.comment-num{ 
font-size:11px;
 color:#f27a94;


}

.advanced_recent_posts_widget img{
	float:left;
	margin-right:15px;
	margin-top:0px;
	border:3px solid #ddd;
	margin-left:5px;
}
.advanced_recent_posts_widget ul li {
    list-style: none outside none;
    display: inline-block;
    margin: 0px;
    padding: 0px 20px 10px 20px;
}
.advanced_recent_posts_widget .more-link{
	display:inline;
}

.advanced_recent_posts_widget .post-entry {
    line-height: 16px;
    padding-bottom: 20px;
}

.advanced_recent_posts_widget .post-entry a.post-title{ 
color:#333;
text-decoration:none;
font-size: 13px;	
	font-weight:bold;
	margin-top:2px;
	
   
}
li.recent-post-item{ 
margin:0;
   
}

