/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	margin:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	line-height:1.3em;
}
.typography p {
	margin-bottom:20px;
}

.typography em {font-style: italic;}

/** 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 h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    font-weight: bold;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 21px;
    line-height: 1.25em;
    color: #6d0f15;
    margin: 8px 0;}

.wrap.green .typography h2,
.wrap.green .typography h3,
.wrap.green .typography h4,
.wrap.green .typography h5,
.wrap.green .typography h6 {
    color: #64B32E;}

.typography h3 {
    font-size: 20px;
    color: #333;}
.typography h4 {
    font-size: 18px;}
.typography h5 {
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #ccc;}
.typography h6 {
    font-size: 17px;
    color: #333;}

/* LINK STYLES */
.typography a {
	color:#ed1c24;
  text-decoration:none;
}
.typography a:hover {
    text-decoration:underline;
}
.typography a[href$=".pdf"] {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-left: 35px;
    font-size: 16px;
    font-weight: bold;
    font-family: "Open Sans Condensed", sans-serif;
    color: #999;
    background: url("img/icon_pdf.png") left center no-repeat;}
.typography a[href$=".pdf"]:hover {
    text-decoration: none;
    color: #ed1c24;}

	
	
.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;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}