.post-container {
	padding: 1em 0;
	margin-bottom: 4em;
}

.archived_notice {
	border: solid 1px #666;
	background-color: #FFC;
	padding: 0.5em 1em;
	margin: 0.8em;
	font-size: 1.1em;
}

.post_title {
	text-align: left;
	font-weight: bold;
	color: #990000;
	font-size: 2em;
	margin-bottom: -0em;
	margin-left: 0.5em
}

.post_content {
	margin-left: -0.4em;
	margin-bottom: 0;
	font-size: 1em;
}

.post_content p {
	line-height: 1.2em;
	color: #333;
	margin-bottom:0;
}

.post_content img {
	text-align: center;
	border: 1px solid #666666;
	margin: 0 auto -0.8em auto;
}

.post_content .caption {
	font-style: italic;
	font-size: 0.9em;
	color: #666;
	text-align: right;
	margin-right: 1em;
}

.post_footer {
	background: #f1f1f1;
	border: 1px solid #666666;
	color: #666666;
	text-align: center;
	padding: 0.5em;
	margin: 2em auto 0 auto;
	width: 64em;
	height: 1.5em;
}


.footer_left {
	width: 34em;
	text-align: left;
	float: left;
	clear: none;
}

.footer_right {
	width: 30em;
	text-align: right;
	float: right;
	clear: none;
}

