/* Quovolver Demo Styles */

/*
 |	All required styles for the effect
 |	are labeled with this *required*
*/

h1 { font-family: Georgia, Times, serif; font-size: 28px; color: #1f1f1f; line-height: 30px; }
blockquote p { margin-bottom: 10px; font-style: italic !important; font-size: 14px; }
blockquote cite { font-style: normal; display: block; text-align: right; text-transform: uppercase; font-size: 16px; font-weight: bold; color: #000; letter-spacing: 1px; font-style: italic; }
blockquote cite span {
	font-size: 11px;	
}
/*
 |	Setting the width for the blockquotes is required
 |	to accurately adjust it's contianer
*/

blockquote {
	font-family: Georgia, Times, serif;
	margin: 0 auto;
	padding-bottom: 90px;
	height: 100px;
}
	
/*
 |	The #quote_wrap div is created
 |	by Quovolver to wrap the quotes
*/

#quote_wrap { 
	background: url(../images/quote-mark.png) no-repeat 20px 20px;
	margin: 0 0; 
	padding: 30px;
	color: #fff;
	margin-bottom: 80px;
	margin-top: -25px;
}
