/*******************
 * DAWSONS CREEK   *
 * 2017 THEME      *
 ******************/
* { margin: 0; padding: 0; }

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, img, ins, kbd,
q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time,
mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1em;
    font: inherit;
    vertical-align: baseline
}



.blog img { max-width: 100%; } 
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
    display: block
}

body {
    line-height: 1
}

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

body {
    
    color: #A4A4A4;
    background-color: #101010;
    font-family: "Inconsolata";
    font-size: 100%;
    font-weight: 400
}

.wrapper {
    max-width: 600px;
    margin: auto;
    padding: 60px 30px 60px 30px;
    background-color: #000;
}


.footer {
    font-size: .5em;
    font-family:"courier new";
    color: white;
    background-color: #000;
    padding: .5em;
    margin-top: 5em;
    float: right;
     }

.footer a, .footer a:link {
    color: whitesmoke;
}

.footer a:hover, .footer:hover { color: #eee; background-color: #000;}

h1 {
    margin-bottom: 5px;
    color: #272727;
}

p {
    font-size: 1em;
    line-height: 150%
}

a, a:visited {
    color: #3897f0;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

.title h1:hover {color: #D9D9D9;}

a:active {
    color: #1A0DAB;
    text-decoration: none
}

ul {
    list-style: none
}

ul li {
    padding: 5px;
    padding-left: 10px
}

@media screen and (max-width: 600px) {
    ul li {
        padding: 10px 0 10px 0
    }
}


@media screen and (max-width: 600px) {
    .wrapper {
        padding: 20px
    }
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 50px
}

@media screen and (max-width: 600px) {
    .header {
        display: block
    }
}

.header h1 {
    font-size: 2em;
    margin-bottom: 0
}

.header h1:hover { background-color: whitesmoke;}

.header ul {
    margin-top: 10px
}

.header ul li {
    display: inline;
    padding: 0;
    padding-left: 5px
}

.portfolio {
    padding-bottom: 30px
}

.portfolio h1 {
    font-size: 1.4em;
    margin-bottom: 5px
}

.blog {
    padding-bottom: 30px;
    white-space: pre-wrap;
}

.blog h1 {
    font-size: 1.4em;
    margin-bottom: 5px
}

.post {
    padding-bottom: 30px
}

.post__title {
    font-size: 1.6em;
    font-weight: 700;
    text-decoration: underline;
    margin-top: 20px;
    margin-bottom: 5px
}

.post__date {
    font-size: 1em;
    font-style: italic
}

.post__content {
    padding-top: 40px
}

.post__content h1 {
    font-size: 1.25em;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 5px
}

.post__content p {
    font-size: 1em;
    line-height: 150%;
    margin-bottom: 15px
}

.post__content a {
    text-decoration: underline
}

.post__content a:hover {
    font-weight: bold
}

.post__content strong {
    font-weight: 700
}

.post__content em {
    font-style: italic
}

.post__content ul {
    font-size: 1em;
    list-style: circle;
    margin-left: 30px;
    margin-top: -5px;
    margin-bottom: 5px
}

.post__content ul li {
    padding: 5px;
    padding-left: 5px
}

@media screen and (max-width: 600px) {
    .post__content ul li {
        padding: 10px 0 10px 0
    }
}

@media screen and (max-width: 600px) {
    .post__content ul {
        margin-left: 10px
    }
}

.post__content img {
    margin-top: 10px;
    margin-bottom: 10px
    
}

@media screen and (max-width: 600px) {
    .post__content img {
        width: 100%;
        margin: auto
    }
}

.post__content code {
    padding: 3px;
    font-size: 0.9em;
    border-radius: 3px;
    background: #eee
}

.post__content .highlight {
    margin: 10px;
    margin-bottom: 15px;
    padding: 10px;
    line-height: 1.5;
    border-radius: 3px;
    background: #272727
}

.post__content .highlight code {
    color: lime;
    background: none
}

.post__content .codebreak {
    margin: 15px;
    border: 0;
    border-bottom: 1px dashed #272727
}

.about__title {
    font-size: 1.6em;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px
}

.about__content {
    margin-top: 20px
}

.about__content h1 {
    font-size: 1.2em;
    font-style: italic;
    margin-top: 30px;
    margin-bottom: 5px
}

.about__content p {
    font-size: 1em;
    line-height: 150%;
    margin-bottom: 10px
}



.author { color: #999; }
