/**
 * This typography file is included in the WYSIWYG editor
 */

.typography * {
	font:16px/1.25 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
}

.typography em,
.typography i {
	font-style:italic !important;
}

.typography strong,
.typography b {
	font-weight: bold;
}

.typography ol,
.typography ul {
	margin: 0;
	padding: 0 0 0 5px;
}

.typography address {
	color: #333 !important;
	background: #f5f5f5;
	border-top: solid 1px #ccc;
	padding: 5px;
}

.typography blockquote {
	padding: 0 3%;
	text-indent: 16px;
	margin: 0 2%;
	background:url(../images/quote.png) top left no-repeat;
	text-align:justify;
	font:16px/1.1 'Palatino Linotype','Book Antiqua',Palatino,serif;
	font-style:italic;
}

.typography blockquote p {
	font:16px/1.1 'Palatino Linotype','Book Antiqua',Palatino,serif;
	font-style: italic;
}

.typography pre {
	font:14px/1.1 'Lucida Console', Monaco, monospace;
	border: dashed 1px #ccc;
	padding: 3px;
	margin-bottom: 17px;
}

.typography hr {
	margin: 0 10%;
	border-color: #ccc;
}

.typography p {
	margin-bottom:20px;
	text-align: justify;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:17px;
	margin-bottom:17px;
}
	.typography ul li,
	.typography ol li {
		margin:4px 17px;
	}
		.typography ul li {
		 list-style-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3
 {
	margin:17px 0;
}

.typography h4,
.typography h5,
.typography h6 {
	margin:12px 0;
}

.typography h1,
.typography h4,
.typography h6 {
	font-weight:bold;
}
.typography h2,
.typography h3, {
	font-weight:normal;
}

.typography h5 {
	font-style: italic;
}

.typography h1{font-size:20px; color:#333;}
.typography h2{font-size:19px}
.typography h3{font-size:18px}
.typography h4{font-size:17px}
.typography h5{font-size:16px}
.typography h6{font-size:14px}


/* LINK STYLES */
.typography a {
  color:#012469;
  text-decoration:underline;
}
	.typography a:hover {
		text-decoration:none;
	}
	
	
.typography table {
	margin: 5px;
}
	.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 img.right {
	float:right;
}
.typography img.center {
	text-align:center;
}


