/** BASIC STYLES **/

.typography {
	font-family: "Eras ITC", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-shadow: #111 2px 1px;
}

.typography .right {
	float: right;
}

.typography .left {
	float: left;
}

.typography .noshadow {
	text-shadow: none;
}

.typography a {
	font-weight: bold;
	color: #BCD;
	text-decoration: none;
	text-shadow: #000 1px 1px;
}

	.typography a:hover {
		border-bottom: 1px dotted #CCC;
	}

.typography p {
	margin-bottom: 12px;
	text-align: justify;
}

/** HEADINGS **/
 
.typography h1 {
	font-family: "IM Fell English", "Eras ITC", Helvetica, sans-serif;
	font-size: 28px;
	text-shadow: #000 1px 2px;
}

.typography h2 {
	font-family: "IM Fell English", "Eras ITC", Helvetica, sans-serif;
	font-size: 24px;
	text-shadow: #000 1px 2px;
	margin-bottom: 8px;
}

.typography h3 {
	font-family: "IM Fell English", "Eras ITC", Helvetica, sans-serif;
	font-size: 20px;
	text-shadow: #000 1px 1px;
	margin-bottom: 6px;
}

.typography h4 {
	font-size: 16px;
	text-shadow: #000 1px 1px;
	margin-bottom: 4px;
}

.typography h5 {
	font-size: 14px;
	text-shadow: #000 1px 1px;
	margin-bottom: 2px;
}

.typography h5 {
	font-size: 14px;
}

/** OTHER BLOCK ELEMENTS **/

.typography blockquote, .typography q {
	display: block;
	text-align: justify;
	background: url('../images/white-10.png');
	background: rgba(255, 255, 255, 0.1);
	padding: 5px 10px 5px 10px;
	border-left: 15px solid rgba(255, 255, 255, 0.1);
}

.typography .codesnippet {
	padding: 5px 5px 0px 5px;
	font-family: courier, monospace;
	background: url('../images/white-10.png');
	background: rgba(255, 255, 255, 0.1);	
	border: 1px dotted #E0E0E0;
}

.typography ul {
	list-style: circle;
	margin-left: 30px;
}

.typography ol {
	list-style: decimal;
	margin-left: 30px;
}

	.typography li {
		margin-bottom: 5px;
		text-align: justify;
	}

/** NON TEXT ELEMENTS **/

.typography img {
	border: 5px solid rgb(180, 180, 180);
	border: 5px solid rgba(255, 255, 255, 0.3);
}

.typography hr {
	border: 0;
	width: 90%;
	color: #AAA;
	background-color: #AAA;
	height: 1px;
	margin: 2px auto 10px auto;
}
