/*
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: 22px;
    font-weight: 500;
    text-transform: uppercase;
}
}
.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: 15px 0;
    padding: 10px 15px 15px;
    background-color: rgba(255, 255, 255, 0.70);
}
.advanced_recent_posts_widget .more-link {
    display: block;
    margin-top: 25px;
    background-color: rgb(90, 126, 70);
    width: 100%;
    max-width: 120px;
    float: right;
    padding: 10px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
.advanced_recent_posts_widget .post-entry{ 
   padding:5px 0 5px 0;
   overflow:hidden;
}