a, a:hover  {
    text-decoration:none;
    font: PT Sans;
    font-style: normal;
   text-transform:uppercase;

}
.entry-content {
	margin-top:0px;
}
.post-thumb
{
margin-bottom:0px;
padding-bottom:0px;
background-color:rgba(0,0,0,0.8);
}
.post-thumb a {
}

.post-thumb a:hover {
background-color:#0000;
opacity:0.2;
}
.post-title {
font-size:25px;
font-weight:lighter;
margin-bottom:5px;
margin-top:0px;
text-align:center;
font-style:none;
}
.post-title a:hover {
   color:red;
    font-style:none;
}