#category-thumb-container {
	position: relative;
	margin: auto;
	overflow: hidden;
}
.category-thumb {
	overflow: hidden;
	height: 180px;
	min-height: 180px;
	width: 33%;
	float: left;
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: center;
	background: #fff;
}
.category-thumb a {
	visibility: visible;
	text-decoration: none;
	color: #000;
	font: 400 8pt Helvetica, tahoma, arial;
	display: block;
	text-align: center;
}
.category-thumb .image {
	margin: auto;
	height: 120px;
	text-align: center;
	overflow: hidden;
}
.category-thumb .image img {
	max-width: 170px;
	max-height: 120px;
	overflow: hidden;
	margin: auto;
}
.entry-content {
	position: relative;
	height: 270px;
	width:100%;
	margin:0;
	padding:0;
	padding-bottom:5px;
	border-bottom:1px solid #999;
}
.entry-content .category-image {
	margin:0;
	position: absolute;
	top:0;
	left: 0;
}

.entry-content .category-blurb{
	position: absolute;
	bottom: 0;
	left: 0;
	width:282px;
	height:88px;
	background-image:url(../images/cat-images/blurb-images/description-background.png);
	background-repeat:no-repeat;
	z-index: 4;
}

.entry-content .category-blurb h3{
	position: absolute;
	bottom: 10px;
	left: 13px;
	font-size:.8em;
	font-weight:normal;
	color:#7d7d7d;
}


.entry-content h1 {
	color: #b72b1c;
	font-size: 2em;
	position: absolute;
	bottom: 20px;
	left: 12px;
	z-index: 5;
}

