/*
Theme Name: thriving
Layout: Content-Sidebar
*/

.site-content {
	background-color: #fff;
}
.site-content .widget-area,
.paging-navigation {
    width: 90%;
    float: none;
    margin: 10px auto 0 auto;
}
.site-footer {
	clear: both;
	width: 100%;
}

.entry-header,
.entry-content,
.entry-meta,
.entry-footer,
.tag-links,
.post-navigation,
.comments-area,
.yarpp-related,
.share-before {
    position: relative;
    max-width: 670px;
    margin: 0 auto;
}
@media screen and (min-width: 770px) {
	.site-content {
		width: 770px;
		margin: 27px auto 0 auto;
	}
}
@media screen and (min-width: 1068px) {
	.site-content {
		width: 1068px;
		padding: 20px 27px 20px 56px;
	}
	.content-area {
        width: 670px;
        float: left;
    }
	
	.site-content .widget-area {
		float: right;
		/*overflow: hidden;*/
		width: 258px;
	}
	.paging-navigation {
		width: 660px;
	}
}