/* Default 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 {
	text-align: center;
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.7em;
	color: #666;
	background: url(openquote.gif) top left no-repeat;
}

blockquote.pullquote em, div.pullquote em, blockquote.pullquote i, div.pullquote i {
	font-style: normal;
}

blockquote.pqRight, div.pqRight {
}

blockquote.pullquote p, div.pullquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(closequote.gif) bottom right no-repeat;
}

