/*
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: 12px;	
	font-weight:bold;
}
.advanced_recent_posts_widget .post-date{
	font-style:italic;
}

.advanced_recent_posts_widget img{
	/*float:left;
	margin-right:8px;
	margin-top:5px;*/
	width:100%;
}
.advanced_recent_posts_widget ul li{
	list-style: none;
	list-style-type: none;
	margin: 2px 0 0 0;
	padding: 2px 0 9px 0;
	background:url(../widget_title_border.jpg) repeat-x left bottom;
}

.advanced_recent_posts_widget ul li:last-child { background:none; padding-bottom:0; }

.advanced_recent_posts_widget .more-link{
	display:inline;
	color:#3fa7ff;
	font-size:12px;
	font-weight:normal;
}
.advanced_recent_posts_widget .post-entry{ 
   padding:0 0 5px 0;
   overflow:hidden;
}
.advanced_recent_posts_widget ul li:last-child .post-entry{ padding-bottom:0;}


.post-entry a.post_img_link{ display:block; width:113px; height:68px; float:left;margin-right:8px;	margin-top:5px;}
.post-entry p { font-size:12px; line-height:13px; color:#979797; padding-top:6px;}
.post-entry p span{ display:block; padding-top:13px;}
.post-img{position:relative; overflow:hidden; height:68px; width:113px;}
.thumb_border { background:url(../post-img-border.png) no-repeat; position:absolute; z-index:99; height:68px; width:113px; top:0;}
.latest_news{background:#0192d9 url(../new_read.png) no-repeat center 20px; position:absolute; z-index:9; height:68px; width:113px;}
.captionfull .latest_news {top: 68px;left: 0;}


