.typography h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	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: 1.6em;
	line-height: 130%;
}
.typography p {
line-height: 120%;
}

.typography blockquote {
	font-style: italic;
}
.typography ul {
}
.typography ol {
}
.typography a {
	/*border-bottom: 1px dotted #EFEFEF;*/
	text-decoration: none;
	color: #3413b7;
}
.typography a:hover {
	text-decoration: none;
	color: #f8bb3c;
}
.typography small {
}
.typography #header h1 {
	float: left;
	padding: 100px 190px 0 0;
	text-transform: lowercase;
	letter-spacing: -3px;
	font-size: 2.4em;
}
.typography #header h1 span {
	color: #f8bb3c;
}
.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: 10px;
	text-transform: lowercase;
	letter-spacing: -1px;
	color: #CC0000;
}
.typography #sidebar a {
	border: none;
}
