div.postWrapper .imgleft {
	float : left;
	margin-right : 20px;
	margin-bottom : 10px;
}
div.postWrapper .imgright {
	float : right;
	margin-left : 20px;
	margin-bottom : 10px;
}
div.postWrapper img {
	border : 1px solid #38426e;
}
div.postWrapper h2 {
	margin-left : -15px;
	padding-left : 11px;
	border-left : 4px solid #4e935c;
	color : #4e935c;
}
div.postWrapper h2 a {
	text-decoration : none;
}
div.postWrapper h3 {
	font-weight : normal;
	color : #ffffff;
	font-size : .9em;
	border-bottom : 1px solid #192247;
}
div.postWrapper h3.noline {
	border-left : none;
	font-size : 1.4em;
	font-style : normal;
	font-weight : bold;
	border-bottom: none;
	clear : both;
	padding-top : 20px;
}
div.postWrapper h3.noline a, a:visited {
	text-decoration : none;
}
div.postWrapper {
	margin-bottom : 50px;
}
div.postWrapper div.postTitle, div.postWrapper div.postDetails {
	clear : both;
	padding-top : 20px;
}
div.commentDetails {
	font-style : italic;
	margin : 5px 0;
}
div.postContent p, div.commentContent {
	font-size : 1.1em;
}
#mainText div.postWrapper h3.noline, #mainText div.postWrapper div.postTitle {
	padding-top : 0;
}
