.featured_article{
	position:relative;
 	width:588px;
	height:313px;
	overflow:hidden; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-repeat:no-repeat; 
	background-position:left top
}
.new_featured_art{
	border:0;
}

.featured_article a.featimg{
	display:block;
	width:100%;
	width:588px;
	height:313px;
	overflow:hidden;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.featured_article a img{
	width:100%;
}
.featured_article_text{
	width:100%;
	background-image:url('http://www.coffeechat.ro/wp-content/plugins/featured-article/images/gri_bg.png');
	background-repeat:repeat;
	color:#FFF;
	padding-top:5px;
	position:absolute;
	bottom:0px;
	left:0px;
	-moz-border-radius:0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
* html .featured_article_text{
	background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.coffeechat.ro/wp-content/plugins/featured-article/images/gri_bg.png');
} 

.featured_article_text b.post_link_title{display:block; float:left; width:420px; margin-left:0px; }
.featured_article_text .smalldateleft{color:#333333; }
.featured_article_text .smalldateleft p{padding:0 !important; margin:0 !important; text-indent:0; }
.featured_article_text .smalldateleft p span{margin:0; }
.featured_article_text .dateright{width:120px; margin-right:10px; }

a.feat_article_title{
	display:block;
	float:left;
	margin-left:10px;
	overflow:hidden;
	color:#FFF;
	padding-bottom:5px;
	font-size:24px;
	font-weight:normal;
	line-height:normal
}
/* .featured_article_text b{
	display:block;
	float:left;
	font-size:18px;
	padding-bottom:5px;
} */
a.featured_link{
	position:absolute;
	left:0;
	bottom:0;
	z-index:100;
	display:block;
	width:100%;
	height:80px;
}
.featured_article_text .feattext{
	clear:both;
	height:36px;
	overflow:hidden;
	line-height:18px;
}
.new_featured_art .feattext{height:auto; padding-left:0 !important; }
.featured_article_text .featmore{
	font-weight:bold;
	/* text-decoration:underline; */
	color:#FFF;
	float:left;
	margin:10px;
	font-size:13px;
}
.new_featured_art .featured_article_text .featmore{margin-left:0; }

.featured_article_text  .featured_comments{
	display:block;
	float:right;
	margin-top:10px !important;
}
.featured_comments a{
	color:#ccc;
	margin-right:10px;
	font-size:12px;
	text-decoration:underline;
}

.featured_comments span.icomment{
	background-color:transparent;
	margin-top:10px
}


.clear_both{clear:both; font-size:0; line-height:0; }

