/*
 * @package Featured Posts
 * @author Nando Pappalardo
 * @version 1.0
*/
.widget_featured-posts {
  background: none !important;
  margin: 0 0 0px 0;
  padding: 0 0 0px 0 !important;
  font: helvetica !important;
}

.widget_featured-posts p {
  background: none !important;
  margin: 0;
  padding: 0 !important;
  font: helvetica !important;
  line-height: 150%;
}

.widget_featured-posts li {
  margin: 0px 0 0px 0;
  padding: 10px 0 10px 0;
  height:auto!important;
  border-top: 1px solid #c6c5c5;

}

.widget_featured-posts li:last-child {
  border-bottom: 1px solid #c6c5c5;
}

.widget_featured-posts img {
  border: 2px solid #c7c6c6;
  float: left;
  margin-right: 7px;
  height: 70px !important;
  width: 70px !important;
}

.widget_featured-posts img.alignleft {
  margin:0;
  display:inline;
  color: #0000cc !important;
}

.widget_featured-posts .featured-title {
  color: #0000cc !important;
  display: inline;
}

.widget_featured-posts .featured-date {
  color: #7a7a7a !important;
  display: inline;
}

.widget_featured-posts .featured-excerpt {
  color: #0000cc !important;
  display: inline;
  font-size: 1em;
}

.widget_featured-posts li a {
  color: #0000cc !important;
  font-family: helvetica;
  font-size: 12px;
}

.widget_featured-posts li:hover {
  background: none !important;
  color: #0000cc !important;
}

.widget_featured-posts li:hover img {
  border:2px solid #afaeae;
  text-decoration: none !important;
}
