* {
	box-sizing:border-box;
}

.pull-left {
	float:left;
}

.pull-right {
	float:right;
}

.clearfix {
	clear: both;
}

.width-25 {
	width: 25%;
}

.width-50 {
	width: 50%;
}

.width-75 {
	width: 75%;
}

a, a:link, a:visited, a:hover, a:active {
	color:#0068c1;
}

.post {
	border-bottom: 1px solid #cccccc;
	padding: 0;
	margin-bottom: 10px;
}

.post:first-child {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

p.lead {
	font-weight: bold;
	font-size: 1em;
	font-style: italic;
	font-family: Georgia, serif;
	margin-top:10px;
}

.post-date {
	font-size: 0.92307692em; /* 12px/13px */
	margin-bottom: 10px;
}

.post-body {
	margin-bottom: 20px;
}

.title-layout {
	border-bottom: 10px solid #eee;
	margin-bottom: 10px;
}

.layout {
	margin-bottom: 10px;
}

.main-post .post-img {
	padding:20px 0 0;
	max-width: 50%;
	max-height: 250px;
	overflow: hidden;
}

.main-post .post-img img {
	padding-right: 20px;
	width: 100%;
}

.main-post .post-content{
	overflow: hidden;
}

.main-post .social {
	margin-top: 20px;
}

.main-post h3 {
	font-size: 1.5em;
}

.post-img {
	padding-left: 20px;
	max-height: 125px;
	overflow:hidden;
}

.post-img img {
	width: 100%;
}

.social {
	margin-bottom: 10px;
}

.comments {
	font-size: 0.92307692em; /* 12px/13px */
	line-height: 1.5em;
}

/* overrides */

.forumH2 {
	margin-bottom: 10px;
	float: left;
}

.socialBxCm {
	margin: 0;
}