/************************************/
/* 6 Baer Essentials				*/
/* Typography Stylesheet			*/
/************************************/

/************************************/
/* General Formatting				*/
body { font-family: Georgia, "Times New Roman", Times, serif; }
.left, .alignleft {	text-align: left; }
.right, .alignright { text-align: right; }

/************************************/
/* Header							*/
.nav { 
	font-family: "Adobe Garamond Pro", Garamond, "Hoefler Text", "Times New Roman", Times, serif;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	text-align: center; 
	text-transform: uppercase;
}
.nav ul ul { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-align: left;
}
.nav a { text-decoration: none; }

/************************************/
/* Main								*/

	/* Content */
	#content h1, #content h2, #content h3,
	#content h4, #content h5, #content h6 { }
	#content h1 a, #content h2 a, #content h3 a,
	#content h4 a, #content h5 a, #content h6 a { font-family: Georgia, "Times New Roman", Times, serif; }
	#content h1 { font-size: 1.6em;	}
	#content h2 { font-size: 1.6em; }
	#content h3 { font-size: 1.4em;	font-weight: normal; }
	#content h4 { font-size: 1.2em; }
	#content h5 { font-size: 1.2em; font-weight: normal; }
	#content h6 { font-size: 1em; }
	#content p { font-size: 0.85em;	line-height: 1.5em;	}
	#content blockquote { font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; }
	#content ol, #content ul, #content dl {	font-size: 0.8em; line-height: 1.3em; }
	#content a { font-family: Arial, Helvetica, sans-serif; font-size: 1.0em; font-weight: bold; text-decoration: none; }
	#content a:hover { text-decoration: underline; }
	#content ul ul, #content ul ol, #content ul dl,
	#content ol ol, #content ol ul, #content ol dl,
	#content dl ol, #content dl ul, #content dl dl { font-size: 1em; }
	#content ul { list-style: disc; }
	#content ol { list-style: decimal; }
	#content em { font-style: italic; }
	#content strong { font-weight: bold; }
	#content ul em, #content ol em, #content dl em { font-style: normal; }
	#content ol em, #content ul em, #content dl em { font-style: normal; font-weight: bold;	}
	#content blockquote { }
	#content table { font-size: 0.8em; letter-spacing: 0.05em; }
	#content th { font-weight: bold; }
	#content input, #content textarea, #content select { font-family: Arial, Helvetica, sans-serif; }
	#content textarea { font-family: inherit; font-size: inherit; }
	#content .entry .wp-caption p { font-family: Arial, Helvetica, sans-serif; }
	#content .larger { font-size: larger; }
	#content .title a { text-decoration: none; }
	
		/* Comments */
		#content .commentlist li, #comments_submit li { list-style: none; }
		#content .commentlist p { font-size: 1em; }
		#comments_submit li p { font-size: 1em; }

	/* Sidebar */
	#sidebar a { text-decoration: none; }
	#sidebar a:hover { text-decoration: underline; }
	#quote { font-size: 1.2em; line-height: 1.4em; }
	#quote cite { font-size: 0.8em; font-style: normal; }
	#sidebar .module h3 {
		font-family: "Adobe Garamond Pro", Garamond, "Hoefler Text", "Times New Roman", Times, serif;
		font-size: 1.3em;
		font-weight: normal;
	}
	#sidebar .module a { font-family: Arial, Helvetica, sans-serif; }
	#sidebar .module a:hover { text-decoration: none; }
	#sidebar .module ul { line-height: 1.3em; list-style: disc; }
	#sidebar .contact { font-size: 0.9em; }
	#sidebar .contact dt, #sidebar .email { text-transform: uppercase; }

/************************************/
/* Footer							*/
#footer { 
	font-size: 0.6em;
	letter-spacing: 0.4em;
	text-align: center; 
	text-transform: uppercase;
}
#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }