h1, h2, h3, h4 {
		font-weight: 200;
}
h2 {
	font-size: 1.6rem;
}
h3 {
	font-size: 1.4rem;
}
#blog-footer {
		color: #222;
}
.meta, .post-meta {
		font-size: 70%;
		font-style: italic;
		color: #555;
}

.post-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.post-title a {
    font-size: 2rem;
    font-weight: 300;
}
