/* Typography Suite 1 */

/* base font */
body {
	font-family: Helvetica, Gill Sans, Lucida, Tahoma, Verdana, sans-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: Helvetica Narrow Bold, Franklin Gothic, Arial Narrow Bold, Impact, sans-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;
}

/*
#navbar a {font-family: {FOO}}

#askaquestion .phone,#askquestion .phone2{font-family:{FOO};font-size:{FOO};}
#user-tool-box li{font-family:{FOO};font-size:{FOO};font-weight:{FOO};}
.listtown a {font-family:{FOO};}
#quicksearch input, #quicksearch select, #quicksearch textarea {font-family: {FOO};font-size: {FOO};}
.ui-slider {font-family:{FOO};}
#header a{font-family:{FOO};}
font size of .button?

form input, textarea, select{font-family:{FOO};}
label.overlabel-apply {font-family: {FOO};font-size: {FOO}}
*/

