/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

.post_authors {
	background-color: #fff;
}

.box-full {
	width: 614px;
	background: #EEEEEE;
	padding: 8px;
	margin-bottom: 10px;
	display: block;
	float: left;
}

.box-left {
	width: 285px; 
	background: #EEEEEE; 
	float: left;
	padding: 8px; 
	margin-bottom: 10px;
	display: block;
}

.box-right {
	width: 285px; 
	float: right; 
	background: #EEEEEE; 
	padding: 8px; 
	display: block;
	margin-bottom: 10px;
	clear:right;
}

.box-full h2, .box-full h3, .box-full h4, .box-left h2, .box-left h3, .box-left h4, .box-right h2, .box-right h3, .box-right h4	 {		
	width: 100%;
	background: #bf5e15;
	color: #ffffff;
	padding: 8px 0 8px 8px;
	text-shadow: 0 1px 0 #000000;
	margin-bottom: 10px;
}