/* typography.css */

/* Typographica information including font families and sizes, line heights, letter spacing, and text decorations. */

/* =html */

/* =body */
body { 
	font : 75%/1.5 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
}

h2 {
	margin-bottom: .15em;
	font : 180% "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
	font-weight : bold;
	letter-spacing : -1px;
}

h3 {
	margin-top: 0.5em;
	margin-bottom: 0.15em;
	font : 150% "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
	font-weight : bold;
	letter-spacing : -1px;
}


p {
	font-size : 100%;
}

caption {
	font-size: 150%;
}

a:link, a:visited { 
	text-decoration : none;
	text-transform: capitalize;
}

/* =branding */
div#branding blockquote { 
	font-size : 200%;
	font-style: italic;
}

/* =nav */
body.home #nav_home a, body.available_homes #nav_available_homes a, body.about #nav_about a, body.energy_efficiency #nav_energy_efficiency a, body.offers #nav_offers a {
	text-decoration: underline;
}

/* =nav_supp */
div#nav_supp li a {
	font-size: 110%;
}