/*
Theme Name: Twenty Sixteen Child
Template: twentysixteen
Author: Child Theme Configurator
Version: 1.0.1453276517
Updated: 2016-01-20 07:55:17
*/

@charset "UTF-8";

body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    background-color: #E0E1D8;
    margin: 0px;
    padding: 0px;
}

body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {
    height: 0px;
}

.site {
    margin: 0px;
}

.site-inner {
    margin: 0px auto;
    max-width: 100%;
    position: relative;
}

.site-header {
    padding: 0;
}

#masthead {
    border-bottom: 1px solid #575;
    background: #fff;
    margin: 0px;
    width: 100%;
}

#header-table, #header-table * {
    border: none !important;
}

#header-table {
    max-width: 800px;
    margin: 16px auto;
}

.main-navigation .primary-menu > li {
    float: none;
}

.main-navigation a {
    color: #3366cc;
    display: block;
    line-height: 1.2;
    outline-offset: -1px;
    padding: 0px;
    font-size: 10pt;
}

.single-sell_media_item #secondary {display:none;}
.single-sell_media_item .has-sidebar #content {width:100%;} 

.no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-summary, .no-sidebar .entry-footer, .no-sidebar .comments-area, .no-sidebar .image-navigation, .no-sidebar .post-navigation, .no-sidebar .pagination, .no-sidebar .page-header, .no-sidebar .page-content, .no-sidebar .content-bottom-widgets {
    margin-right: 0;
    margin-left: 0;
}

body:not(.search-results) article:not(.type-page) img.below-entry-meta, body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
    clear: both;
    display: block;
    float: none;
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
}

body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1em;
    width: 100%;
}

body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
    display: block;
    height: auto;
    margin: 0 1em 0.5384615385em 0;
    width: 49px;
    float: left;
}

.entry-title, span.post-title {
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 14pt !important;
}

body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
    float: none;
    margin-right: 0;
    margin-left: 0;
    width: 100% !important;
}

.content-area-wide {
   float: left;
   margin-right: -100%;
   width: 100%;
}

.content-area-wide .entry-content {
    margin-right: 0%;
    margin-left: 10%;
}


#content {
    max-width: 90%;
    margin: 15px auto;
}

.entry-footer a {
    color: #3662c1;
}

/* NOT MOBILE */
@media screen and (min-device-width: 1024px) {

#masthead {
    position: fixed;
    top: 0px;
    z-index: 1000;
}

#content {
max-width: 1000px;
    margin-top: 160px;
}

#recent-posts, #categories {
	width: 50%;
	float: left;
}

#top-widgets {
	max-width: 1400px;
}



}