/* This typography file is included in the WYSIWYG editor and the front end. It provides
 * a place to add link styles and font styles you would like in the CMS and the Front End.
 */

em {
	font-style:italic;
}

strong{
	font-weight:bold;
}


/* PARAGRAPHS 
-------------------------------------------- */

.typography p{ 
 	font-size:14px;
	line-height:1.5;
	margin:0 0 18px;
}

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin:0 16px 18px;
	font-style:italic;
}	

/* LINKS 
-------------------------------------------- */

.typography a {
	color:#942121;
	text-decoration:none;
	/*border-bottom:1px solid #e3e3e3;*/
}

.typography h2 a,
.typography h3 a{
	border:none;	
}

.typography a:visited{
	color:#660000;
}

.typography a:hover { 
	color:#b02929;
	text-decoration:underline;
	/*border-bottom:1px solid #e1cece;*/
}

.HomePage h2 a:hover{
	border:none;
}

/* LIST STYLES 
-------------------------------------------- */

.typography ul, 
.typography ol {
	font-size:14px;
	margin:0 0 18px 16px;
}

.typography ul li {
	list-style:square;
}

.typography ol li {
	list-style:decimal;
}
		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1{ 
	font:bold 35px "Myriad Pro", Helvetica, Arial, sans-serif;
	margin:0 0 36px;
}

.AboutUsPage .typography h1,
.BlogEntry .typography h1,
.ProfilePage .typography h1{
	margin:0 0 18px;
}

.typography h2{ 
	font:bold 26px "Myriad Pro", Helvetica, Arial, sans-serif;
	margin:0 0 18px;
}
	
.typography h3{
	font:bold 19px "Myriad Pro", Helvetica, Arial, sans-serif;
	margin:0 0 12px;
	line-height:1.3;
}

.typography h4{
	font-weight:bold;
	font-size:16px;
	margin:0 0 12px;
}

/* PRE STYLES 
-------------------------------------------- */	

.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:12px;
	margin:16px 20px;
	padding:8px;
	border:1px #ccc solid;
	background:#eee;
}

/* TABLE STYLING 
-------------------------------------------- */

.typography table {
	margin: 0 0 18px 0;
	font-size: 13px;
	color: #333;
	background:#f1f1f1;
}

.typography td {
	border:1px solid #e3e3e3;
	padding:12px;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */

.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */

.typography img {
	border: none;
}

.typography img.right,
.typography div.image.right,
.typography div.captionImage.right {
	float: right;
	margin:0 0 20px 20px;
}

.typography .captionImage {
	border: 1px solid #aaa;
	padding: 5px;
}

.typography img.left,
.typography div.image.left,
.typography div.captionImage.left {
	float: left;
	margin:0 20px 20px 0;
}

.typography img.leftAlone,
.typography div.image.leftAlone,
.typography div.captionImage.leftAlone {
	display:block;
	margin:0 0 20px;
}

.typography img.center,
.typography div.image.center,
.typography div.captionImage.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.typography .caption {
	font-weight: bold;
	text-align: center;
	color: #666;
}
