/* 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>

*/

blockquote.pullquote, div.pullquote {
	text-align: right;
	font-size: 1em;
	font-style: italic;
}

blockquote.pullquote em, div.pullquote em, blockquote.pullquote i, div.pullquote i {
	font-style: normal;
}

blockquote.pqRight, div.pqRight {
	text-align: left;
}

blockquote.pullquote p, div.pullquote p {
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #f8b732;
	/* font-weight: bold; */
	line-height: 16pt;
}
