/* "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 {
	text-align: right;

}

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

blockquote.pullquote p, div.pullquote p {
font-family: helvetica, sans-serif; color: #1E6F9E; font-size: 20px; font-weight: bold; line-height: 1.1; padding-right:30px} 
