body, input, select, textarea {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 0.8em;
	color: #888;
}

p, dt, dd, li, cite {
	margin-bottom: 1.2em;
}

p, dt, dd, li, cite, em, strong, i, b, s, a {
	line-height: 1.7em;
}

h1 {
	font-size: 2.5em;
	margin: 0;
	font-family: Garamond, "Times New Roman", Times, serif;
}

h1.sIFR-replaced {
	margin-left: -5px;
}

h2 {
	font-weight: bold;
	color: #800000;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin: 3em 0 0 0;
}

#content > h2:first-child,
#sidebar > h2:first-child {
	margin-top: 0;
}

h2 a {
	color: #800000;
}

h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin: 1em 0 0.5em 0;
}

a {
	color: #96AFC2;
}

a:hover {
	text-decoration: none;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

blockquote {
	border-left: 2px solid #EEE;
	margin: 1em 20px 1em 0;
	padding: 0 0 0 20px;
	font-style: italic;
}

blockquote p {
	margin-bottom: 0.8em;
}

blockquote cite {
	font-size: 0.8em;
	display: block;
	color: #CCC;
	font-style: normal;
	font-weight: bold;
}

cite {
	font-style: italic;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: square;
}

ul, ol {
	display: block;
	list-style-position: outside;
	margin-left: 2.5em;
	margin-bottom: 1em;
}	

ul ul, ol ol {
	padding-bottom: 0;
	margin-top: 0.5em;
	margin-bottom: 0;
}

li {
	display: list-item;
	margin-bottom: 0.5em;
}



/**********************************************************
 * News Archive                                           *
 **********************************************************/

div.archive {
	float: left;
	width: 100%;
	margin: 0 0 1em 0;
	font-size: 0.9em;
}

div.archive h3 {
	clear: both;
	margin: 0;
	padding: 1.25em 0 0 0;
}

div.archive ul.months {
	margin: 0;
	padding: 0;
	width: 180px;
}

div.archive ul.months li {
	list-style-type: none;
	display: block;
	float: left;
	width: 25px;
	height: 1.2em;
	margin-right: 5px;
	margin-left: 0;
	color: Gray;
}

ul.news-headlines {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

ul.news-headlines li {
	margin-left: 0;
	padding-left: 0;
}

p.added, span.added {
	font-size: 0.9em;
	color: #CCC;
	font-style: italic;
}

div.boxout span.added {
	color: #AAA;
}

div.boxout ul.headlines li {
	margin-bottom: 0.3em;
}
