/* "Frostbite" 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>
*/
/* NOTE: Styles are also applied from resources/jspullquotes-core.css */

blockquote.pullquote, div.pullquote {
	width: 10em;
	text-align: left;
	font-size: 1.1em;
	font-weight: normal;
	background-color: #ECE8CA;
	color: #767465;
	border-color: #948B40;
	border-width: 2px 0px 2px 0px;
	border-style: solid none solid none;

}

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

blockquote.pullquote p, div.pullquote p {
	font-family: Daum_SemiBold, 다음_SemiBold, "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	padding: 0.6em 0.4em;
	line-height: 18px;
}
