@charset "utf-8";
/* BEGIN pullquote styles */
blockquote.pullquote 				{	margin: 1.5em 0 .1.5em 20px; padding: 0 0 0 30px;
															clear: left; float: left;
															width: 175px;
								       			 	border-left: 0;
        											border-right: 0;
															background: url(../images/bg-openquote.png) left top no-repeat; 
															font-size: 100%; 	}								/* 100% 	* 12px default for parent body element = 12px */


blockquote.pullquote.right 	{	clear: right; float: right;
															margin-right: 0; margin-left: 20px; }

blockquote.pullquote p 			{	margin: 0; padding: 0 10px 0 0;
															text-align: right;
															text-indent: 0; 
															font-size: 150%; 									/* 150% 	* 12px default for parent body element = 18px */
															line-height: 1.3333em;						/* 1.33		* 18px = 24px */
															font-family: Palatino, 'Palatino Linotype', Georgia, sans-serif;
															font-style: italic;
															color: #e9382f; 
															background: url(../images/bg-closequote.png) right bottom no-repeat; }

/* END pullquote styles */
