
/* PARAGRAPHS 
-------------------------------------------- */
.typography p {color: #222;line-height: 20px;font-size: 12px;margin: 0 0 18px 0;}

/* LINKS 
-------------------------------------------- */
.typography a {text-decoration: none;color: #222;}
	.typography a:hover {text-decoration: underline;}

	/* LINK ICONS - shows type of file
	------------------------------------ */
	.typography a[href$=".pdf"], .typography a[href$=".PDF"], .typography a.pdf {
		padding: 2px;padding-left: 20px;background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
	}
	
/* LIST STYLES 
-------------------------------------------- */
.typography ul, .typography ol {margin: 0 0 18px 24px;color: #222;}
	.typography li {margin: 5px 10px;font-size: 12px;}
		
/* HEADER STYLES 
-------------------------------------------- */
.typography h2 {color: #F00;margin: 0 0 18px 0;font-weight: bold;font-family:"DINPro",Verdana, Geneva, sans-serif;font-size: 30px;}	
.typography h3 {color: #000;margin: 0 0 14px 0;font-weight: bold;font-family:"DINPro",Verdana, Geneva, sans-serif;font-size: 18px;}
.typography h4 {font-size: 16px;color: #aaa;font-weight: 300;line-height: 18px;	border-top: 1px dashed #ccc;margin: 5px 0px 14px;padding-top:10px;}
.typography h5 {font-size: 14px;color: #aaa;font-weight: 700;margin: 0 0 12px 0;}
.typography h6 {font-size: 13px;color: #999;line-height: 1.4em;margin: 0 0 12px 0;}


/* 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 {float: right;margin-left: 20px;}
	.typography img.left {float: left;}
	.typography img.leftAlone {float: left;margin-right: 100%;}
	.typography img.center {float: none;margin-left: auto;margin-right: auto;display: block;}
