/* 

TITLE: Mr. Clean

DESCRIPTION: sans-serif type

*/

/* questions/notes 

can #content be made narrower, say 580 instead of 590

*/

/* base font */
body {
	font-family: "Lucida Grande", Verdana, Tahoma, sans-serif;
	font-size: 0.85em;
	line-height: 1.63;
}

/* vertical spacing */
h1 {
	margin-bottom: 15px;
	line-height: 1;
}

h2,
h3 { margin-bottom: 5px; line-height: 1;}

h4,
h5,
h6 { margin-bottom: 0px; line-height: 1; }

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 New Roman, serif;
}

h2 {
	font-size: 120%;
	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 ul
{
	list-style-type: square;
	list-style-position: inside;
}
/*#sidebar li { font-size: .em; }*/

#sidebar h3,
#sidebar2 h3 {
	text-transform: uppercase;
	font-size: 85%;
	margin-bottom: 5px;
	margin-top:15px;
}
#sidebar h4,
#sidebar2 h4 {
	font-size: 100%;
}
h4.pssheader {margin-top:15px;
color: #666;


}

/* other */
.tagline {
	font-style: italic;
	margin-top: -10px;
}

blockquote {
	margin-left: 20px;
	font-style: italic;
}
