
html, body {
    height: 100%;
}

body, body * {
    -webkit-font-smoothing: antialiased;
}

body {
    background: #f9f9f9;
    color: #303030;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    padding: 0;
    margin: 0;
}

header {
    text-align: center;
}

#container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 800px;
    background: #fff;
    margin: 40px auto 20px;
    border-radius: 7px;
    border: 1px solid #eee;
    position: relative;
}

.content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    border-width: 0;
    border-style: solid;
    padding: 30px 60px;
    margin: auto;
}

section.post {
    margin: 0 -60px;
    text-align: left;
    border-top: 0;
    padding: 0;
}

section.post, section > p {
    font-size: 14px;
    line-height: 1.6em;
}

.upcase {
    text-transform: uppercase;
}

section.post h1 .subtitle {
    color: #d0d0d0;
    font-size: 10px;
    line-height: 12px;
    display: block;
}

section.post h1 .subtitle a, section.post h1 .subtitle a:hover, section.post h1 .subtitle a:focus {
    color: #d0d0d0;
}

section.post > * {
    padding: 0 60px;
}

section.post *, section > p * {
    max-width: 100%;
}

section.post h1 {
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 60px;
}

footer {
    width: 100%;
    max-width: 800px;
    line-height: 2em;
    margin: auto;
    padding-bottom: 30px;
    text-align: center;
}

hr {
    border: 0;
    border-bottom: 1px dotted #CCC;
    margin: 25px 0;
}

pre {
    margin: 0 60px;
}

.index {
    width: 300px;
    border-left: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
    margin: 0 0 5px 20px;
    padding: 0 0 10px 20px !important;
}

.index + p {
    padding-top: 40px;
}

.index > a {
    display: block;
}

pre.padding-small {
    padding: 10px;
}
