/**
 * This typography file is included in the WYSIWYG editor
 */
body {
	font-family: Arial, Helvetica, sans-serif;
}
.typography p, .typography ul, .typography ol {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333;
	margin: 1.3em 0 1.6em 0;
}
#Content.typography li {
	margin: 1em 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
}
.typography ul, .typography ol {
	margin: 10px 10px 10px 20px;
	color: #555;
}
.typography ul ul {
	font-size: 1em;
}

.typography h1, .typography h2, .typography h3, .typography h4,
.typography h5, .typography h6 {
	font-family: Georgia, Times, Serif;
	font-weight: 300;
	margin: 1em 0 0.5em 0;
}
.typography h1 {
	font-size: 2.6em;
	color: #823d24;
}
.typography h3 {
	font-size: 1.8em;
	color: #b23030;
}
.typography h2 {
	font-size: 2.2em;
	border-bottom: 1px solid #ddd;
	color: #333;
}

.typography h4 {
	font-size: 1.6em;
}
.typography h5 {
	font-size: 1.6em;
	border-bottom: 1px solid #ddd;
}
.typography h6 {
	color: #000;
	color: #b23030;
	font-size: 1.4em;	
}
.typography a {
	color: #0066cc;
}
.typography a:hover {
	text-decoration: underline;
	color: #823d24;
}
.typography blockquote p {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color:#777777;
	display:block;
	float: left;
	width: 200px;
	margin: 8px 10px 15px 0;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 1.6em;
}
.typography blockquote cite {
	font-size: 0.8em;
	color: #444;
}

.typography img.left {
	float: left;
	margin: 2px 10px 10px 0;
}
.typography img.right {
	float: right;
	margin: 2px 0 10px 10px;
}