/*

This css file is for writing essays / papers.

Version 1.6, updated 12/7/06

Copyright 2006, Nathan Foster. All rights reserved.

*/


body {
	font:18px times, times new roman;
	margin:10px;
} /* the main font */

h1 {
	font:29px helvetica, arial, times new roman;
	margin:0 0 0 80px;
	font-weight: bold;
	letter-spacing:2px;
	text-decoration:underline;
} /* title */

h2 {
	font:24px helvetica, arial, times new roman;
	margin:30px 0 12px 40px;
	font-style: italic;
} /* subtitle */

h3 {
	font:18px helvetica, arial, times new roman;
	margin:6px 0 12px 40px;
	font-weight: bold;
	text-align:center;
	letter-spacing:1.2px;
} /* section */

p {
	text-indent:30px;
	text-align:justify;
	line-height:20px;
	margin: 0 0 0 0;
} /* normal paragraph */

p.leftflush {
	text-indent:-30px;
	margin: 0 0 0 30px;
} /* first line is left flushed */

blockquote {
	font-size:17px;
	text-align:justify;
	margin:10px 55px 10px 55px;
}

.footnote {
	line-height:100%;
	text-indent:0px;
	font-size:15px;
	text-align:justify;
	margin:10px 15px 10px 15px;
}

.figure {
	line-height:100%;
	text-indent:0px;
	font-size:15px;
	text-align:center;
	margin:10px 15px 20px 15px;
	font-weight:bold;
}

img {
	margin-top:20px;
}

#bib {
	text-indent:-30px;
	margin-left:30px;
	text-align:left;
}

blockquote #pquote {
	font-size:16px;
	font-style:italic;
	margin:0 40px 0 40px;
	text-indent:0;
} /* the citation after the quote */

p.leftflush ol {
	margin:5px 0 5px 36px;
	padding:0 0 0 0;
}

p.leftflush ul {
	margin:5px 0 5px 36px;
	padding:0 0 0 0;
}

ol {
	margin:5px 0 5px 0;
	padding:0 0 0 0;
}

ul {
	margin:10px 0 10px 55px;
	padding:0 0 0 0;
}

li {
	margin:1px;
	padding:0 0 0 0;
	font-size:17px;
	text-align:justify;
}

li p {
	margin:0 0 0 0;
} /* treat list items similarly to paragraphs */

td {
	text-indent:30px;
	text-align:justify;
	vertical-align:top;
	line-height:20px;
	margin: 0 0 0 0;
} /* normal paragraph */

#subtitle {
	font-family:helvetica, arial;
	font-size:12pt;
	font-style:italic;
	font-weight:normal;
	letter-spacing:0px;
	margin-top:0px; margin-bottom:30px; margin-left:56.5%;
	text-align:left;
} /* this is for author and date, which goes below the title. Best as an h2 tag */