.typography h1, .typography h2, .typography h3,  .typography h4, .typography h5 {
	line-height: 1.4em;
}
.typography h1, h2, h3 {
	margin: 0 0 0.4em 0;
	font-weight: normal;
	color: #FF4422;
	/*color: #333333;*/
}
.typography h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}
.typography h2 {
	font-size: 1.8em;
}
.typography h3 {
	font-size: 1em;
	font-weight: bold;
}
.typography p, ul, ol {
	margin-bottom: 0.6em;
	line-height: 1.4em;
}
.typography p {
}
.typography blockquote {
	font-style: italic;
}
.typography ul {
	margin-top: 0.1em;
}
.typography ol {
}
.typography a {
	border-bottom: 1px dotted #EFEFEF;
	text-decoration: none;
	color: #356AA0;
}
.typography a:hover {
	text-decoration: none;
	color: #CC0000;
}
.typography small {
}
.typography #header h1 {
	/*float: left;*/
	margin: 0px;
	padding: 0 0 0 390px;
	/* background: url(../images/easy-abc-logo-transparent-150.png) no-repeat right top; */
	/*text-transform: lowercase;*/
	letter-spacing: 1px;
	font: 55px normal Verdana,Arial,Helvetica,sans-serif;
	line-height:1.1em;
	color: #F01915;
}
.typography #header h1 a {
	text-decoration: none;
	border-bottom: none;
	color: #F01915;
}
.typography #header h1 span {
	/* font-size: 0.8em; */
}
.typography #header p {
	margin: 8px 0 0 0;
	padding: 0 0 0 390px;
	font: 22px normal Verdana,Arial,Helvetica,sans-serif;
	line-height:1.4em;
	font-weight: normal;
	letter-spacing: 1px;
}

.typography #header h2 {
	float: left;
	margin: 0 0 0 -190px;
	padding: 160px 0 0 0;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}
.typography #header h2 a {
	color: #333333;
}
.typography #sidebar h2 {
	margin-bottom: 4px;
	/*text-transform: lowercase;
	letter-spacing: -1px;*/
	color: #CC0000;
}
.typography #sidebar a {
	border: none;
}
