/* Regular heading */
@font-face {
    font-family: 'Crete Round Regular';
    src: url('http://mollywhite.net/fonts/creteround-regular-webfont.eot');
    src: url('http://mollywhite.net/fonts/creteround-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://mollywhite.net/fonts/creteround-regular-webfont.woff') format('woff'),
         url('http://mollywhite.net/fonts/creteround-regular-webfont.ttf') format('truetype'),
         url('http://mollywhite.net/fonts/creteround-regular-webfont.svg#crete_roundregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Regular body */
@font-face {
    font-family: 'Roboto';
    src: url('http://mollywhite.net/fonts/Roboto-Light-webfont.eot');
    src: url('http://mollywhite.net/fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://mollywhite.net/fonts/Roboto-Light-webfont.woff') format('woff'),
         url('http://mollywhite.net/fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('http://mollywhite.net/fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Italic body */
@font-face {
    font-family: 'Roboto';
    src: url('http://mollywhite.net/fonts/Roboto-LightItalic-webfont.eot');
    src: url('http://mollywhite.net/fonts/Roboto-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://mollywhite.net/fonts/Roboto-LightItalic-webfont.woff') format('woff'),
         url('http://mollywhite.net/fonts/Roboto-LightItalic-webfont.ttf') format('truetype'),
         url('http://mollywhite.net/fonts/Roboto-LightItalic-webfont.svg#robotolight_italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

/* Bold body */
@font-face {
    font-family: 'Roboto';
    src: url('http://mollywhite.net/fonts/Roboto-Regular-webfont.eot');
    src: url('http://mollywhite.net/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://mollywhite.net/fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('http://mollywhite.net/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('http://mollywhite.net/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* Regular mono */
@font-face {
    font-family: 'Liberation Mono';
    src: url('http://mollywhite.net/fonts/LiberationMono-Regular-webfont.eot');
    src: url('http://mollywhite.net/fonts/LiberationMono-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('http://mollywhite.net/fonts/LiberationMono-Regular-webfont.woff') format('woff'),
    url('http://mollywhite.net/fonts/LiberationMono-Regular-webfont.ttf') format('truetype'),
    url('http://mollywhite.net/fonts/LiberationMono-Regular-webfont.svg#liberation_monoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Base styles */

.column {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.site-head {
    padding: 50px 0 50px 0;
    text-align: center;
}

.blog-logo > img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-size: cover !important;
    background-position: center center !important;
}

span.blog-title {
    display: block;
    font-size: 30px;
    margin-top: 20px;
}

h1, h2, h3, h4, h5, h6, span.blog-title {
    font-family: "Crete Round Regular";
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 35px;   
    margin-top: 50px;
}

h3 {
    font-size: 25px;
    margin-top: 30px;
}

h4 {
    font-size: 20px;
    margin-top: 20px;
}

a {
    color: #0BA88E;
}

a:hover,
a:focus {
    color: #098570;
    text-decoration: none;
}

i.fa {
    font-size: 20px;
    padding: 0 3px;
}

body {
    font-family: "Roboto";
}

/* Header */

div.blog-description {
    max-width: 700px;
    margin: 15px auto 0 auto;
    font-size: 20px;
    line-height: 28px;
}

header a {
    color: #333;
}

header a:hover
header a:focus {
    color: #0BA88E;
}

div.blog-links {
    margin-top: 15px;
}

@media only screen and (max-width: 500px)  {
    body.post-template div.blog-description,
    body.post-template .blog-logo { 
        display: none;
    }
}

/* Index */

body.home-template h2.post-title,
body.archive-template h2.post-title {
    font-size: 25px;
    margin: 0;
}

section.post:first-of-type {
    border-top: 1px solid #ddd;
}

section.post {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

div.post-meta {
    margin-top: 10px;
    font-size: 18px;
    overflow: hidden;
    line-height: 25px;
}

div.post-meta time {
    float: left;
}

div.post-meta span.tags {
    float:right;
    margin-left: 10px;
}

div.post-meta span.tags a {
    color: #098570;
    padding: 4px 5px;
    margin: 1px 3px;
    background-color: #eee;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 13px;
    white-space: nowrap;
}

section.post-content {
    font-size: 20px;
    line-height: 35px;
}

span.nobr {
    white-space: nowrap;
}

@media only screen and (max-width: 650px)  {
    div.post-meta {
        margin-top: 0px;
    }

    div.post-meta time {
        width: 100%;
        display: block;
    }

    div.post-meta span.tags {
        float: none;
        margin-left: 0;
        width: 100%;
    }

    div.post-meta span.tags a {
        display: inline-block;
        padding: 0 5px;
    }
}

/* Posts */
h1.post-title {
    margin: 30px 0;
}

body.post-template div.post-meta {
    margin-top: 30px;
}

body.post-template main.content {
    border-top: 1px solid #ddd;
}

article.post {
    margin-bottom: 40px;
}

blockquote {
    border: 0px;
    padding: 0px;
    margin: -27px 0 20px 50px;
}

blockquote:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    position: relative;
    top: 37px;
    left: -35px;
    color: #888;
    font-size: 23px;
}

blockquote > p {
    font-size: 19px;
    line-height: 1.5;
}

code,
pre,
kbd,
samp {
    font-family: "Liberation Mono";
    font-size: 15px;
    line-height: 20px;
    color: #333;
    background-color: #eee;
    white-space: pre-wrap;
    border: 0px;
}

section.post-content img {
    width: 100%;
}

div.thumbnail.right {
    float:right;
    width: 40%;
    min-width: 350px;
    margin: 10px;
    padding: 10px;
}

div.thumbnail .caption {
    padding: 10px 0 0 0;
    font-size: 80%;
}

div.thumbnail .caption p {
    margin: 0;
}

section.share {
    margin-top: 50px;
    margin-bottom: 20px;
}

/* Tag pages */
header.tag-archive-header {
    text-align: center;
}

/* Static pages */
article.page div.post-meta,
article.page footer.post-footer {
    display: none;
}

/* Footer */
footer.site-footer {
    text-align: center;
    color: #888;
    margin-bottom: 20px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

footer.site-footer a {
    color: #888;
    text-decoration: underline;
}

/* Table of contents */
ul.toc {
    font-size: 18px;
    line-height: 1.5;
    list-style: none;
    padding-left: 0;
}

ul.toc ul {
    list-style: none;
    padding: 0;
}

ul.toc ul li {
    padding-left: 3em;
    text-indent: -2em;
}

ul.toc ul li:before {
    content: "•";
    padding-right: 10px;
    color: #666;
}

/* Anchors */
a.anchor {
    color: #333;
}
dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
}
dd {
    margin: 0 0 0 120px;
    padding: 0 0 0.5em 0;
}
dd img {
    padding: 20px 0;
}
div.two-images img {
    width: 48%;
}
div.vertical-image img {
    height: 500px;
    width: 281px; 
}

/* Image captions */
.caption {
  font-size: 80%;
  font-style: italic;
}

.caption .centered {
  text-align: center;
}
