/* "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>

*/

blockquote.pullquote, div.pullquote {
	font-variant: normal;
	font-style: italic;
	color: #751c11;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
}

blockquote.pqRight, div.pqRight {
	text-align: right;
}

blockquote.pullquote p, div.pullquote p {
	padding-bottom: .5em;
	padding-top: .5em;
	border: 2px none #751c11;
	border-width: 3px 0;
	font-family: Arial, Helvetica, sans-serif;
}
