body {
    background: #FFFFFF;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
}

#banner{
    color: #393C3E;
    font-weight: 500;
    font-size: 13px;
    font-family: roboto, arial, sans-serif;
    border-bottom: 1px solid #f7f7f7;
    padding-left: 20%;
    padding-top: 18px;
    padding-bottom: 18px;
}

#footer {
    color: #999999;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    font-family: roboto, arial, sans-serif;
    border-top: 1px solid #f7f7f7;
    padding-top: 18px;
    padding-bottom: 18px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #0285DD;
}

#content a {
    color: inherit;
    text-decoration: underline;
}

#content a:hover {
    color: #0285DD;
}

#content {
    text-align: left;
    font-family: lora, georgia, serif;
    font-size: 18px;
    line-height: 1.5;
    color: #666666;
    width: 572px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

#content h1 {
    text-align: center;
    color: #393C3E;
    font-size: 36px;
    font-weight: 700;
    font-family: roboto, arial, sans-serif;
    margin-top: 60px;
    margin-bottom: 10px;
}

#post-meta {
    text-align: center;
    color: #999999;
    font-size: 12px;
    font-weight: 100;
    font-family: roboto, arial, sans-serif;
    margin-top: 10px;
    margin-bottom: 60px;
}

#content h2{
    text-align: left;
    font-size: 20px;
    color: #393C3E;
    font-family: roboto, arial, sans-serif;
    font-weight: 200;
    margin-top: 35px;
}

#content img {
    width: 100%;
    transition: all 1.5s ease;
}

#content img:hover{
    width: 110%;
    margin-left: -5.0%;
}

#content blockquote{
    font-size: 16px;
    text-align: center;
    margin-top: -12px;
    margin-bottom: 24pt;
}

#content dt {
    font-weight: bold;
}

#content dd {
    font-style: italic;
}

#author {
    font-size: 18px;
    font-family: roboto, arial, sans-serif;
    margin-top: 10px;
    margin-bottom: 60px;
}

.post-list{
    column-count: 2;
    column-gap: 40px;
    column-rule: 2px solid #EEE;
    width: 110%;
    margin-left: -5%;
}
 
#post-list-titles {
    margin-top: 15px;
}

#post-list-dates {
    color: #999999;
    font-size: 12px;
    font-weight: 100;
    margin: 0px;
}
