.blogholder {
	margin: 0px -1em;
}

.blogholder:after {
  content: "";
  display: table;
  clear: both;
}

.blogholder .blogpost {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	margin: 0px;
	padding: 1em;
	box-sizing: border-box;
}

.postimage {
	padding-top: 56.25%;
	background-size: cover;
	background-position: center center;
	background-color: #c7c7c7;
	background-image: url('images/blog_default.png');
	border-bottom: 1px solid #5e5e5e;
}

a.postlink {
	display: block;
	color: #5c6b97;
	border: 1px solid #5e5e5e;
	border-radius: 0.5em;
	padding: 0px;
	overflow: hidden;
	text-decoration: none;
}

a.postlink:hover, a.postlink:active {
	border-color: #ea00eb;
	color: #ea00eb;
}

.posttitle {
	margin: 0px;
	padding: 0.5em;
	text-align: center;
}

.posttitle h3 {
	margin: 0px;
	padding: 0px;
}

.posttitle p {
	margin: 0.5em 0px 0px 0px;
	padding: 0px;
	font-size: 80%;
	font-style: italic;
	text-align: center;
}

p.posted {
	color: #000000;
}

.blogpost img {
	max-width: 100%;
    height: auto;
}

@media screen and (max-width: 66em) {
	.blogholder .blogpost {
		width: 50%;
	}
}


@media screen and (max-width: 28em) {
	.blogholder .blogpost {
		width: 100%;
	}
}

.blogpost h2 {
	margin-bottom: 0.2em;
}

.blogheader {
	margin-bottom: 2em;
	border-bottom: 1px solid #5e5e5e;
}

.blogheader img {
	display: inline-block;
	vertical-align: middle;
	max-height: 12em;
	max-width: 55%;
	margin: 0px 5% 0px 0px;
}

.blogheader div {
	display: inline-block;
	vertical-align: middle;
	max-width: 40%;
}

.blogheader p {
	font-size: 80%;
	font-style: italic;
}

.blogheader:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 42em) {
	.blogheader {
		margin-bottom: 1em;
		border-bottom: 1px solid #5e5e5e;
	}
	.blogheader img {
		max-height: 24em;
		display: block;
		max-width: 100%;
		margin: 0px auto 1em auto;
	}
	.blogheader div {
		display: block;
		max-width: 100%;
	}
}

