pre {
	font-family: 'Inconsolata', 'Menlo', 'Consolas', 'Monaco', monospace;
	font-size: 17px;
}
h1, h2, h3, h4 {
	font-family: 'Avenir', 'Helvetica Neue', 'Nimbus Sans L', 'Segoe UI', 'Helvetica', Arial, sans-serif;
	font-weight: lighter;
	line-height: 110%;
}
body, p, input {
	font-family: 'Helvetica Neue', 'Nimbus Sans L', 'Segoe UI', 'Helvetica', Arial, sans-serif;
}
#header input {
	font-size: 17px;
}
h1 a {
	text-decoration: none;
}
h2 a {
	text-decoration: none;
}
#pages a {
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	font-family: 'Helvetica Neue', 'Nimbus Sans L', 'Segoe UI', 'Helvetica', Arial, sans-serif;
}

#header h1 {
	font-size: 48px;
}

#sidebar #about {
	font-family: "Hoefler Text", "Cambria", "Droid Serif", "Palatino", "Georgia", serif;
    font-size: 17px;
	line-height: 150%;
}

#footer h2 {
    text-transform: lowercase;
}

#products a {
	text-decoration: none;
}

#feeds a {
	text-decoration: none;
	font-size: 19px;
}

.product-tagline {
	font-size: 15px;
}

#content h1 {
	font-size: 36px;
}
#content h2 {
	font-size: 28px;
}

#content h3 {
	font-size: 20px;
}

#content p {
	font-size: 17px;
}

#content .post-content {
	font-family: "Hoefler Text", "Cambria", "Droid Serif", "Palatino", "Georgia", serif;
    font-size: 17px;
	line-height: 150%;
}

.post-sidebar {
	font-size: 17px;
}

.nav-links a {
	font-size: 20px;
}