/* "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 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

blockquote.pqRight, div.pqRight {
	text-align: center;
}

blockquote.pullquote p, div.pullquote p {
	border: 3px solid #cccccc;
	border-width: 1px 0;
	font-family: Arial, Helvetica, sans-serif;
	padding: .7em 0px;
}
