/* 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
*/



/* Minor Changes */
#content {
	display: inline-block;
	
	min-height: 800px;
	
	margin-left: 50px;
}


.post {
	margin-bottom: 65px;
}
.post-head {
	border-bottom: 1px solid #3A54A5;
	position: relative;
	
	margin-bottom: 20px;
}
.post-title, .post-title a, .post-title a:link, .post-title a:visited{
	font: bold 30px Helvetica, sans-serif;
	text-decoration: none;
	color: #9C2029;
	
	margin: 0 0 -.225em 0;
	padding: 0;
}
.post-meta {
	font: normal 12px Georgia, serif;
	
	position: absolute;
	bottom: -1.15em;
	right: 0;
}
.post-content {
	font: normal 12px/145% Georgia, serif;
	margin-left: 50px;
}

.post-content p {
	text-align: justify;
}



.comment {
	background-color: #eee;
	border: 1px solid #dadada;
	border-right: 5px solid #dadada;
	
	padding: 5px 10px 10px 10px;
	margin-bottom: 10px;
	position: relative;
}

.comment.alt {
	background-color: #fafafa;
	border: 1px solid #dadada;
	border-right: 5px solid #dadada;
}

.comment-header {
	border-bottom: 1px dotted #aaa;
	
	position: relative
}

.comment-header cite a {
	color: black;
	text-decoration: none;
}

.comment-meta {
	font: normal 12px Georgia, serif;

	position: absolute;
	right: 0px;
	bottom: 0px;
}

.comment-meta a {
	color: black;
	text-decoration: none;
}

.comment-submit {
	position: relative;
	margin-left: 40px;
}

.comment-submit p {
	margin: 0px 0px 3px 0px;
}

.comment-submit * input {
	border: 1px solid #aaa;
	padding: 0px;
	margin: 0px;
}

.comment-submit #comment {
	border: 1px solid #aaa;
	
	width: 470px;
	max-width: 470px;
}

.comment-submit #submit {
	border: 1px solid #aaa;
	background-color: #dadada;
	padding: 3px;
}

#sidebar {
	display: inline-block;
	border-left: 1px solid #BB942E;
	
	width: 225px;
	
	position: absolute;
	top: 0;
	bottom: 0;
	left: 580px;
}

#sidebar ul {
	list-style: none;
	
	margin: 0;
	padding: 0;
}

.sidebar-listgroup {
	background: #eee;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	
	font: small-caps 14px Georgia, serif;
	
	width: 163px;
	
	margin-top: 60px;
	padding-bottom: 5px;
	padding-left: 7px;
}

.sidebar-listgroup * {
	font: normal 11px Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	
	margin: 0;
	padding: 0;
}

.sidebar-listgroup * a {
	color: #3A54A5;
}