/* TYPOGRAPHY
-----------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0 0 15px 0;
    clear: both;
    line-height: 1.2;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
    margin: 0 0 20px;
}
h3 {
    font-size: 18px;
}
h2.post-titles {
    margin: 20px 0;
    font-size: 18px;
    height: 60px;
}
.welcome-page h2 {
		text-align: center;
}
h2.post-titles a,
#sidebar ul li a,
ul.posts-list li.first-post h2 a {
    color: #000;
    text-decoration: none;
}
h2.post-titles a:hover,
ul.posts-list li.first-post h2 a:hover {
    color: #359e40;
}
h2.respond-title {
    padding: 0 0 20px;
    border-bottom: 1px solid #f1f1f1;
    margin: 0 0 30px;
}
.archive-title h2 {
    margin: 0;
    text-shadow: 0 -1px 0 #fff;
}
.archive-title {
    background: #FAFAFA;
}

.entry ul {
		list-style: square outside;
		margin: 0 0 0 25px;
		color: #327E39;
}
.entry ul li p {
		padding: 0 0 0 10px;
		color: #000;
}
blockquote {
    color: #AAA9A9;
    font-style: italic;
    margin: 15px 0 15px 25px;
}
