/* Styler */
div.styler-box {
	border: 0px none;
	border-left: 2px ridge #888;
	padding: 4px;
}

div.styler-background { background-color: #eee; }

div.styler-float-left { float: left; margin: 4px 0px; }
div.styler-float-right { float: right; margin: 4px 0px; }

div.styler-left { text-align: left; }
div.styler-right { text-align: right; }
div.styler-center { text-align: center; }
div.styler-justify { text-align: justify; }

/* Verse */
div.verse {
	border: none;
	padding: 1em 3em;
}

div.verse pre {
	font-family: 'Courier New', Courier, monospace;
	color: black;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
}

div.verse pre span {
	color: #006600;
	font-style: italic;
}

/* epigraph */
div.epigraph {
	margin-left: 60%;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 1em;
	font-family: Times New Roman, Georgia, Garamond, Times, serif;
	font-style: italic;
}

/* quote */
div.styler-quote {
	margin-left: 2em;
	border: 1px dotted #BBAC8C;
	background: #F8F5EE url(images/blockquote.gif) no-repeat 0.3em 0.3em;
	padding: 1em;
	
}
