@charset "utf-8";
/* CSS Document */

/****** Forefront Article Sidebar *********/


div.ff_sidebar {
	background: #edeac9;
	clear: both;
	border-top: 2px solid #800000;
	border-bottom: 2px solid #800000;
	/*max-width: 600px;*/
	padding: 5px;
	margin: 5px;
	overflow:auto;
}

div.ff_sidebar h2, div.ff_sidebar strong {
	color: #800000;
}

div.ff_sidebar p, div.ff_sidebar li {
	color: #664c2c;
}

p.ff_pullquote {
	float: right;
	border-top: 2px solid #edeac9;
	border-bottom: 2px solid #edeac9;
	margin: 1em;
	padding: 1em;
	font-size: 1.2em;
	color: #664c2c;
	background-color: #FFF;
	width: 20%;
	text-align: right;
}

div.ff_pullquote {
	float:right;
	text-align:center;
	border:none;
	max-width:50%;
}

div.ff_pullquote div.ff_pullquote_image {
	text-align:center;
	width: auto;	
}

div.ff_pullquote p {
	/*float: right;*/
	border-top: 2px solid #edeac9;
	border-bottom: 2px solid #edeac9;
	margin: 1em;
	padding: 1em;
	font-size: 1.2em;
	color: #664c2c;
	background-color: #FFF;
	text-align: center;
}

div.ff_sidebar_3_col {
	float:left; 
	margin:10px; 
	width:30%;
	
}
