/*

	Title:		HellaBoss CSS - TYPOGRAPHY
	Created:	2008-02-06
	Author:		Mathew Hoy
	Note:		Concept based on YUI

----------------------------------------------------------------------- */

body {
	color: #444;
	font-family: Georgia, Times New Roman, serif;
	font-size: 77% /* renders at ~11px */
}

p {
	line-height: 1.9em;
	margin-bottom: 14px;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	color: #444;
	font-weight: normal;
}

h1 {
	font-size: 200%;
	padding: 14px 0;
}

h2 {
	font-size: 125%;
	padding: 14px 0;
}

h3 {
	font-size: 100%;
	padding: 14px 0;
	color: #ed145b;
	font-style: italic;
}

.dateline {
	font-size: 65%;
	display: block;
	font-weight: normal;
	color: #888;
	letter-spacing: normal;
	padding-left: 7px;
}

#about-text {
	text-align: left;
	font-size: 14px;
}

#about-text h1 {
	font-size: 20px;
}

.abouttext {
	font-size: 90%;
	font-style: italic;
	color: #bbb;
	text-align: center;
}