/*
// File: Typography
// Project: Barbara Wells Studio
// Version: 2.0
// Author: Jason Robb
// Author URI: http://www.jasonrobb.com
//
*/

/* ====== */

html, html>body, html>body#content { font-size: 1em; }

div#content {
	font: 1em/1.5em arial,helvetica,verdana,sans-serif;
	}

#branding .logo { line-height: 0; }
#branding ul li a {
	font-size: .9em;
	font-weight: normal;
	line-height: 1.5;
	}

/* Proceed with caution */

h1 {
	font: 1.8em/2 arial,helvetica,verdana,sans-serif;
	font-weight: normal;
	margin-bottom: 1em;
	}

h2 {
	background-color: inherit; color: #444;
	font: 1.3em/1.5 arial,helvetica,verdana,sans-serif;
	font-weight: normal;
	margin: .75em 0 .25em;
	}

p, ul, ol, dl {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5;
	}

p {
	font: 1em/1.5em georgia,serif;
	margin-bottom: 1.5em;
	}


