/*
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(images/topquote.png) top left no-repeat;
        font-size: 16px;
        font-weight: bold;
        font-family: Arial;
	text-align: left;
        color: #333333
	border: none;
	padding: 0;
        width: 350px;
	
}

blockquote.pullquote p, div.pullquote p {
	background: url(images/bottomquote.png) bottom right no-repeat;
	padding: 1.5em 1em;
}
