/* "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(startq.gif) top left no-repeat;
	width: 12em;
	text-align: center;
	font-size: 1.1em;
	border: none;
	padding: 0;
	
}

blockquote.pullquote p, div.pullquote p {
	font-family: "Comic Sans MS", "Times New Roman", Times, serif;
	background: url(endq.gif) bottom right no-repeat;
	padding: 1.5em 1em;
}
