/**
 * This typography file is included in the WYSIWYG editor
 */
.typography {
	font-size: 75%;
	color: #333;
	font-family: Verdana, Arial, sans-serif;
}

.typography * {
	font-size: 1em;
}

.typography blockquote {
	margin-left: 20px;
}

.typography hr {
	padding: 5px;
}

.typography a img {
	border: none;
}

.typography p,
.typography ul li,
.typography ol li,
.typography a {
	line-height:1.5em;
}

.typography a {
	color: #900;
}

.typography p {
	margin-bottom:15px;
}

.typography p.author-date {
	font-size: 0.9em;
	margin-top: 5px;
}


/** 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,
.typography h2,
.typography h3,
.typography h4 {
	margin-bottom: 13px;
}
.typography h1,
.typography h3 {
	font-weight: bold;
	color: #900;
}
.typography h2 {
	font-weight: normal;
	margin-top: 20px;
}
	.typography h1 {
		font-size: 1.8em;
		text-transform: lowercase;
		margin-top: 3px;
	}
	.typography h1.regular {
		text-transform: none;
		font-weight: normal;
		margin-bottom: 0;
	}
	.typography h2 {
		font-size: 1.8em;
		text-transform: lowercase;
	}
	.typography h3 {
		font-size: 1em;
	}

/* LINK STYLES */
.typography a {
	/* color:#0083C8;
	font-size:1em; */
}

	.typography a:hover {
		
	}
	
.typography table {
	font-size: 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;
}
.typography img.right {
	float: right;
	margin: 0 0 10px 10px;
}
.typography img.left {
	float: left;
	margin: 0 10px 10px 0;
}
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}