/* 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 */

#content blockquote.pullquote { /* don't change this line! */
	width: 12em;
	margin: 0.25em 0.75em 0.5em 0;
	padding: 0 2px 2px 0;
	border: 0;
	color: #698964;
	background: url(/images/rquote.gif) #eec bottom right no-repeat;
	font-weight: bold;
        -moz-border-radius: 5px;
        border-radius: 5px;
        min-height: 4em;
}

#content blockquote.pqAlt { /* don't change this line! */
	margin: 0.25em 0 0.5em 0.75em;
}

#content blockquote.pullquote p {
	margin: 0;
	background: url(/images/lquote.gif) transparent 2px 2px no-repeat;
	padding: 2px 20px 0;
	text-align: center;
}

blockquote.pullquote p:first-letter {
	text-transform: uppercase; /* Makes the first letter of the quote a capital letter */
}
