/*** This typography file is included in the WYSIWYG editor ***/
.typography p { 
	line-height: 1.2;
	margin: 10px 5px 5px 0;
}

.typography blockquote {
	margin: 10px;
	font-size: 16px;
	color: #777;
	font-style: italic;
}

/*** Lists ***/

.typography ul, .typography ol {
	margin: 20px;
	color: #666;
}

.typography li {
	margin: 5px 10px;
	font-size: 12px;
}

/*** Links ***/

.typography a {
	color: #343430;
	text-decoration: underline;
}

.typography a:hover {
	color: #4c181a;
	text-decoration: none;
}
/*** Headers ***/

.typography h1, .typography h2 {
	margin: 5px 0 10px;
	clear: both;
	font-weight: 300;
}

.typography h1 {
	color: #810000;
	font-size: 22px;
}

.typography h2 { 
	color: #4b4b44;
 	font-size: 18px; 
}
	
.typography h3 {
	color: #868578;
	margin: 5px 0;
	font-weight: 300;
	clear: both;
	font-size: 18px;
}

.typography h4 {
	font-size: 17px;
	color: #222;
	width: 95%;
	clear: both;
	font-weight: 300;
	line-height: 1.5;
	border-bottom: 1px solid #ccc;
	margin: 25px 0 15px 0;
}

.typography h5 {
	font-size: 16px;
	color: #222;
	font-weight: 300;
	margin: 10px 0;
}

.typography h6 {
	font-size: 15px;
	color: #555;
	line-height: 1.4;
	margin: 10px 0;
}

/*** Addresses ***/	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:14px;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;
}

.typography q {
	display:block;
	font-size:12px;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;;
}

/*** Tables ***/

/*** WYSIWYG EDITOR ALIGNMENT ***/
.typography .left {
	text-align:left;
}

.typography .center {
	text-align:center;
}

.typography .right {
	text-align:right;
}

.typography img.right {
	float:right;
	margin-left:20px;
}

.typography img.left {
	float:left;
}

.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

/*** Extra redundancy ***/
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.typography .mceContentBody .left-vertical-border {
	border-left: 1px solid;
}

.typography .left-vertical-border {
	border-left: 1px solid;
}

