#post_wrap { 
	width: 100% !important; 
	height: auto; 
	float: left; 
	margin-bottom: 13px !important; 
	border-bottom: 0px solid #eee;
	z-index: 999;
	position: relative;
}

.posts_image { 
	float: left; 
	max-height: 204px;
	display: block; 
	position: relative;
	overflow: hidden;
}

.posts_image img { 
	width: 100% !important; 
	height: auto;
	display: block; 
	float: left; 
	vertical-align: middle;
}

.posts_content { 
	width: 100%;
	height: auto; 
	float: left; 
	color: #eee; 
	font-size: 14px;
	padding: 0px 10px 15px 10px;
	z-index: 999;
	position: absolute;
	background: url(white_opacity.png);
	top: 105px;
}

.posts_content h2 { 
	color: #222; 
	font-size: 15px !important; 
}

#post_wrap_last { 
	width: 100% !important; 
	height: auto; 
	float: left; 
	margin-bottom: 1px !important; 
	border-bottom: 0px solid #eee;
	z-index: 999;
	position: relative;
}

.posts_image_last { 
	float: left; 
	max-height: 204px;
	display: block; 
	position: relative;
	overflow: hidden;
}

.posts_image_last img { 
	width: 100% !important; 
	height: auto;
	display: block; 
	float: left; 
}

.posts_content_last { 
	width: 100%;
	height: auto; 
	float: left; 
	font-size: 14px;
	padding: 0px 10px 15px 10px;
	z-index: 999;
	position: absolute;
	background: url(white_opacity.png);
	top: 105px;
}

.posts_content_last h2 { 
	color: #222; 
	font-size: 15px !important;
}

.posts_content a:link, .posts_content a:hover, .posts_content a:visited, .posts_content a:active { 
	color: #222; 
}

.posts_content_last a:link, .posts_content_last a:hover, .posts_content_last a:visited, .posts_content_last a:active { 
	color: #222; 
}

.post-category {
	background: #43c1c5;
	padding: 0px 5px;
	display: inline-block;
	color: #fff;
}

.post .post-category, .single .post-category {
	background: #43c1c5;
	padding: 3px 5px;
	display: inline-block;
	color: #fff;
}

.post-category a:link, .post-category a:hover, .post-category a:visited, .post-category a:active {
	color: #fff;
}

.post-category a {
	border-right: 1px solid #fff;
	padding-right: 5px;
}

.post-category a:last-child {
	border-right: 0px solid #fff;
	padding-right: 0px;
}