/* NOTE: *.pqAlt section applies to right-side pull-quotes only.  Right-side quotes will get the *.pullquote declarations PLUS the .pqAlt declarations */

blockquote.pullquote, div.pullquote {
	width: 10em;
	margin: 0.25em 0.75em 0.25em 0;
	padding: 0.5em;
	border: 3px double black;
	border-width: 6px;
	color: #333;
	background: #FFEBCD;
	font: italic 14px/16px Georgia;
}

blockquote.pqAlt, div.pqAlt, blockquote.pqRight, div.pqRight {
	margin: 0.25em 0 0.25em 0.75em;
}

blockquote.pullquote p, div.pullquote p {
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Capitalize first letter of the quote */
/*
blockquote.pullquote p:first-letter, div.pullquote p:first-letter {
	text-transform: uppercase;
}
*/
