/*
 * @package Featured Posts
 * @author Nando Pappalardo e Giustino Borzacchiello
 * @version 1.4
*/

.widget_featured-posts {
	/*background: url('images/titlesidebar3.gif') no-repeat top left;*/
	padding: 10px 0 0 0;
	font-size: 100%;
	line-height: 30px;
}

.widget_featured-posts li {
	line-height: 20px;
	margin: 0!important;
	padding: 0.85em 0!important;
	font-size: 85%;
	height: 100% auto!important;
	min-height: 65px;
	border-bottom: 1px dotted #303030;
}

.widget_featured-posts li:last-child {
	border: none;
}

.widget_featured-posts img {
	/*border-top: 1px solid #383a3a;*/
	border-right: 1px solid #212121;
	border-bottom: 1px solid #212121;
	/*borde-left: 2px solid #383a3a;*/
	float: left;
	margin: 3px 1em 0 0;
	display: inline;
}

.widget_featured-posts .featured-title {
	
}

/*.widget_featured-posts li a {
	color: #f6f6f6!important;
}*/

.widget_featured-posts li:hover {
	/*background: #f5f5f5;*/
}

.widget_featured-posts li:hover img {

	}

h4.featured-title {
	margin: 0;
    font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 0em;
}
h4.featured-title a:link, h4.featured-title a:visited {
	color: #bababa;
}
h4.featured-title a:hover {
	color: #fff;
}
div#metainfo a:link, div#metainfo a:visited  {
	color: #a10606;
}

div#metainfo a:hover {
	color: #ff0000;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* CSS rule for IE6 */

* html .clearfix {
	height: 1%;
}

/* CSS rule for IE7 */

*:first-child+html .clearfix {
	min-height: 1px;
}

#metainfo {
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 12px;
	letter-spacing:1px;
}

#metainfo div.metatext {
	width: 280px;
	float: left;
}

.pinched {
	position:relative;
	/*text-shadow: 0px 1px 2px #bfb8a7;*/
	margin-top:-2px;
	margin-bottom: 10px;
	text-align:right;
	
	color: #fff;
	display: inline-block;
	width: 53px;
	height: 21px;
	float: right;
	background: url(bub-tail-r.gif) no-repeat 3px -1px;
}

.pinched div {
	display: block;
	width: 32px;
	padding-right: 10px;
	border-right: 1px solid #616161;
	border-top: 1px solid #616161;
	border-bottom: 1px solid #616161;
	float: right;
}

