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

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

blockquote.pullquote p, div.pullquote p {
	border: 3px solid #A70037;
	border-width: 3px 0;
	font-family: Tahoma, Trebuchet MS;
	padding: .5em 0px;
}
