/* My tweaks */

body {
    font-family: 'IM Fell English', serif;
    /* font-size: 48px; */
}

.headerlink {
    color: #eee;
    font-size: 0.8em;
    margin-left: 0.3em;
}

header .date {
    font-size: 0.8em;
    color: #999;
}

header .date em {
    color: #000;
}


/* Theme stuff */

/*
* {
    background-color: #fefefe;
    color: #030303
}
*/

code,
kbd,
pre,
samp {
    font-family: "Menlo", "Monaco", "Consolas", "Courier New", monospace
}

body {
    /* font-family: "Merriweather", "Georgia", serif; */
    font-weight: 300
}

body a {
    font-weight: 400;
    color: #030303
}

/* body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: "Gentium Book Basic", "Georgia", serif
} */

body h1 a,
body h2 a,
body h3 a,
body h4 a,
body h5 a,
body h6 a {
    font-weight: bold
}

body iframe {
    max-width: 100%;
    margin: 2em auto;
    display: block
}

.disclaimer {
    text-align: center;
    font-size: 0.8em;
    color: #eee
}

.nav {
    list-style: none;
    padding-left: 0
}

.nav li {
    display: inline-block;
    margin-right: 0.56em
}

@media screen and (max-width: 640px) {
    .nav li {
        display: block;
        margin-right: 0
    }
}

.header-link {
    font-size: 70%;
    float: right
}

.landing-container {
    width: 65%;
    margin: 2em auto 0;
    /* font-family: "Merriweather", "Georgia", serif */
}

.landing-container li {
    /* font-family: "Gentium Book Basic", "Georgia", serif */
}

@media screen and (max-width: 640px) {
    .landing-container {
        width: 100%;
        margin: 1em 0
    }
}

.landing-container header {
    font-size: 1.2em
}

.landing-container header h1 {
    font-size: 4em;
    margin: 0.4em 0
}

.landing-container ul {
    margin-top: 5em;
    margin-bottom: 3em;
    text-align: center
}

.landing-container ul li {
    font-size: 2em
}

.container {
    max-width: 56em;
    margin: 1em auto
}

@media screen and (max-width: 640px) {
    .container {
        margin: 0.8em
    }
}

.container .paginator {
    text-align: center;
    margin: 3.2em 0
}

.container .blog-header {
    margin-bottom: 3em;
    position: relative
}

.container .blog-header h1 {
    margin-bottom: 0
}

.container .blog-header p {
    margin-top: 0.2em
}

.container .blog-header nav {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 2px;
    font-family: "Gentium Book Basic", "Georgia", serif
}

@media screen and (max-width: 640px) {
    .container .blog-header nav {
        position: relative;
        text-align: center
    }
}

@media screen and (max-width: 640px) {
    .container .blog-header {
        text-align: center
    }
}

.container .nav {
    font-size: 1.2em
}

.container .blog-footer {
    margin-top: 2em;
    text-align: center
}

.container .blog-footer a {
    color: #eee;
}

.container .post-list .post-overview {
    margin: 1em;
    position: relative;
    padding-left: 7em
}

.container .post-list .post-overview time {
    position: absolute;
    left: 0em;
    top: 0.2em
}

@media screen and (max-width: 640px) {
    .container .post-list .post-overview {
        margin: 0;
        top: 0em;
        padding-left: 0
    }

    .container .post-list .post-overview time {
        position: relative
    }
}

.container .post {
    font-size: 1.18em
}

@media screen and (max-width: 640px) {
    .container .post {
        font-size: 1em
    }
}

.container .post h1 {
    font-size: 1.5em
}

.container .post h2 {
    font-size: 1.44em
}

.container .post h3 {
    font-size: 1.3em
}

.container .post h4 {
    font-size: 1.2em
}

.container .post h5,
.container .post h6 {
    font-size: 1.18em
}

.container .post a {
    font-weight: 400
}

.container .post img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1.5em auto
}

/* .container .post code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
} */

.container .post .highlight {
    font-size: 0.9em;
    overflow-x: auto
}

.container .post blockquote {
    font-style: italic;
    font-weight: 300
}

.container .post header {
    margin: 2.2em 0
}

.container .post header h1 {
    font-size: 2.45em
}

.container .post header p.date {
    margin-top: -1.3em
}

.container .post article {
    line-height: 1.73333em
}

.container .post footer {
    margin: 2em 0 3em;
    text-align: right
}



/*# sourceMappingURL=cid.css.map */