/* 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: 2px 2px 0px 0;
	padding:  0;
	border: none;
	color: #333;
	background: transparent;
	font: italic 1.2em Arial;
	text-align: center;
}

blockquote.pqAlt, div.pqAlt, blockquote.pqRight, div.pqRight {
	margin: 2px 0 2px 1px;
}

blockquote.pullquote p, div.pullquote p {
	margin: 10px;
	border-bottom: 3px solid #ccc;
	border-top: 3px solid #ccc;
}

/* Capitalize first letter of the quote */
/*
blockquote.pullquote p:first-letter, div.pullquote p:first-letter {
	text-transform: uppercase;
}
*/
