/* "FSW" pull-quote style by Derek Herman */

/*	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(left.gif) no-repeat 5px 0;
	width: 300px;
	text-align: center;
	font-size: 26px;
	border: none;
	padding: 0;
}

blockquote.pullquote p, div.pullquote p {
	background: url(right.gif) no-repeat 100% 90%;
	padding: 0 30px 0 35px;
	font-family: Georgia, Times;
	font-style: italic;
}

