@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700);
@import url(//fonts.googleapis.com/css?family=Sorts+Mill+Goudy);
@import url(//fonts.googleapis.com/css?family=Inconsolata);
/*
    mtflist theme

    starting from mathieu agopian's mnmlist:
        http://mathieu.agopian.info/mnmlist/theme.html

    which was adapted from leo babauta's mnmlist:
        http://mnmlist.com/theme/

    the original themes and this one are uncopyrighted, free,
        and offered as is
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
footer,
header,
nav,
section {
    display: block;
}

[hidden] {
    display: none;
}

html {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #fff;
    color: #141412;
    font-size: 20px;
    line-height: 1.5em;
    margin: 60px auto 0;
    max-width: 625px;
    width: 100%;
}

a {
    border-bottom: #ddd 1px solid;
    color: #3a6b95;
    text-decoration: none;
}

a:hover {
    color: #999;
}

h1,
h2,
h3 {
    clear: both;
    color: #666;
    font-family: "Sorts Mill Goudy", Georgia, serif;
    line-height: 1.3;
    margin: 28px 0 12px;
}

h1 {
    font-size: 1.8em;
    margin-bottom: 0;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.2em;
}

article.page h1 {
    margin-bottom: 28px;
}

header,
footer,
time,
nav .article-nav-label,
.author,
.datelastupdate {
    color: #808080;
    font-family: "Sorts Mill Goudy", Georgia, serif;
    font-size: 18px;
    font-weight: bold;
}

footer {
    color: #c2c2c2;
    font-style: italic;
    margin-bottom: 40px;
    margin-top: 60px;
    text-align: center;
}

img {
    border: none;
}

blockquote {
    border-left: 1px solid #a5abab;
    color: #666;
    margin: 1em 2em 1.5em 2em;
    padding: 0 0 0 0.5em;
}

.line-block {
    padding: 0 0 1.2em;
}
blockquote .line-block {
    padding: 0;
}

p {
    line-height: 1.6em;
    margin: 0 0 1.2em;
    text-indent: 0;
}

time + p {
    margin-top: 1.3em;
}

h1 + ol,
h1 + ul {
    margin-top: 0.4em;
}
h2 + ol,
h2 + ul,
h3 + ol,
h3 + ul {
    margin-top: 0;
}

ol li,
ul li {
    padding: 0.3em 0;
}

dd {
    margin-bottom: 0.7em;
}

pre,
code,
tt {
    background-color: #fafafa;
    font-family: Inconsolata, Monaco, monospace;
    line-height: 1.2em;
}

code,
.literal {
    background-color: #e8e8e8;
    padding: 0 2px;
}

pre {
    font-size: 0.8em;
    overflow: auto;
    padding: 10px;
}

table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 16px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

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

th {
    font-weight: bold;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

td p {
    margin: 0; padding: 0;
}

header {
    margin-bottom: 75px;
    text-align: right;
}
header nav {
    font-size: 18px;
    margin-top: 10px;
    text-align: right;
}
header a {
    border-bottom: none;
}
header nav a {
    color: #808080;
}
header nav a:hover {
    color: #3a6b95;
}

header ul {
    margin: 0;
}
header li {
    display: inline;
}

#site-title {
    font-size: 1.5em;
}

#site-title a {
    color: #000000;
}
#site-title a:hover {
    color: #3a6b95;
}

#page-title {
    border-bottom: none;
    font-weight: bold;
}

#article-list {
    margin-top: 100px;
}
#article-list ul li {
    line-height: 1.5em;
    list-style-type: none;
    padding-bottom: 10px;
}

.archives-list li,
.cat-list li,
.cat-list2 li,
.tag-list li {
    list-style-type: none;
}

.cat-list,
.tag-list {
    margin-bottom: 40px;
}

.cat-list2 li,
.tag-list li {
    display: inline;
    height: auto;
    line-height: 2em;
    padding-right: 15px;

}

nav.paginator,
nav.article-nav {
    font-size: 18px;
    margin-top: 60px;
}

nav .newer-posts,
nav .next-article {
    margin-top: 30px;
}

nav .newer-posts,
nav .next-article {
    text-align: right;
}

/* mtf */

.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.imgcenter,
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.center {
    text-align: center;
}
.center2 {
    margin-left: auto;
    margin-right: auto;
}
.rgt { text-align: right; }
.lft { text-align: left; }

.w50 { width: 50%; }
.w75 { width: 75%; }
.w100 { width: 100%; }

.more-big-text   { font-size: 150%; }
.big-text        { font-size: 130%; }
.less-small-text { font-size:  90%; }
.small-text      { font-size:  80%; }

.imgborder,
.imgcenterborder,
.imgfloatleftborder,
.imgfloatrightborder {
    background-color: #fff;
    border: 2px solid #dbdbdc;
    padding: 8px;
    max-width: 100%;
}
.imgcenter,
.imgcenterborder {
    display: block;
    margin: 5px auto;
}
.imgfloatleft,
.imgfloatleftborder {
    float: left;
    margin: 0 15px 10px 0;
}
.imgfloatright,
.imgfloatrightborder {
    float: right;
    margin: 0 0 15px 15px;
}
.imgfloatleft,
.imgfloatright {
    margin-top: 7px;
}

/* energize, problem solving */
.imgfloatrightborder p {
    margin: 0;
}

.box {
    border: 1px solid #d4d0ba;
    padding: 5px;
}

/* e.g. fritzi webber */
.author,
.goto-beginning {
    font-style: italic;
    text-align: right;
}
.goto-beginning a {
    border: 0;
    text-decoration: none;
}

.datelastupdate {
    margin-top: 50px;
    text-align: right;
}

.strike {
    text-decoration: line-through;
}

#another-quote {
    font-size: 80%;
    font-style: italic;
    margin: -40px 0 15px;
    text-align: right;
}
#another-quote a {
    border-bottom: none;
}

.quote-page {
    margin-bottom: 200px;
}

/* pelican youtube plugin styling */

time + .youtube {
    margin-top: 1em;
}

.youtube + p {
    margin-top: 1.5em;
}

.youtube-4x3 {
    padding-bottom: 75%;  /* inverse of 4:3 aspect ratio */
}

.youtube-16x9 {
    padding-bottom: 56.25%;  /* inverse of 16:9 aspect ratio */
}

.youtube-4x3,
.youtube-16x9 {
    position: relative;
    height: 0;
    overflow: hidden;
}

.youtube-4x3 iframe,
.youtube-16x9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
}

@-ms-viewport { width: device-width; }
@viewport { width: device-width; }

@media (max-width: 650px) {
    body {
        margin-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    blockquote {
        margin-left: 1.25em;
        margin-right: 1.25em;
    }

    #site-title { font-size: 1.2em; }

    .imgfloatleftborder,
    .imgfloatrightborder,
    .imgfloatleft,
    .imgfloatright,
    img.alignleft,
    img.alignright {
        width: 40%;
    }
}

@media (max-width: 450px) {
    blockquote {
        margin-left: 0.5em;
        margin-right: 0.5em;
    }

    .imgborder,
    .imgcenterborder,
    .imgfloatleftborder,
    .imgfloatrightborder {
        background-color: #fff;
        border: 2px solid #dbdbdc;
        padding: 4px;
    }
    .imgfloatleftborder,
    .imgfloatleft,
    img.alignleft {
        margin: 3px 10px 7px 0;
    }
    .imgfloatrightborder,
    .imgfloatright,
    img.alignright {
        margin: 3px 0 7px 7px;
    }
    .imgfloatleft,
    .imgfloatright {
        margin-top: 8px;
    }
}

@media print {
    html {
        font-family: Georgia, "Times New Roman", serif;
    }
    body {
        background: none !important;
        color: #000;
        font-size: 12pt;
        line-height: 1.4em;
    }

    p {
        line-height: 1.4em;
    }

    header {
        margin-bottom: 50pt;
    }

    header nav,
    #article-list,
    .article-nav {
        display: none;
    }

    time {
        font-weight: normal;
    }

    .non-print {
        display: none;
    }
}