/*
Do not edit this file.

You can overwrite anything in this file with custom Styles.  Create a CSS file and put it in the Styles folder.  Use the Pull-Quotes options panel to select a Style.
*/

blockquote.pullquote, aside.pullquote, div.pullquote {
/* box */
	display: block;
	border: none;
	background-color: transparent;
	background-image: none;
	vertical-align: middle;
/* positioning */
	float: left;
	margin: 0.25em 1em 0.25em 0;
	padding: 0;
	width: 10em;
/* typography */
	color: inherit;
	font-size: 1.2em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	word-spacing: normal;
}

blockquote.pqRight, aside.pqRight, div.pqRight {
	float: right;
	margin: 0.25em 0 0.25em 1em;
}

blockquote.pullquote p, aside.pullquote p, div.pullquote p {
	background-color: transparent;
	background-image: none;
	margin:  0;
	padding: 0.5em;
	color: inherit;
	line-height: 1.2;
	letter-spacing: normal;
}

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