/* NOTE: The blockquote.alt section applies to right-side pull-quotes only.  Right-side quotes will get the blockquote.pullquote declarations PLUS the .pqAlt declarations */

blockquote.pullquote { /* don't change this line! */
	width: 10em;
	margin: 1.25em 1.75em 1.25em 20px;
	padding: 1.5em;
	border: 3px solid #923A0A;
	border-width: 3px 0;
	color: #C8911C;
	background: #000000;
	font: italic 1.1em/1.1 Verdana;
}

blockquote.pqAlt { /* don't change this line! */
	margin: 1.25em 20px 1.25em 1.75em;
}

blockquote.pullquote p {
	margin: 0;
	padding: 0;
	text-align: center;
}

blockquote.pullquote p:first-letter {
	text-transform: uppercase; /* Makes the first letter of the quote a capital letter */
}

