/* GENERIC STYLES 
-------------------------------------------- */

/* PARAGRAPHS 
-------------------------------------------- */
.typography p { margin: 0 0 9px 0; }

/* LINKS 
-------------------------------------------- */
.typography a:link, .typography a:visited { text-decoration: none; color: #000; }
.typography a:hover, .typography a:active, .typography a.current { text-decoration: underline; color: #000; }

#aboutHolder a:link, #aboutHolder a:visited { text-decoration: underline; color: #000; }
#aboutHolder a:hover, #aboutHolder a:active, .typography a.current { text-decoration: none; color: #000; }
		
/* HEADER STYLES 
-------------------------------------------- */
.typography h1 { font-size: 11px; font-weight: bold; line-height:11px; }
.typography h2 {  font-size: 20px; }	

/* 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; }