/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Verdana,Arial,sans-serif;
	font-size:13px;
}

/* LINK STYLES */
.typography a {
	text-decoration:none;
	color:#2B2524;
	border-bottom:1px dotted #2B2524;
}

.typography blockquote {
	background:#9DBFCA;
	padding:20px;
	border: 1px solid #7BAAB8;
}
.typography hr {
	margin-bottom:10px;
}
.typography p,
.typography ul li,
.typography ol li {
	line-height:1.5em;
}
.typography p {
	margin-bottom:13px;
}


/** 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 {
 	font-family:serif;
	font-style:italic;
	margin-bottom:14px;
}

.typography h1,
.typography h2,
.typography h3 {
	font-size:26px;
}
.typography h4 {
	font-size:20px;
}

/* TABLE STYLES */
	
.typography table {

}
	.typography table tr td {
		padding:3px 5px;
	}
