/* Typography Suite 1 */

/* base font */
body {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 0.7em;
	line-height: 1.63;
}

/* vertical spacing */
h1 {
	margin-bottom: 15px;
	line-height: 1;
}

h2,
h3 { margin-bottom: 5px }

h4,
h5,
h6 { margin-bottom: 0px }

p,
ul,
ol { margin-bottom: 14px; }

ul ul,
ol ol,
ul ol,
ol ul { margin-bottom: 0; }


/* headings */
h1 {
	font-size: 180%;
	font-family: Georgia, Times, Times New Roman, serif;
}

h2 {
	font-size: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3 {
	font-size: 100%;
}

h4 { font-size: 90%; }
h5 { font-size: 90%; }
h6 { font-size: 90%; }

/* lists */
ul, ol { margin-left: 20px; }

/* sidebar */
#sidebar h3,
#sidebar2 h3 {
	text-transform: uppercase;
	font-size: 100%;
	margin-bottom: 5px;
}
#sidebar h4,
#sidebar2 h4 {
	font-size: 111%;
}
h4.pssheader {margin-top:5px; }

/* other */
.tagline {
	font-style: italic;
	margin-top: -10px;
}

blockquote {
	margin-left: 20px;
	font-style: italic;
}
