/*
	Typography
*/

.typography {
}

.typography h2, 
.typography h3, 
.typography h4, 
.typography h5 {
	font-family: Times, Georgia, serif;
	color: #444;
	font-size: 1.9em;
	font-weight: normal;
	position: relative;
	left: -1px;
	height: auto;
	padding: 0.6em 0 0 0;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #d8d8d8;
}

.typography h2 {
	padding: 0;
	margin-right: 20px;
}

.typography h3 { 
	font-size: 1.5em;
}

.typography h4 { font-size: 1.3em; }
.typography h5 { font-size: 1.1em; }

.typography a {
	text-decoration: underline;
	color: #555; 
}

.typography a:hover {
	color: #c10076;
}

.typography p {
	padding: 0.1em 0 0.5em 0;
	line-height: 1.5;
	color: #444;
}

.typography ul, .typography ol {
	padding: 0.1em 0 0.5em 2em;
	line-height: 1.5;
	color: #444;
	list-style-type: square;
}

.typography li a {
	color: #c10076;
	text-decoration: none;
}

.typography li a:hover {
	text-decoration: underline;
}

.typography .pink {
	color: #c10076;
}
