/* "Modern" 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 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

blockquote.pqRight, div.pqRight {
	text-align: right;
}

blockquote.pullquote p, div.pullquote p {
	border: 1px solid #444;
	border-width: 1px 0;
letter-spacing:1px;
font-family:"times new roman", serif;
font-variant:small-caps;
	padding: .5em 0px;
  text-align: justify;
}
