/* "Frostbite" 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 {
	width: 10em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
        font-style: italic;  
	background-color: #EEE;
	color: #2069D6;
	border-color: #BBC;
	border-width: 2px 0px 2px 0px;
	border-style: solid none solid none;
}

blockquote.pullquote p, div.pullquote p {
	font-family: Georgia, serif;
	padding: 0.6em 0.4em;
}
