/* This typography file is included in the WYSIWYG editor */
 

/* WYSIWYG Editor Alignment Classes */

.typography .left {
	text-align:left;
}

.typography .center {
	text-align:center;
}

.typography .right {
	text-align: left;
}

/* Image Alignment */

.typography img.right,
img.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.typography img.left,
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;
}

/* Typography */

.typography .smallParagraph {
	font-size: 11px;
	line-height: 15px;
}

.typography .firstParagraph {
	font-size: 15px;	
}

.typography .twoColumn {
	float: left;
	width: 250px;
}

.typography H1,
.typography H2,
.typography H3 {

}

