/* Quovolver Demo Styles */

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

a { text-decoration: none; color: #52b7d4; }
a:hover { color: #ea9941; }
#article{
	width: 470px;
}
#description { margin-bottom: 40px; padding-bottom: 10px; }
h1, h2 { font-weight: normal; }
h1 { font-family: Georgia, Times, serif; font-size: 42px; color: #1f1f1f; margin-left: -60px; }
h2 { font-size: 12px; }
#description p { margin-bottom: 10px; }	
blockquote p { margin-bottom: 10px; font-style: italic; font-size:14px; }
blockquote cite {
	font-style: normal;
	display: block;
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 65px;
}

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

blockquote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 450px; /* required */
	margin: 0 auto;
	}
	
	h3 {
	font-weight: 800;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	}
	
/*
 |	The #quote_wrap div is created
 |	by Quovolver to wrap the quotes
*/

/*#quote_wrap {
	background: #fbffec url(
	http://sandbox.sebnitu.com/jquery/quovolver/demo/images/quote-mark.png
	) no-repeat 20px 20px;
	margin: 40px 0;
	padding: 20px;
	border: 1px solid #CCC;
	}*/
