/* Typography Suite 1 */

/* base font */
body {
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	line-height: 1.45;
}

/* 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-family: "Lucida Grande", Arial, sans-serif;
	font-size: 205%;
	font-weight: normal;
}

h2 {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 130%;
}

h3 {
	font-size: 110%;
}

h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 90%; }

/* lists */
ul, ol { margin-left: 20px; }

/* sidebar */
#sidebar h3,
#sidebar2 h3 {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 115%;
	line-height: 1.2;
	text-transform: normal;
}

/* other */
.tagline {
	font-style: italic;
	margin-top: -10px;
}

blockquote {
	margin-left: 20px;
	font-style: italic;
}

a { text-decoration: none; }

a:hover { text-decoration: underline; }