/**********************************************************************/
/* Simple Category Posts Styles
/**********************************************************************/

.scp_posts { /* Container for all posts */
	margin-bottom: 40px;
}

.scp_post { /* Container for individual post */
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
}

.scp_post .scp_title { /* Post title */
	display: block;
	font-size: 20px;
	font-weight: 700;

}

.scp_posts .scp_post .scp_date { /* Post date */
	display: block;
	margin-top: 5px;
}

.scp_posts .scp_post .scp_post_content { /* Post content */
	margin-top: 15px;
}

.scp_posts .scp_post .scp_post_read_more { /* Read more link for posts */
	display: block;
	margin-top: 10px;
}

.scp_posts .scp_cat_read_more { /* Read more link for category */
	display: block;
	margin-top: 10px;
}

.scp_posts .scp_pagination { /* Read more link for category */
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}

.scp_post .scp_post_thumbnail {
	display: block;
	float:left;
	margin:0 20px 10px 0;
}
.scp_post img.wp-post-image {
    margin-bottom: 0 !important;
}
#main .primary-content .scp_post img, .inner-main .primary-content .scp_post img {
	width:200px;
    padding: 3px;
    background: #fff;
    background: rgba(255,255,255,.8);
    border: 1px solid rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.scp_part:last-child {
	margin-bottom:15px;
}