/* "Modern" 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 {
	float: right;
	margin: 0.25em 1em 0.25em 1em;
	padding: 0;
	width: 12em;
	font-size: 1.3em;
	font-weight: bold;
	font-family : georgia, palatino, 'times new roman', serif; 
	font-weight : bold; 
	font-style : italic;
	color: #AA132D;
	text-align: left;
}

blockquote.pqRight, div.pqRight {
	text-align: right;
}

blockquote.pullquote p, div.pullquote p {
	border: 2px solid #A00;
	border-width: 3px 0;
	padding: .5em 10px;
	background-color: #F1EDC2;
}

