/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
/*	font-family:Verdana,Arial,sans-serif;
	font-size:1em;
*/
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography td {
	color:#181818;
	font-size:1.6em;
	line-height:1.4em;
}
.typography p {
	margin-bottom:20px;
}

p.caption { 
	background-color: #eee;
	padding: .75em 2em;
	margin: 1em 0;
	font-size: 1.2em; 
	line-height: 1em;	
}


/** 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:none;
		 background: url(../images/ul-bullet.gif) no-repeat scroll 0px 6px;
		 padding-left: 25px;
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
	font-size:2.2em;
	margin-bottom:14px;
	color:#0083C8;
	font-weight:bold;
	text-shadow: 1px 1px 2px #f0f0f0;
}
.typography h1,
.typography h4 {
}
.typography h2,
.typography h5 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 4px;
}
.typography h3,
.typography h6 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 4px;
	font-variant: small-caps;
}
.typography h4 {
	letter-spacing: 2px;
}
.typography h5 {
	letter-spacing: 2px;
}
.typography h6 {
	letter-spacing: 2px;
}


/* LINK STYLES */
.typography a {
	color:#0083C8;
/*  font-size:1em;	*/
  text-decoration:underline;
}
	.typography a:hover {
		text-decoration:underline;
	}
	
/*.typography table {
	font-size:1em;
}*/
	.typography table tr td {
		padding:5px 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;
}