@import "http://fonts.googleapis.com/css?family=Lobster|Crimson+Text";

#navigation, #footer {
    background-color: #202E2E;
}

#header a {
	text-decoration: none;
}

body {
    background: #FFFBC5;
    font-size: 1.1em;
}

h1 {
    font-size: 3.5em;
}

h1, h2 {
    color: #202E2E;
    font-family: 'Lobster';
    text-shadow: 3px 3px 3px #aaa;
}

body, h3 {
    font-family: "Crimson Text";
}

.post .title a:link, .post .title a:visited, .post .title a:hover {
    color: #202E2E;
}

.post-meta {
    font-size: .8em;
    margin-top: 15px;
}

