/* GENERIC STYLES 
-------------------------------------------- */
 
.typography * {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, sans-serif; 
}

.typography hr {
	border: 1px solid #ccc;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}
.typography a { 
 	text-decoration: none; 
	color: #3c9ac6;
}
.typography p {
	margin-bottom: 1em;
	line-height: 1.5em;
}
.typography li, .typography ul {
	margin-left: 1.5em;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
.typography h1, .typography h2, .typography h3, .typography h4 {
	line-height: 1.2em;
}
.typography h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.typography blockquote {
	background-color: #eaeaea;
	border: 1px solid #ddd;
	padding: 0.8em 1.2em;
	/* margin-left: 4em; */
	width: 90%;
	max-width: 450px;
	margin: 0px auto;
	margin-bottom: 1.5em;
	margin-top: 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

.typography p.right {
	float: 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;
	}
	
.typography img.lightBordered {
	border: 2px solid #f5f5f5;

}
.typography img.darkBordered {
	border: 1px solid #444;
}
/*TABLES*/
.typography .verticalTop tr, .typography .verticalTop td {
	vertical-align: top;
}
