/**
 * Stylesheet for custom page layout, no grey box
 * 
 * @package WPFramework
 * @subpackage Layouts
 * @beta
 */

 body {
	position: relative;
	font-size: 76%;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #333333;
	background-color: #D3C3A1;	
	background-image: url(../images/header-bg-short.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
/*.hfeed { 
	float: left;
	position: relative;
	margin: 0;
	padding: 22px 1em 1em 20px;
	width: 710px;
	color: #28332f;
	background-color: transparent;
}
.hfeed-small {
	float: left;
	position: relative;
	margin: 0;
	padding: 22px 1em 1em 20px;
	width: 510px;
	color: #28332f;
	background-color: transparent;
}*/
.hfeed, .hfeed-narrow {float:left; position:relative; margin:0; padding:22px 1em 1em 20px; width:615px; color:#28332f; background-color:transparent;}
.hfeed-small, .hfeed-small-narrow {float:left; position:relative; margin:0; padding:22px 1em 1em 20px; width:415px; color:#28332f; background-color:transparent;}
.hfeed-blog, .hfeed-single { 
	float: left;
	position: relative;
	margin: 0;
	padding: 6px 1em 1em 20px;
	width: 710px;
	color: #28332f;
	background-color: transparent;
}

