@import url("/css/base.css");

header hgroup {
    height: 64px;
}

header:after, header hgroup:after {
    top: 64px;
}

header h1 {
    background-position: left center;
    background-size: 64px;
    text-align: right;
    margin: 10px 0 0 20px;
    padding: 0;
    width: 280px;
}

header h2 {
    margin-top: 10px;
    width: 300px;
}

@media screen and (max-width: 660px) {
    header h2 {
        display: none;
    }
}

article, nav {
    top: -96px
}

article {
    padding: 62px 15px 60px 15px;
    margin-bottom: -96px;
}

article h2, article section:first-child h2 {
    font-size: 26pt;
    color: #666;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 18px;
}

article h3 {
    font-size: 19pt;
    font-weight: normal;
    color: #555;
    padding: 0;
    margin: 34px 0 18px 16px;
}

article h3.metadata {
    font-size: 13pt;
    color: #666;
    margin-top: 28px;
    margin-bottom: 0;
}

article p {
    margin-left: 18px;
}

article em {
    font-style: normal;
    font-weight: bold;
    color: #404040;
}

article .more {
    font-family: Gudea, sans-serif;
    margin-left: 18px;
    margin-right: 18px;
    font-size: 15pt;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

article section:last-child .more {
    border-bottom: none;
    padding-bottom: 0;
}

article .more a {
    vertical-align: top;
    font-weight: normal;
    color: #555;
}

article h2 a {
    font-weight: normal;
    color: #666;
}

article h2 a:hover, article .more a:hover {
    text-decoration: none;
    color: #822;
}

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

section.post:last-child {
    margin-bottom: 0;
}

.chart {
    height: 400px;
    width: 700px;
    margin-left: 18px;
}

blockquote {
    color: #666;
    font-style: italic;
}

blockquote:before {
    content: "\201C";
    float: left;
    font-size: 50px;
    height: 20px;
    color: #ccc;
    position: relative;
    top: -8px;
    left: -4px;
    font-style: normal;
}
