.blogPost h1 a {
	text-decoration: none;
}
.blogPost {
	margin: 0px 0px 3em 0px;
	display: table;
}

/** blog post meta information **/
.blogPost .meta {
	clear: both;
	margin-bottom: 1em;
}
.blogPost .meta iframe {
	position: relative;
	top: 5px;
}
.blogPost .meta a, .blogPost .meta {
	color: #666666;
}

/** image in blogposts styles **/
.blogPost .img {
	background-color: #fff;
	margin-bottom: 0.2em;
}
.blogPost .img img {
	display: block;
	clear: both;
}
.blogPost .img .description {
	font-size: 0.8em;
	color: #202020;
	display: table;
	padding: 0.4em 0em;
}
/** image align **/
.blogPost .img.right {
	float: right;
	display: table;
 	margin: 0.4em 0em 0em 0.5em;
}
.blogPost .img.left {
	float: left;
	display: table;
	margin: 0.4em 0.5em 0em 0em;
}

/** highlighted search terms **/
.blogPost .keyword {
	font-style: italic;
	background-color: #fae12b;
}
