/* Default pull-quote style by Stephen Rider */

/*	NOTE: Right-side quotes will get the .pullquote class AND the .pqRight class. 
	Sample Pull-Quote HTML:

<blockquote class="pullquote">
	<p>Zowie!</p>
</blockquote>
*/
/* NOTE: Styles are also applied from resources/jspullquotes-core.css */

blockquote.pullquote, div.pullquote {
	background: url(startq.png) top left no-repeat;
	font-family:Georgia,"Times New Roman",Times,serif;
	color:#333333;
	text-align: center;
	font-size:16px;
	line-height:20px;
	padding:0 2px 0 2px;
	background-color:#E5E5E5;
}

blockquote.pullquote em, div.pullquote em, blockquote.pullquote i, div.pullquote i {
	font-style: normal;
}

blockquote.pqRight, div.pqRight {
}

blockquote.pullquote p, div.pullquote p {
	border: 1px solid #353599;
	border-width: 1px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(endq.png) bottom right no-repeat;
	background-color:#E5E5E5;
}

