html, body, h1, h2, h3, h4, h5, h6, p,
ul, ol, li, dl, dt, dd,
table, caption, thead, tfoot, tbody, tr, th, td,
blockquote, pre, address, img {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
}

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

img {
  display: block;
}

html {
    font-family: 'Verdana', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

body {
    border-top: 4px #474c3b solid;
}

a {
    color: #474c3b;
}

a:active, a:hover {
    text-decoration: none;
    color: #D42536;
}

#header-photo {
    float: left;
    padding: 16px 0 16px 16px;
}

#header-profile {
    float: left;
    padding: 16px;
}

#header-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

#header-name a {
    text-decoration: none;
    color: inherit;
}

#header-links .sep {
    display:none;
}

#content {
    clear: both;
    padding: 16px;
    max-width: 576px;
}
@media screen and (min-width: 368px) {
    #header-links .sep {
        display:inline;
    }
}

@media screen and (min-width: 608px) {
    #header-photo {
        padding: 32px;
    }

    #header-profile {
        padding: 32px;
    }

    #content {
        padding: 32px;
    }
}

@media screen and (min-width: 832px) {
    #content {
        margin-left: 160px;
    }

}

#content :first-child {
    margin-top: 0 !important;
}
#content :last-child {
    margin-bottom: 0 !important;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 8px;
}

#content h1 {
    font-size: 20px;
    border-bottom: 1px #eee solid;
    padding-bottom: 7px;
}

#content h2 {
    font-size: 20px;
}

#content h3 {
    font-size: 16px;
}

#content h4 {
    font-size: 14px;
}

#content h5 {
    font-size: 12px;
}

#content h6 {
    font-size: 10px;
}

#content p,
#content ul,
#content ol,
#content table,
#content blockquote,
#content pre {
    margin-bottom: 16px;
}

#content ul,
#content ol {
    padding-left: 20px;
}

#content blockquote {
    border-left: 8px #eee solid;
    padding-left: 8px;
}

#content code {
    display: inline-block;
    font-family: Courier, monospace;
    font-size: 14px;
    padding: 0 8px;
    border-radius: 3px;
    background-color: #eee;
}

#content pre code {
    display: block;
    padding: 16px;
}

#content img {
    max-width: 100%;
}

#content table {
    width: 100%;
}

#content table th,
#content table td {
    padding: 2px;
}

#content .post {
    clear: both;
}

#content .post-date {
    float:left;
    min-width: 112px;
}

#content .post-lang {
    float:left;
    min-width: 32px;
}

#content .post-title {
    margin-left: 144px;
}

#content .video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

#content .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#content .slide {
    margin-bottom: 16px;
    border: 1px #ccc solid;
}