/*
Theme Name: White
Theme URI: http://jayrobinson.org/
Description: It's just white.
Version: 1.0
Author: Jay Robinson
Author URI: http://jayrobinson.org/
Tags: white
*/

body {
    background: #fff;
    color: #45454a;
    font: normal 16px/1.5625 ProximaNovaRegular, HelveticaNeue, Helvetica, Arial, sans-serif;
    margin: 0 auto 7.25em;
    width: 960px;
}

#container {
    margin: 0 auto;
    max-width: 960px;
}

a {
    border-bottom: 1px solid rgba(41,44,56,0.2);
    color: #292c38;
    padding-bottom: 2px;
    text-decoration: none;
}

a:hover {
    border-bottom-color: rgba(63,107,151,0.5);
    color: #3f6b97;
}

h1 a {
    border: 0;
    color: #45454a;
}

hr {
    background: #fff;
    border: 0;
    height: 1px;
}

article {
    margin: 6.25em auto 4em;
    -webkit-transition: all 0.1s ease-in-out;
}

.content {
    font: normal 16px/1.5625 Georgia, serif;
    width: 640px;
    margin: 0 auto;
}

.content hr {
    margin: 3em auto;
}

h1,
h2,
h3 {
    color: #33343a;
    font-family: ProximaNovaRegular, HelveticaNeue, Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-align: center;
}

h1 {
    font-size: /* 29px */ 42px;
    margin: 1.25em 0 0.68em;
}

h2 {
    font-size: 22px;
    margin-bottom: 0.9em;
}

h3 {
    font-size: 21px;
}

h4,
h5,
h6 {
    color: #333;
    font-family: Georgia, serif;
    font-weight: 500;
    text-align: center;
}

h4 {
    font-size: 19px;
}

h5,
h6 {
    font-size: 16px;
}

h6 {
    font-style: italic;
}

header h1 {
    color: #707277;
    font-size: 16px;
    margin: 1em 0;
    -webkit-transition: all 0.1s ease-in-out;
}

time {
    color: #8d8e99;
    font-size: 16px;
}

figure {
    border: double #f0f2f9;
    border-width: 3px 0;
    margin: 3em 0;
    padding: 3em 0;
}

figure + figure {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

figure:last-child {
    border-bottom: 0;
}

figure img {
    display: block;
    margin: 0 auto;
}

figcaption {
    color: #707277;
    display: block;
    font-style: italic;
    margin: 0.5em 0 0;
    text-align: center;
}

dt {
    color: #33343a;
    font-family: ProximaNovaRegular, HelveticaNeue, Helvetica, Arial, sans-serif;
    font-weight: 500;
    padding-top: 0.375em;
}

code, mbd, tt {
    font-family: Menlo, Monaco, Courier, monospace;
}

footer h2 {
    font-size: 18px;
    text-align: left;
}

footer {
    margin: 0 auto;
    width: 640px;
}

footer hr {
    background: #dcdcdc;
    border-radius: 2px;
    height: 4px;
    margin: 4em auto 4em;
    width: 4px;
}

@media all and (max-width: 959px) {
    body,
    header,
    .content,
    footer {
        width: 100%;
    }
    #container {
        max-width: 640px;
        width: 86%;
    }
    header h1 {
        font-size: 13px;
        line-height: 1.5;
    }
    article {
        margin: 1.25em auto 2.5em;
    }
    h1 {
        font-size: 24px;
        line-height: 1.2;
    }
    h2 {
        font-size: 18px;
    }
    figure {
        margin: 1em 0;
        padding: 1em 0;
    }
    figcaption {
        font-size: 0.8em;
    }
    img {
        max-width: 100%;
    }
}
@media all and (max-width: 321px) {
    figure {
        margin-left: -7.5%;
        width: 115.25%;
    }
    img {
        max-width: 100%;
    }
    figcaption {
        padding: 0 1em;
    }
}

