.feat-cat-entry  {
	background: url(../images/postbg.jpg);
	display: block;
	clear: both;
	height: auto;
	width: auto;
    margin-bottom: 10px;
    color: #fff;
}
.feat-cat-entry h3  {
	margin: 0px;
	clear: both;
	display: block;
    font-size:14px;
    font-weight:normal;
    height:19px;
    margin-bottom:0;
    padding: 8px 10px 10px 15px;
    text-transform:uppercase;
    background: url(../images/h3.jpg) no-repeat;
    color: #fff;
    font-family: Arial;
    font-weight: normal;
    margin-bottom: -2px;
}
.feat-cat-entry h4 a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
}
.feat-cat-meta {
	clear: both;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: auto;
	width: auto;
	display: block;
	margin: 0px;
    /*background: #224F08;*/
    background: #E6191E;
    /*color: #387c11;*/
    color: #FFFFFF;
}
.feat-cat-img  {
	float: left;
	margin-right: 5px;
}
.feat-cat-img img  {
    padding:0;
    /*border: 6px solid #273f00;*/
    border: 6px solid #FFFFFF;
}
.feat-cat-date  {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	text-transform: capitalize;
	display: block;
	padding: 0px;
	height: auto;
	line-height: 22px;
	margin: 0px;
	float: left;
	width: 80%;
}
.clearfix {
  clear: both;
}

