/* 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 em, div.pullquote em, blockquote.pullquote i, div.pullquote i {
	font-style: normal;
}


#blog #page blockquote.pullquote,  #blog #page div.pullquote {
	text-align: left;
	font-style: italic;
	margin: 0px 20px 10px 0 !important;
	width: 220px !important;
	padding: 5px 0 0 0;
	background: url('http://blog.vgroup.com/wp-content/themes/vgroup/images/quote_top.gif') no-repeat;
}

#blog #page blockquote.pqRight, #blog #page div.pqRight {
	margin: -10px 0 10px 20px !important;
}


blockquote.pullquote p, div.pullquote p {
	font-weight: bold;
	color: #777 !important;
	font-size: 1.2em !important;
	background: url('http://blog.vgroup.com/wp-content/themes/vgroup/images/quote_bottom.gif') no-repeat right bottom;
}

