/*
PullQuote Style Name: Modern
PullQuote Style URI: http://striderweb.com/nerdaphernalia/features/wp-javascript-pull-quotes/
Description: A stark, modern style with sans-serif fonts and black and white coloring
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 {
	font-size: 1.4em;
	text-align: left;
	width: 360px;
}

blockquote.pqRight, div.pqRight {
	text-align: right;
}

blockquote.pullquote p, div.pullquote p {
	border: 1px solid #959595;
	border-width: 1px 0;
	/* font-family: Arial, Helvetica, sans-serif; */
	padding: .2em 0px .9em 0px;

}

