/*
Theme Name: D6 2014
Layout: Sidebar right
*/

.site {
    background-color: #fff;
    background: hsl(0, 0%, 100%);
}
.site-content {
    padding-bottom: 2em;
 /*   padding-top: 2em;*/ 
}

.single .site-content,
.page .site-content { 
    background: #fff; 
    background: hsl(0, 0%, 100%);
}

.site-content .widget-area {
    width: 380px;
    float: right;
    padding: 4rem;
    background: #fff;
    background: hsl(0, 0%, 100%);
}
.site-footer {
    clear: both;
    width: 100%;
}

.entry-header,
.entry-content,
.entry-footer,
.tag-links,
.post-navigation,
.comments-area,
.paging-navigation,
.page-header {
    position: relative;
    max-width: 780px;
    max-width: 78rem;
    padding: 0 4rem;
    margin: 0 auto;
}

@media screen and (max-width: 399px) {
    .entry-header,
    .page-header,
    .entry-content,
    .entry-footer,
    .tag-links,
    .post-navigation,
    .comments-area,
    .paging-navigation { padding: 0 2rem; }
}

.page-header,
.paging-navigation {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 2em;
    list-style-type: none;
    background: #fff;
}

.page-header {
    margin-top: 1em;
    margin-bottom: 1em;
}

.index-box,
.author-index {
    max-width: 780px;
    max-width: 78rem;
    padding: 1em 0 2em;
    margin: 0 auto 2em;
    background: #fff;
    background: hsl(0, 0%, 100%);
}

/*
@media screen and (min-width: 1160px) and (max-width: 1539px) {
    .index-box,
    .entry-header,
    .page-header,
    .entry-content,
    .entry-footer,
    .tag-links,
    .post-navigation,
    .comments-area,
    .paging-navigation,
    .author-index { margin-right: 0; }
}
*/
.entry-header,
.page-header,
.entry-content,
.entry-footer,
.tag-links,
.post-navigation,
.comments-area,
.paging-navigation { margin-bottom: 0; }

.index-box blockquote.alignleft,
.index-box blockquote.alignright {
    background: #fff;
    background: hsl(0, 0%, 100%);
    border: none;
}

@media screen and (min-width: 1280px) {
	.site {
	  width: 1160px;
	  margin: 0 auto;
	  border: 1px #b2b2b2 solid;
	  background-color: #fff;
	}
    .content-area {
        float: left;
        width: 100%;
        margin-left: -380px;
        padding-left: 380px;
    }
}

@media screen and (min-width: 860px) and (max-width: 1279px) {
     .site-content .widget-area {
        float: right;
        width: 380px;
        padding: 4rem;
        background: #fff;
        background: hsl(0, 0%, 100%);
   }
   .content-area {
        width: 100%;
        float: left;
        margin-left: -380px;
        padding-left: 380px;
    }
}

@media screen and (max-width: 859px) {  
    .site-content .widget-area {
        width: auto;
        max-width: 780px;
        float: none;
        margin: 1em auto 0;
	background-color: #fff;
    }
}
@media screen and (min-width: 1180px) {
    .image-shifter {
        float: none;
        width: 1060px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1556px) {
    .single-post-thumbnail img,
    .front-index-thumbnail img {
        margin: 0 auto 0 0;
    }
}

.paging-navigation {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 2em;
    list-style-type: none;
    background: #fff;
}  