/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	line-height:1.25em;
}

.typography {
	
}

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

.typography p {
	margin:0 0 1em 0;	
}

.typography hr {
	margin:8px 0;
	background-color:#FFFFFF !important;
	border-color:#ccc;
	border-style:solid;
	border-width:0 0 1px !important;
	color:#FFFFFF !important;
	height:0;
	padding:0;
	width:100%;
}

/** CMS LIST STYLES **/
.typography ul,.typography ol {
	margin:0 0 1em 0;
	padding:0 0 0 10px;
}

.typography ul li,.typography ol li {
	margin:0 0 0 10px;
}

.typography ul li {
	list-style-type: disc;
}

.typography ol li {
	list-style-type: decimal;
}

.typography h1, .typography h2, .typography h3 {
	font-weight: normal;
	color: #837870;
}

.typography h1 {
	font-size: 32px;
	margin:0 0 0.8em 0;
}

.typography h2 {
	font-size: 21px;
	margin:0.5em 0 0.5em 0;
}

.typography h3 {
	font-size: 18px;
}

.typography h4 {
	font-size: 16px;
}

.typography h3, .typography h4 {
	margin:2px 0 5px 0;
	font-weight:normal;
}

.typography h3 a, .typography h3 span {
	font-size:inherit;
	background:transparent;	
}

/* LINK STYLES */
.typography a {
	color: #222;
	text-decoration: none;
	background-image:url('../images/white50.png');
	padding:0 1px;
}

.typography a.thumbnail {
	background:none;
	display:block;
	line-height:0;
	width:80px;
}

.typography a:hover {
	background-image:none;
}

.typography .block {
	position:absolute;
	margin:0 0 0 96px;
}

.typography table {
}

.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;
	font-size:14px;
}
