h1.post-title {
	font-size: 20px;
}

h2.post-title {
	font-size: 16px;
}

.post-thumbnail {
	margin-bottom: 10px;
}

.post-thumbnail img {
	width: 100%;
	height: auto;
}

.post-title {
  font-weight: normal;
  line-height: 23px;
  margin: 0;
}

.post.multiple {
	padding-bottom: 15px;
	margin-bottom: 20px;
}

[class^="column-"] .post {
	margin-bottom: 0;
}

.post-meta {
  font-family: open_sansregular;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 2px;
}

.post-content,
.post-excerpt {
	font-family: open_sansregular;
	line-height: 22px;
}

/**
  Post Metas
  **/
.section-title {
	font-family: droid;
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
	text-transform: uppercase;	
	padding-top: 15px;
	display: block;
	padding-bottom: 10px;
}

.post-avatar {
	float: left;
	width: 80px;
	height: 80px;
}

.post-author-bio {
	margin-left: 100px;
}


/**
  Post Related
  **/
.post-related-item img {
	min-width: 80px;
	min-height: 80px;
}

.post-related-link {
	margin-right: 5px;
	display: inline-block;
	width: 80px;
  height: 80px;
  overflow: hidden;
  text-align: center;
  position: relative;
  vertical-align: top;
}

.post-related-link:hover {
	text-decoration: none;
}

.post-related-item i {
	width: 80px;
  line-height: 80px;
}

.post-related-item i.icon-ban-circle {
  position: absolute;
  top: 0;
  left: 0;
}


/**
  Post Share Link
  **/ 
.post-social {
  margin-top: 20px;
  padding: 20px 0 10px;
}

.post-social-title {
	font-family: droid;
	font-size: 14px;
	display: inline-block;
	margin: 0 20px;
	line-height: 20px;
}

.post-social ul {
	display: inline-block;
}

.post-social i {
	font-size: 20px;
}

.post-social a:hover {
	text-decoration: none;
}


/**
  Post grid mode
  **/
.post-wrapper {
	padding: 15px;
}
.post-grid .post.multiple {
  border-bottom: none !important;
}
/**
  Post box mode
  **/
.postbox .post.multiple:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}