/*

No Sidebar Layout

*/

#sidebar-area{
    display:none;
}

#main-content{
    width:100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}

.blog #main-content,
.archive #main-content,
.single #main-content {
    width:100%;
    padding-left:10%!important;
    padding-right:10%!important;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}
