/* "Comics" 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 {
	background: url(top_pquote.png) top left no-repeat;
	width: 179px;
	text-align: center;
	font-size: 1.1em;
	border: none;
	padding: 5;
	
}

blockquote.pullquote p, div.pullquote p {
	font-weight: bold;
	font-style: italic;
	text-align: left;
	padding-left: 2em;
	padding-bottom: 1.5em;
	padding-right: 2em;
	padding-top: 1.5em;
	color: #8952a4;
	font-size: 14px;
	font-family: Arial, sans-serif;
	background: url(bottom_pquote.png) bottom left no-repeat;
}
