/* WP Template things */
/*
Theme Name: CBW
Theme URI: http://oofn.net
Description: Theme by Chad, for Chad
Author: Chad Weider
Author URI: http://oofn.net
*/


/* Structural Styling */
#content {
	border-left: 1px solid #DDDDDD;
	
	display: inline-block;
	
	width: auto;
	
	margin-left: 70px;
	margin-right: 70px;
	
	padding-left: 30px;
	padding-right: 30px;
}


.post {
	margin-bottom: 0px;
}
.post-head {
	border-bottom: 1px solid #3A54A5;
	position: relative;
	
	margin-bottom: 20px;
}
.post-title, .post-title a{
	font: bold 30px Helvetica, sans-serif;
	text-decoration: none;
	color: #E5B045;
	
	margin: 0 0 -7px 0;
	padding: 0;
}
.post-meta {
	font: normal 12px Georgia, serif;
	
	position: absolute;
	bottom: -14px;
	right: 0px;
}
.post-content {
	font: normal 12px/145% Georgia, serif;
	text-align: justify;
	margin-left: 0px;
}