@charset "UTF-8";
/* CSS Document */

#pagetitle {
	font-size: 24px;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 30px;
	font-weight: bold;
	color: #3A3722;
}

.posttitle {
	font-size: 24px;
	font-weight: bold;
}

.postsubtitle {
	font-size: 12px;
	color: #5C5A42;
}

.post {
	padding-top: 20px;
	padding-bottom: 20px;
}

.postdivider {
	padding-bottom: 30px;
}

.commentstart {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
}

.commentheader {
	font-weight: bold;
	font-size: 14px;
}

.commentbody {
	font-size: 12px;
	padding-left: 50px;
	padding-right: 50px;
}

.commentfooter {
	font-size: 10px;
	color: #999999;
	font-style: italic;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
}

.floatleft img {
	float: left;
	margin-right: 20px;
	margin-bottom: 4px;
	margin-top: 4px;
}

blockquote {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-style: solid;
	padding-left: 12px;
	background-color: #CCCCCC;
	padding-right: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-left-width: 2px;
	border-left-color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}

blockquote.code {
	font-family: "Courier New", Courier, mono;
}

.disclaimer {
	font-size: 12px;
	font-style: italic;
	color: #999999;
}

.breadcrumb {
	padding-bottom: 18px;
	font-size: 12px;
}