@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light);

.container {
    max-width: 1020px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: rgb(142, 142, 214);
}
a:hover,
a:focus {
    text-decoration: underline;
}

ul.no-list {
    list-style: none outside;
    padding-left: 0;
}

blockquote {
    border-left: 6px solid #cecece;
    padding-left: 10px;
}

.content {
    padding: 30px;
}

.content-subhead {
    text-transform: uppercase;
    color: #aaa;
    border-bottom: 1px solid #eee;
    padding: 0.4em 0;
    font-size: 80%;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.post {
    padding-bottom: 2em;
}
.post header h2 {
    font-size: 2em;
    color: #222;
    margin-bottom: 0.2em;
}

.post-description {
    font-family: Georgia, "Cambria", serif;
    color: #444;
    line-height: 1.8em;
}
.post header p {
    color: #999;
    font-size: 90%;
    margin: 0;
}

.post-images {
    margin: 1em 0;
}
.post-image-meta {
    margin-top: -3.5em;
    margin-left: 1em;
    color: #fff;
    text-shadow: 0 1px 1px #333;
}

aside .content {
    padding: 30px;
    font-size: .9em;
    font-family: Georgia, "Cambria", serif;
    color: #444;
    line-height: 1.8em;
}

.logo {
    font-family: 'Shadows Into Light', cursive;
    font-size: 2.8em;
}