/* Quovolver Demo Styles */

/*
 |	All required styles for the effect
 |	are labeled with this *required*
*/

blockquote p { 
font-family: Arial, Helvetica, sans-serif;
font-size: .85em;
line-height:1.5em;
color: #ffffff;
margin-bottom: 1em; 
font-style: italic; 
}
blockquote cite { 
font-style: normal;
color:#ffffff; 
display: block; 
text-align: right; 
font-size: .75em; 
font-weight: normal; 
letter-spacing: 1px; 
font-family: Arial, Helvetica, sans-serif;
padding-bottom: .5em; 
}

/*
 |	Setting the width for the blockquotes is required
 |	to accurately adjust it's contianer
*/

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	width: 350px; /* required */
	margin: 0 auto;
	}
	
/*
 |	The #quote_wrap div is created
 |	by Quovolver to wrap the quotes
*/

#quote_wrap { 
	background: #3f8cc5; 
	width: 80%;
	margin: 20px 20px 40px; 
	padding: 10px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}
