.category .flex_column,
.styled_post .flex_column {
	height: 100%;
}
.main_post {
	border: 1px solid #bebebe;
}
.styled_post .flex_column > div:not(.share_links):not(.growfill) {
	flex-grow: 0;
	-webkit-box-flex: 0;
	position: relative;
}
.flex_column .growfill {
	flex-grow: 1;
	-webkit-box-flex: 1;
}
.post_image img {
/*.styled_post .post_image img {*/
	height: auto;
/* 	max-height:419px; */
	width: 100%;
	transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
}
.post_image > a {
/*.styled_post .post_image > a {*/
	display: inline-block;
	overflow: hidden;
	width: 100%;
}
.post_image .view_count {
	position: absolute;
	right: 1em;
	top: 1em;
}
.home .post_image img a:hover,
.category .post_image img:hover,
.styled_post .post_image a:hover img {
	transform: scale(1.15, 1.15);
}
.styled_post .date-label {
	color: #666;
	font-family: "Roboto Condensed", Arial;
}
.styled_post .category_name a {
	color: #666;
	font-family: "Roboto Condensed", Arial;
	text-transform: uppercase;
	font-size: 0.9em;
}
.styled_post .category_name a:hover {
	color: #222;
}
.styled_post .annotation a {
	color: #555;
}
.carousel-inner .styled_post .annotation a {
	height: 2em;
	display: block;
}

.share_links a:hover,
.styled_post .annotation a:hover {
	color: #ef7f1b;
}
.share_links {
	text-align: right;
}
.share_links a {
	font-size: 1.5em;
	color: #ccc;
}
.styled_post .postlabel {
	color: #999;
	padding-right: 1em; 
}
.styled_post .ztop {
	position: absolute;
	bottom: 0;
	width: 100%;
	
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.styled_post .ztop .post_header {
	padding-bottom: 2em;
	padding-top: 2em;
	padding-left: 1em;
	padding-right: 1em;
}
.styled_post .ztop .post_header a {
	color: #fff;
	font-size: 1.5em;
	text-shadow: 0 0 3px #000;
}
.styled_post .post_image.inline > a {
	display: inline;
}
