/*
Theme Name: Buckart Custom Theme
Theme URI: http://buckartblog.com
Description: Custom theme matching the original Buckart blog design based on Twenty Eleven
Author: Buckart
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: buckart
*/

/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #e2e2e2;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

/* =Structure
-------------------------------------------------------------- */
body {
    padding: 0 2em;
}

#page {
    margin: 2em auto;
    max-width: 1000px;
}

#branding hgroup {
    margin: 0 7.6%;
}

#access div {
    margin: 0 7.6%;
}

#primary {
    float: left;
    margin: 0 -26.4% 0 0;
    width: 100%;
}

#content {
    margin: 0 34% 0 7.6%;
    width: 58.4%;
}

#secondary {
    float: right;
    margin-right: 7.6%;
    width: 18.8%;
}

/* Singular */
.singular #content {
    margin: 0 7.6%;
    width: auto;
}

/* =Global
-------------------------------------------------------------- */
body, input, textarea {
    color: #373737;
    font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.625;
}

body {
    background: #e2e2e2 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAYAAABMDlehAAAAGklEQVQI12OYNG3q/2nTZ/xnYGBg+M8ABScDAFVKCQWAmwCoAAAAAElFTkSuQmCC) repeat-y scroll left top;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    clear: both;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.625em;
}

/* Text elements */
p {
    margin-bottom: 1.625em;
}

ul, ol {
    margin: 0 0 1.625em 2.5em;
}

ul {
    list-style: square;
}

ol {
    list-style-type: decimal;
}

ol ol {
    list-style: upper-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
}

dl {
    margin: 0 1.625em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1.625em;
}

strong {
    font-weight: bold;
}

cite, em, i {
    font-style: italic;
}

blockquote {
    font-family: Georgia, "Bitstream Charter", serif;
    font-style: italic;
    font-weight: normal;
    margin: 0 3em;
}

blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}

blockquote cite {
    color: #666;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

pre {
    background: #f4f4f4;
    font: 13px "Courier 10 Pitch", Courier, monospace;
    line-height: 1.5;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 0.75em 1.625em;
}

code, kbd {
    font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym, dfn {
    border-bottom: 1px dotted #666;
    cursor: help;
}

address {
    display: block;
    margin: 0 0 1.625em;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

/* =Links
-------------------------------------------------------------- */
a {
    color: #1982d1;
    text-decoration: none;
}

a:focus,
a:active,
a:hover {
    text-decoration: underline;
}

/* =Header
-------------------------------------------------------------- */
#branding {
    border-top: 2px solid #bbb;
    padding-bottom: 10px;
    position: relative;
    z-index: 9999;
}

#site-title {
    margin-right: 270px;
    padding: 3.65625em 0 0;
}

#site-title a {
    color: #ed6b15;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    text-decoration: none;
}

#site-title a:hover,
#site-title a:focus,
#site-title a:active {
    color: #1982d1;
}

#site-description {
    color: #ed6b15;
    font-size: 14px;
    margin: 0 270px 3.65625em 0;
}

#branding img {
    height: auto;
    margin-bottom: -7px;
    width: 100%;
}

/* =Menu
-------------------------------------------------------------- */
#access {
    background: #222;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    clear: both;
    display: block;
    margin: 0 auto 6px;
    width: 100%;
}

#access ul {
    font-size: 13px;
    list-style: none;
    margin: 0 0 0 -0.8125em;
    padding-left: 0;
}

#access li {
    float: left;
    position: relative;
}

#access a {
    color: #eee;
    display: block;
    line-height: 3.333em;
    padding: 0 1.2125em;
    text-decoration: none;
}

#access ul ul {
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    display: none;
    float: left;
    margin: 0;
    position: absolute;
    top: 3.333em;
    left: 0;
    width: 188px;
    z-index: 99999;
}

#access ul ul ul {
    left: 100%;
    top: 0;
}

#access ul ul a {
    background: #f9f9f9;
    border-bottom: 1px dotted #ddd;
    color: #444;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    line-height: 1.4em;
    padding: 10px 10px;
    width: 168px;
}

#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
    background: #efefef;
}

#access li:hover > a,
#access a:focus {
    background: #f9f9f9;
    color: #373737;
}

#access ul li:hover > ul {
    display: block;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
    color: #9f9f9f;
}

#access ul:after {
    clear: both;
    content: ' ';
    display: block;
}

/* =Content
-------------------------------------------------------------- */
#main {
    clear: both;
    padding: 1.625em 0 0;
}

.page-title {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    margin: 0 0 2.6em;
    text-transform: uppercase;
}

.page-title a {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: none;
}

.hentry {
    border-bottom: 1px solid #ddd;
    margin: 0 0 1.625em;
    padding: 0 0 1.625em;
}

.blog .sticky {
    background: #f9f9f9;
    border-bottom-width: 0;
    margin: 0 0 1.625em;
    padding: 1.625em;
}

.entry-header .entry-title {
    color: #222;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
}

.entry-header .entry-title a {
    color: #222;
    text-decoration: none;
}

.entry-header .entry-title a:hover,
.entry-header .entry-title a:focus,
.entry-header .entry-title a:active {
    color: #1982d1;
}

.entry-header .entry-meta {
    color: #666;
    clear: both;
    font-size: 12px;
    line-height: 18px;
}

.entry-header .comments-link {
    float: right;
}

.entry-header .comments-link a,
.entry-header .comments-link span {
    background: #ed6b15;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 1.846153846em;
    padding: 0 0.692307692em;
    text-align: center;
    text-decoration: none;
}

.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
    background: #1982d1;
}

.entry-content,
.entry-summary {
    padding: 1.625em 0 0;
}

.entry-content h1,
.entry-content h2,
.entry-summary h1,
.entry-summary h2 {
    color: #000;
    font-weight: bold;
    margin: 0 0 .8125em;
}

.entry-content h1 {
    font-size: 21px;
}

.entry-content h2 {
    font-size: 18px;
}

.entry-content h3 {
    font-size: 16px;
}

.entry-content table,
.comment-content table {
    border-bottom: 1px solid #ddd;
    margin: 0 0 1.625em;
    width: 100%;
}

.entry-content th,
.comment-content th {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}

.entry-content td,
.comment-content td {
    border-top: 1px solid #ddd;
    padding: 6px 10px 6px 0;
}

.entry-content img,
.comment-content img,
.widget img {
    max-width: 97.5%;
}

.entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.entry-content dl,
.comment-content dl {
    margin: 0 1.625em;
}

.entry-content dt,
.comment-content dt {
    font-weight: bold;
}

.entry-content dd,
.comment-content dd {
    margin-bottom: 1.625em;
}

.entry-content ul,
.comment-content ul,
.entry-content ol,
.comment-content ol {
    margin: 0 0 1.625em 1.625em;
}

.entry-content ul,
.comment-content ul {
    list-style: square;
}

.entry-content ol,
.comment-content ol {
    list-style-type: decimal;
}

.entry-content ul ul, .comment-content ul ul,
.entry-content ol ol, .comment-content ol ol,
.entry-content ul ol, .comment-content ul ol,
.entry-content ol ul, .comment-content ol ul {
    margin-bottom: 0;
}

/* Images */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.size-full,
img.size-large {
    max-width: 97.5%;
    width: auto;
    height: auto;
}

.wp-caption {
    margin-bottom: 1.625em;
    max-width: 96%;
    padding: 9px;
}

.wp-caption img {
    display: block;
    margin: 5px auto 0;
    max-width: 98%;
}

.wp-caption .wp-caption-text {
    color: #666;
    font-size: 12px;
    margin-bottom: 0.6em;
    padding: 10px 0 5px 40px;
    position: relative;
}

/* Singular content styles */
.singular .hentry {
    border-bottom: none;
    padding: 4.875em 0 0;
    position: relative;
}

.singular .entry-header .entry-meta {
    left: -9.0909%;
    position: absolute;
    top: 5.4em;
    width: 18.181818%;
}

.singular .entry-header .entry-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
    padding: 0 0 .708333em;
}

.singular #content {
    margin: 0 7.6%;
    width: auto;
}

/* Entry Footer */
footer.entry-meta {
    clear: both;
    color: #666;
    font-size: 12px;
    line-height: 18px;
    padding: 1.625em 0;
}

footer.entry-meta a {
    color: #666;
}

footer.entry-meta a:hover,
footer.entry-meta a:focus,
footer.entry-meta a:active {
    color: #1982d1;
}

/* Post Navigation */
#nav-above {
    padding: 0 0 1.625em;
}

#nav-above {
    display: none;
}

.paged #nav-above {
    display: block;
}

.nav-previous {
    float: left;
    width: 50%;
}

.nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

#nav-above .nav-previous,
#nav-above .nav-next,
#nav-below .nav-previous,
#nav-below .nav-next {
    padding: 0.5em 0;
}

.nav-previous a,
.nav-next a {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #373737;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.5em 1em;
    text-decoration: none;
}

.nav-previous a:hover,
.nav-previous a:focus,
.nav-previous a:active,
.nav-next a:hover,
.nav-next a:focus,
.nav-next a:active {
    background: #ed6b15;
    border-color: #ed6b15;
    color: #fff;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-area {
    font-size: 12px;
}

.widget {
    clear: both;
    margin: 0 0 2.2em;
}

.widget-title {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
}

.widget ul {
    font-size: 15px;
    margin: 0;
}

.widget ul li {
    color: #777;
    padding: 0.3em 0;
}

.widget a {
    text-decoration: none;
}

.widget a:hover,
.widget a:focus,
.widget a:active {
    text-decoration: underline;
}

/* Search Widget */
.widget_search input {
    border: 1px solid #ccc;
    color: #888;
    font-size: 13px;
    line-height: 15px;
    padding: 4px 10px 4px 10px;
    width: 90%;
}

/* =Footer
-------------------------------------------------------------- */
#colophon {
    clear: both;
}

#colophon a {
    color: #555;
}

#colophon a:hover,
#colophon a:focus,
#colophon a:active {
    color: #1982d1;
}

#site-generator {
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    line-height: 2.2em;
    padding: 2.2em 0.5em;
    text-align: center;
}

/* =Responsive
-------------------------------------------------------------- */
@media (max-width: 800px) {
    #page {
        max-width: 96%;
    }

    #branding hgroup,
    #access div,
    #content,
    #secondary {
        margin: 0 auto;
        float: none;
        width: auto;
    }

    #primary {
        float: none;
        margin: 0;
        width: 100%;
    }

    #content {
        margin: 0 auto;
        width: auto;
        padding: 0 1em;
    }

    #secondary {
        float: none;
        margin: 2em auto 0;
        width: auto;
        padding: 0 1em;
    }

    .singular .entry-header .entry-meta {
        position: static;
        width: auto;
        margin-bottom: 1em;
    }
}

/* =Print
-------------------------------------------------------------- */
@media print {
    body {
        background: none !important;
        font-size: 10pt;
    }

    footer.entry-meta a[rel=bookmark]:link:after,
    footer.entry-meta a[rel=bookmark]:visited:after {
        content: " [" attr(href) "] ";
    }

    #page {
        clear: both !important;
        display: block !important;
        float: none !important;
        max-width: 100%;
        position: relative !important;
    }

    #branding {
        border-top: none !important;
        padding: 0;
    }

    #branding hgroup {
        margin: 0;
    }

    #site-title a {
        font-size: 21pt;
    }

    #site-description {
        font-size: 10pt;
    }

    #branding img {
        display: none;
    }

    #access {
        display: none;
    }

    #main {
        border-top: none;
        box-shadow: none;
    }

    #primary,
    #content {
        float: none;
        margin: 0;
        width: auto;
    }

    #secondary {
        display: none;
    }

    .singular .entry-header .entry-meta {
        left: 0;
        position: relative;
        top: 0;
    }

    #colophon {
        display: none;
    }
}
