/*
PullQuote Style Name: Comics
PullQuote Style URI: http://striderweb.com/nerdaphernalia/features/wp-javascript-pull-quotes/
Description: A hand-written look decorated with large graphical quote marks
Version: 1.0
Author: Stephen Rider
Author URI: http://striderweb.com/
*/

/*	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: url(openquote.gif) top left no-repeat;
	background-position: 13px 7px;
	text-align: left;
		/*font-size: 1.1em;*/
	/*padding-left: 5px;*/
	
	
}

blockquote.pullquote p, div.pullquote p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 18px;
	font-weight: bold;
	background-color:#F1F1F1;
	background: url(closequote.gif) bottom right no-repeat !important;
	padding-bottom: 19px;
	padding-top: 15px;
}

