@charset "UTF-8";
/* CSS Document */

.post-type-archive-developers #content .single-article .entry-header,
.post-type-archive-developers #content .single-article .entry-content  {
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;

}
.post-type-archive-developers #content .single-article .entry-content {
	padding: 0 35px;
}

.small-article {
	background: #eee;
	padding: 15px;
	margin-bottom: 15px;
}
.small-article h3 {
	margin-bottom: 5px;
}
.small-article .date {
	margin-bottom: 5px;
	font-size: 12px;
}
.small-article p {
	line-height: 15px;
	margin-bottom: 0;
}
.small-article .entry-content {
	font-size: 12px;
}

#categories {
	padding-bottom: 75px;
}
#categories h4 {
	margin: 10px 0 5px 0;
}
#categories .category-title {
	padding-bottom: 4px;
	border-bottom: 2px solid #d1d3d4;
	margin-bottom: 15px;
}

.post-type-archive-developers #content .entry-content {
    padding: 0;
    margin-bottom:0;
}

.col3 article.developers #image-thumbnail a, .featured-image-small {
	display: block;
	overflow: hidden;
	height: 140px;
}