/* 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>

*/

blockquote.pullquote, div.pullquote {
	text-align: center;
	font-size: 1.3em;	
	width:215px;
	height:114px;
	background:url(/blog/wp-content/themes/yellowicon/images/post-it_yellow.jpg) no-repeat;
}

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

blockquote.pqRight, div.pqRight {
}

blockquote.pullquote p, div.pullquote p {
	/*border: 3px double #ccc;
	border-width: 3px 0;*/
	width:150px;
	margin:30px 0 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
