.blog .post-title {
    word-wrap: break-word;
}

.content-column {
    padding: 3px;
}

.content-post .post-footer {
    padding: 3px 0;
}

.archive .post-content-col {
    margin-top: 10px;
}

.post-meta .separator {
    margin: 0 6px;
    color: #888;
}

.post-page-content a,
aside article a,
form a {
    text-decoration: underline;
}

.site-images a:hover::before {
    animation: graceful-shine 0.75s;
}

@keyframes graceful-shine {
    100% {
        left: 125%;
    }
}

.post-title a:hover,
.popular-post-title a:hover,
.related-post-name a:hover {
    color: #b5c8c2;
}
