.typography {
	color: #000;
	font: 0.75em/150% Verdana, Arial, Helvetica, sans-serif;
}

.typography a {
	color: #eb8d2f;
	text-decoration: none;
	font-weight: bold;
}

.typography a:hover {
	border-bottom: 1px dotted #000;
}

.typography .share a {
	padding-right: 0px;
	background: none;
}

.typography h1 {
	font-size: 2em;	
}

.typography h2 {
	font-size: 1.3em;
	margin: 30px 0px
}

.typography h3 {
	font-size: 1.1em;	
}

.typography h4 {
		
}

.typography h5 {
		
}

.typography h6 {
		
}

/* 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: 10px;
}
.typography img.left {
	float: left;
	margin-right: 10px;
}
.typography img.leftAlone {
	float: left;
	margin-right: 100%;
}
.typography img.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
