/* Rather plain style sheet, adapted from my blog.css
 * Last rev 2006-07-10
 */
body {
	/* the color of the universe */
	background-color: #FFFFEF;
	color: #222;
	line-height: 140%;	/* relax leading */
	font-size: 0.9em;
	font-family: verdana, arial, sans-serif;
}
td {
	background-color: #FFFFEF; 
	color: #222;
	line-height: 120%;	/* relax leading, but less */
	font-size: 0.9em;
	font-family: verdana, arial, sans-serif;
}
td.sm { font-size: 0.85em; }
td.bar { background-color: #700;	/* reversed, for graphic trim */
	 font-size: 0.3em;	/* to make &nbsp; small */
	 color: #FFFFEF; }
 /* floating images, usually; use with <span> for captioning */
.pix {
	float: right;
	padding: 0px 0px 5px 5px;
	margin-right: 5%;
	border-style: hidden;
	border-width: 0;	/* because MSIE is hard of hearing */
}
.lpix {
	float: left;
	padding: 0px 5px 5px 0px;
	border-style: hidden;
	border-width: 0;
}
.poppix {
	float: right;
	margin: 0px 5% 5px 5px;
	padding: 0;
	border: #700 dotted 1px;
}
.lpoppix {
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0;
	border: #700 dotted 1px;
}
.rslice {	/* image slicing */
	float: right; clear: right; margin: 0 0 0 1em;
}
.lslice {	/* this probably won't work with the lh table though */
	float: left; clear: left; margin: 0 1em 0 0;
}
.pull {	/* use with <span> for a pull-out quote in a box */
	float: right;
	width:25%;
	padding: 0px 5px 5px 5px;
	border: #700 dotted 2px;
	margin-left: 15px;  /* applied within the containing element? */
}
h1 {
	color: #700;
	/* This was an attempt to tighten NS vertically, breaks w/IE
	 * margin-top: -0.5em; margin-bottom: 0em; */ 
	margin-bottom: 0em;
	font-size: 1.2em; font-weight: bold; 
	text-align: center;
}
h2 {
	color: #444;
	margin-left: 20%; margin-right: 15%;
	font-size: 1.1em;
}
h3 {
	color: #444;
	margin-left: 20%; margin-right: 15%; margin-bottom: 0;
	font-weight: bold;
}
th,b {
	color: #000;
}
u {
	text-decoration: underline;
}
a:link {	
	text-decoration: underline;
}
a:visited {	
	text-decoration: underline;
}
a:active {	
	text-decoration: none;
}
ol {
	margin-left: 20%; margin-right: 15%; } /* same as for p */
ol.a {
	list-style-type: lower-alpha;
}
ol.d {
	list-style-type: decimal;
}
ul {
	margin-left: 5%; margin-right: 5%; /* same as for p */
	list-style-type: square; }
blockquote {
	margin: 0.2em 20% 0.2em 25%;
	font-size: 1.1em;  /* Serif text needs to be bigger */
	font-family: "times new roman", times, serif}
p {
	margin: 0.2em 5% 0.2em 5%;
	text-indent: 2em;
}
p.new { /* tightens up under Hn headings, broken NS stuff :-( */
	margin-top: 0em;
	text-indent: 0em;
}
p.short, p.break {
	margin-top: 1.5em;
	text-indent: 0em;
}
p.bq {	/* like new, but narrower, and "quoted": "blockquote" */
	text-indent: 0em;
	margin-left: 8%;
	padding-left: 1%;
	margin-right: 8%;
	border: #700 dotted 1px;
	border-width: 0 0 0 2px;
}
p.bqp {	/* indented block quotation ppg */
	text-indent: 2em;
	margin-left: 8%;
	padding-left: 1%;
	margin-right: 8%;
	border: #700 dotted 1px;
	border-width: 0 0 0 2px;
}
p.list {	/* non-bulleted list making */
	margin-left: 10%; /* bigger than regular <p> */
	margin-right: 10%;
	margin-top: 0em;
	margin-bottom: 0.2em;
	line-height: 120%;	/* tighten leading for multi-line items */
	text-indent: -1em;
}
p.list2 {
	margin-left: 15%; /* bigger than <p.list> */
	margin-right: 10%;
	margin-top: 0em;
	margin-bottom: 0.2em;
	line-height: 120%;
	text-indent: -1em;
}
p.ptr {
	text-align: right;
	margin-top: 0.4em;
	margin-bottom: 0.2em;
	font-size: 0.85em;
}
p.sig {
	color: #400;
	text-align: center;
	font-size: 0.85em;
}
p.nav {
	margin-left: 0%; margin-right: 0%;
	text-align: center;
}
p.tags {
	text-align: left;
	font-style: italic; font-size: 0.85em;
}
cite {
	font-style: italic;
}
pre {
	margin-left: 10%; margin-right: 10%; }
.firstletter {
	float:left;
	color:rgb(128,0,0);
	font-size:4em;
	line-height:60%;
	padding-top:2px;
	font-family: Times, Georgia, serif;
}
