/*
	Filename: 		typography.css
	Description:	Sets typefaces and type sizes
*/


/* typefaces */

body {
	 font-family: verdana,arial,helvetica,sans-serif;
	}

h1, h2, h3 {
	font-family: georgia,"times new roman",times,serif;
	}

/* framework sizes */

#contents {
	font-size: 76%;
	}

#contents .meta, #contents .note, th, #bottomnav, #contents .more, #contents .row, #contents .byline, #contents .dateline, #sidebar caption, #contents form div label, #contents form div p.label {
	font-size: 86%; /* 86% of the #contents size */
	}

#sidebar, #footer, #nav, #ads p, .bottomnav, #shirt dt {
	font-size: 69%;
	}

/* HTML tags */

address {
	font-style: normal;
	}

h1 {
	font-size: 1.4em;
	margin-top: 20px;
	}

h2 {
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 1em;
	}

h3, form, fieldset, input, label, li, p, select, td, textarea, th {
	font-size: 1em;
	}

h4, .new {
	font-size: 0.9em;
	}

h5 {
	font-size: 0.8em;
	}

h6 {
	font-size: 0.7em;
	}

#sidebar h2, h2.home {
	font-size: 1em;
	}

p,dd,ol,ul {
	margin-bottom: 1em;
	}

p,li,td,th {
	line-height: 1.3em;
	}

table {
	margin-top: 1em;
	margin-bottom: 1em;
	}

/* other styles */

blockquote {
	margin: 1em;
	}

body.column #contents h1 {
	padding-bottom: 0;
	margin-bottom: 0;
	}

body.column #contents h2 {
	margin-top: 0;
	padding-top: 0;
	}

#contents .byline {
	margin-bottom: 0;
	}

#contents legend {
	font-size: 1.5em;
	}

#contents p, #sidebar p {
	line-height: 1.4em;
	margin: 0 0 1em 0;
	}

#contents p.alert {
	margin-top: 2em;
	}

#contents p.info {
	width: 50%;
	margin: 2em auto 1em auto;
	}

#contents #shirt dt {
	margin-top: 20px;
	font-size: 9px;
	color: #000;
	background: transparent;
	}

#contents #shirt dd {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #a5440b;
	background: transparent;
	}

#dateTime {
	font-size: 60%;
	}

#sidebar h3 {
	margin-bottom: 0.5em;
	border-bottom: 1px solid #fff;
	}
