div#body_content {
	/* assumes there will be a right column */
	float: left;
	width: 70%;
}

h1 {
	font-size:24px;
	margin-bottom: 0;
}
h2 {
	font-size: 28px;
	/*text-transform: capitalize;*/
}

/* post styles */
div#image_container {
	margin-bottom: 10px;
}
	img#main_image {
		border: 1px solid black;
	}

h1.post {
	font-weight: normal;
}
h2.post {
	-moz-box-shadow: 0 2px 2px #BBBBBB; box-shadow: 0 2px 2px #BBBBBB;
	background-color: #FDFDF0;
	border-bottom: 1px solid grey;
	font-weight: 38px;
	font-weight: normal;
	margin-bottom:0;
	padding: 3px;
}
div#post {}
div#post img { border: 1px solid black; margin-left: 20px; }
p#date_posted { font-size: 0.8em; font-style: italic; }
div#post p { text-align:justify; }
