/* Typography */

html, body, input, button, select, option, textarea {
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana, Helvetica, sans-serif;
}

a, a:visited {
	text-decoration: none;
}

div#header-title h1 a {
	text-decoration: none;
}

div#content div.pagetitle h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
}

div.post div.title h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 38px;
}
	div.post div.title h2 a {
		line-height: 32px;
		text-decoration: none;
	}
	div.post div.title p {
		font-size: 9px;
		line-height: 18px;
		font-weight: bold;
	}
	div.post div.title p span.group2 {
		text-transform: lowercase;
	}
	div.post div.title p a, div.post div.title p a:visited {
		text-decoration: none
	}
	div.post div.entry a, div.post div.entry a:visited {
		font-weight: bold;
		text-decoration: underline;
	}
	div.post div.entry a:hover {
		text-decoration: none;
	}
	div.post blockquote {
		font-style: italic;
	}

div.errormsg {
	text-align: center;
}

h3#comments, h3#respond {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 38px;
}

h3#comments a {
	text-decoration: none;
}

ol.commentlist li cite {
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li small {
	font-size: 11px;
}

form#commentform p small {
	font-size: 11px;
}

form#commentform p.button {
	text-align: right;
}

div#sidebar div.box h3 {
	font-family: Verdana, sans-serif;
	font-size: 17px;
	line-height: 50px;
	font-weight: normal;
}
	
div#about-author h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 38px;
}

div.copyright p {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 16px;
}



