/*

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, div.pullquote {

/* box */

	display: block;

	border: none;

	background: transparent none;

	vertical-align: middle;

/* positioning */

	float: left;

	margin: 0.25em 1em 0.25em 0;

	padding: 0;

	width: 10em;

/* typography */

	color: #444;

	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, div.pqRight { 

	float: right;

	margin: 0.25em 0 0.25em 1em;

}



blockquote.pullquote p, div.pullquote p {

	margin:  0;

	padding: 0.5em;

	line-height: 1.2;

	letter-spacing: normal;

}



/* Capitalize first letter of the quote */

blockquote.pullquote p:first-letter, div.pullquote p:first-letter {

	text-transform: uppercase;

}


