/* Default pull-quote style by Stephen Rider */

/*	NOTE: Right-side quotes will get the .pullquote class AND the .pqRight class. 
	Sample Pull-Quote HTML:

<blockquote class="pullquote">
	<p>Zowie!</p>
</blockquote>
*/
/* NOTE: Styles are also applied from resources/jspullquotes-core.css */

blockquote.pullquote, div.pullquote {
	background:#151515 url(http://www.richardstupart.com/wp-content/themes/travel/images/quotes.gif) no-repeat scroll left top;
	border-bottom:1px dotted #3E3E3E;
	border-top:1px dotted #3E3E3E;
	color:#F2F1BB;
	float:left;
	font-family:georgia,palatino,'times new roman',serif;
	font-size:12pt;
	margin:20px;
	padding:10px 25px;
	width:180px;
}

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

blockquote.pqRight, div.pqRight {
	float: right;
}

blockquote.pullquote p, div.pullquote p * {
	font-family:georgia,palatino,'times new roman',serif;
	line-height: 150%;
}
