#blog_left {
	width: 650px;
	margin: 2em;
	clear: none;
	float: left;
}

#blog_right {
	width: 220px;
	margin: 2em 0 0 1em;
	clear: none;
	float: left;
}


.post_container {
	width: 650px;
	clear: both;
	margin: 0 0 4em 0em;
}

.post_title {
	text-align: left;
	font-weight: bold;
	color: #d70810;
	font-size: 2em;
}

.post_title a {
	text-decoration: none;
}

.post_title a:hover {
	text-decoration: none;
	color: #666666;
}

.post_content {
	margin-bottom: 0;
}

.post_content p {
	margin-bottom: 1em;
}

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

.post_footer {
	background: #f2f2f2;
	border: solid 1px #CCC;
	color: #666666;
	text-align: center;
	margin: 2em auto 0em auto;
	width: 650px;
	height: 2.4em;
}


.footer_left {
	width: 40%;
	text-align: left;
	padding: 0.5em;
	height: 1.5em;
	float: left;
	clear: none;
}

.footer_right {
	width: 48%;
	text-align: right;
	padding: 0.5em;
	float: right;
	clear: none;
}

.side_box {
	text-align: left;
	font-size: 1.1em;
	margin: 1em 1em 2em 1em;
	padding: 0.5em 1em 0.5em 1em;
	background: #f2f2f2;
	position: relative;
	border: solid 1px #CCC;
}

.red_link {
	background: #d70810;
	color: white;
	padding: 0.1em;
}

