/* Cascading style sheet for TvA's essays
 * Last revised 2006-06-23
 */
body {
	background-color: #FCFCF6; 
	color: #000;
	line-height: 140%;	/* relax leading */
	margin-left: 10%; margin-right: 10%; /* side margins for everyting */
	font-family: "times new roman", times, serif }
td {
	background-color: #FCFCF6; 
	color: #000;
	font-family: "times new roman", times, serif }
h1 {
	color: #600;
	margin-top: 0em; margin-bottom: 0em;
	text-align: right;
	font-size: 1.4em;
	font-family: "Gothic Demi", "Grizzly BT",
		"Arial Black", arial, sans-serif }
h2 {
	color: black;
	font-size: 1.3em; font-weight: bold; 
	font-family: garamond, "times new roman", times, serif}
h3 {
	color: black;
	font-size: 1em; font-weight: bold; }
h4 {
	color: black;
	font-size: 1em }
th,b {
	color: #700 }
u {
	text-decoration: underline }
a:link {	
	text-decoration: underline }
a:visited {	
	text-decoration: none }
a:active {	
	text-decoration: underline }
ul {
	margin-top: 0.5em; margin-bottom: 0.5em;
	margin-left: 5%; margin-right: 5% }
blockquote {
	margin-left: 5%; margin-right: 5% }
p {
	margin-top: 0.2em;	/* split the 140% leading */
	margin-bottom: 0.2em;
	text-indent: 2em }
p.new { /* tightens up under Hn headings, broken NS stuff :-( */
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	text-indent: 0em }
p.short, p.break {
	margin-top: 1.5em;
	margin-bottom: 0.2em;
	text-indent: 0em }
p.list {	/* non-bulleted list making */
	margin-top: 0.4em;
	margin-bottom: 0em;
	margin-left: 3em;
	margin-right: 2em;
	text-indent: -1em }
p.list2 {
	margin-top: 0.4em;
	margin-bottom: 0em;
	margin-left: 4em;
	text-indent: -1em }
p.list3 {
	margin-top: 0.4em;
	margin-bottom: 0em;
	margin-left: 1em;
	text-indent: -1em }
p.ptr {
	margin-top: 0.8em;
	margin-bottom: 0em;
	text-align: right;
	font-size: 0.8em }
p.sig {
	color: #400;
	margin-top: 1.2em;
	margin-bottom: 0em;
	text-align: center;
	font-size: 0.8em }
p.nav {
	margin-left: 0%; margin-right: 0%;
	text-align: center }
p.tags {
	margin-top: 0.2em;
	margin-bottom: 0em;
	text-align: left;
	font-style: italic; font-size: 0.8em }
cite {
	font-style: italic }
/* imports from blog.css */
img.pix {	/* image floated inside a <p> */
	float: right;
	padding: 0px 0px 5px 5px;
	border-style: hidden;
	border-width: 0;	/* because MSIE is hard of hearing */
}
img.lpix {
	float: left;
	padding: 0px 5px 5px 0px;
	border-style: hidden;
	border-width: 0;
}
img.poppix {
	float: right;
	padding: 0px 0px 5px 5px;
	border: #700 dotted 1px;
}
img.lpoppix {
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0;
	border: #700 dotted 1px;
}
.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? */
}
p.bq {	/* like new, but narrower, and "quoted": "blockquote" */
	text-indent: 0em;
	margin-left: 2em;
	padding-left: 0.5em;
	margin-right: 2em;
	border: #700 dotted 1px;
	border-width: 0 0 0 2px;
}
p.bqp {	/* indented block quotation ppg */
	text-indent: 2em;
	margin-left: 15%;
	padding-left: 1em;
	margin-right: 15%;
	border: #700 dotted 1px;
	border-width: 0 0 0 2px;
}

