.yes-post-thumbnail.post-box {
	height: auto;
    background: rgb(70, 201, 190) ; /* Green background with 30% opacity */	
}

a img:hover {
	opacity: 0.2;
	filter:alpha(opacity=0.2); /* For IE8 and earlier */
	box-shadow: #000 0 0 0;

	background:#6cb6a6;
}


a img {
	opacity: 0.7;
	filter:alpha(opacity=0.7); /* For IE8 and earlier */
	box-shadow: #000 0 0 0;
}

blockquote a {
color:#333333;
}

.post.post-box .entry-title a {
	font-size: 24px;
}