/*
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;
	margin: 10px 40px 1px -5px;
	padding: 0;
	#width: 10em;
	width: 20em;
/* typography */
	#color: #444;
	color: #404040;
	#font-size: 1.2em;
	font-size: 2.8em;
	#font-style: normal;
	#font-variant: normal;
	font-style: Arial;
	#font-weight: normal;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	word-spacing: normal;
	letter-spacing:-0.08em;
}

blockquote.pqRight, div.pqRight { 
	float: right;
	#margin: 0.25em 0 0.25em 1em;
	margin: 10px -5px 1px 40px;
}

blockquote.pullquote em, div.pullquote em, blockquote.pullquote i, div.pullquote i {
	font-style: normal;
}

	
blockquote.pullquote p, div.pullquote p {
	#border: 3px double #ccc;
	#border: 3px double dashed #404040;
	border: 3px double dotted #404040;
	border-width: 3px 0;
	margin:  0;
	#padding: 0.5em;
	padding: 20px 30px 20px 30px;
	line-height: 1.2;
	letter-spacing: normal;
	#letter-spacing:-0.08em;
	font-size: 2.5em;
	font-style: Arial;
	font-weight: normal;
	#font-family: Georgia, "Times New Roman", Times, serif;
}

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