/*
	blog.css
	Copyright (c) 2008 Micah Ferrill
*/

div#blog h1 {
    margin-left: 25px;
    margin-bottom: 5px;
    font-weight: normal;
    font-style: italic;
    text-decoration: underline;
}
div.post {
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: solid 1px #666666;
}
div.post h3 {
    margin-top: 20px;
}
div.post p {
    text-indent: 20px;
}
div.post a {
    font-weight: bold;
    text-decoration: none;
    color: #333333;
    font-style: italic;
}
div.post a:hover {
    color: #666666;
}
div.post h2.title {
    padding: 3px;
    padding-top: 0;
    margin: 0;
    height: 29px;
    color: #000000;
    font-style: normal;
}
div.post img {
    display: block;
    margin: 0 auto;
}
div.post span.subtitle {
    font-style: italic;
    color: #666666;
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 3px;
    margin-right: 10px;
}
div.post div.date {
	clear: both;
	text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}
div.post span.categories {
    color: #000000;
}
span.categories a {
    color: #666666;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
}
span.categories a:hover {
    color: #333333;
    border-bottom: solid 1px #666;
}
div.post div.content {
	margin-top: 30px;
    font-size: 13px;
}
p.intro {
    font-weight: bold;
    color: #666666;
    font-style: italic;
    margin-left: 20px;
}