/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	/* font-size: 14px; reset all fonts to a common size */
	word-wrap: break-word; /* Stop IE from expanding parent container when word is too long (proprietary IE, new in CSS3) */
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography ul li, .typography ol li, .typography a {
	color:#333;
	line-height:1.5em;
	font-size:1.1em;
}
.typography p {
	font: 400 11px/18px Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	margin-bottom: 18px;
	margin-top: 0px;
	text-indent: 0px;
}
/** CMS LIST STYLES **/
.typography ul, .typography ol {
	margin-left:10px;
	margin-bottom:20px;
}
.typography ul li, .typography ol li {
	margin:4px 10px;
	line-height:1.4em;
}
.typography ul li {
	list-style-type:disc;
}
.typography ol li {
	list-style-type:decimal;
}
/* HEADER STYLES */


.typography h1 {
	font: 500 22px/28px Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	margin: 0;
	letter-spacing: 2px;
	color: #587141;
	font-weight: bold;
}
.typography h2 {
	font-size: 18px;
	color: #587141;
	font-weight: bold;
	padding-top: 8px;
}
.typography h3 {
	font-size: 14px;
	color: #587141;
	font-weight: bold;
}
.typography h4 {
	font-size: 14px;
	color: #587141;
	font-weight: normal;

}


/* LINK STYLES */
.typography a {
	color:#0083C8;
	font-size:1em;
	text-decoration:none;
}
.typography a:hover {
	text-decoration:underline;
}
.typography table {
	font-size:1.1em;
}
.typography table tr td {
	padding:3px 5px;
}
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}

.small {
	font: 300 10px/10px "museo-sans-1", "museo-sans-2", Helvetica, Arial, Serif;
}
.smaller {
	font: 300 10px/18px "museo-sans-1", "museo-sans-2", Helvetica, Arial, Serif;
	margin: 0;
}
.uppercase {
	background-color: transparent;
	letter-spacing: 1px;
	text-transform: uppercase;
}


.authorDate {
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant:small-caps
}