/* 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: 1em 1em 0.5em 0em;
	padding: 0.5em;
        border: none;
        border-left: none;
	border-top: 3px double #333;
        border-bottom: 3px double #333;
	color: #333;
	background: #fff;
	
        font-weight: italic;
}

blockquote.pqAlt { /* don't change this line! */
	margin: 0.25em 0 0.25em 0.75em;
}

blockquote.pullquote p {
        font: 28pt Georgia;	
        margin: 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}

#primary .primary blockquote.pullquote p {
	margin: 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}

blockquote.pullquote p:first-letter {
	text-transform: uppercase; /* Makes the first letter of the quote a capital letter */
}

