/* January 2008 | www.williamswriting.com */

/*
dark brown #42322b
tan header #debe8c
tan subtitle #a9916b
cream #f8eec9
dark green #2d4b3a
medium green #3b5e4b
light green #8db29e
*/

html, body, table, tr, form, div, ul, ol, li, dt, dl, dd, p, blockquote, hr, img, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

html {
	color: #f8eec9;
	background: #3b5e4b;
	text-align: center;
}

body {
	color: #42322b;
	background: #f8eec9;
	width: 680px;
	font: normal 95%/1.5em "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
	text-align: left;
	border: 2px solid #2d4b3a;
	margin: 20px auto;
	padding: 0 20px 6px;
}

div#header {
	background: #42322b url(images/leaf.gif) 6px 6px no-repeat;
	margin: 0 -20px;
	padding: 20px 12px 6px;
}

ul#navbar {
	color: #f8eec9;
	background: #a9916b;
	font: bold 100% Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 -20px;
	padding: 4px;
	list-style: none;
}

ul#navbar li {
	display: inline;
	padding: 0 10px;
}

ul#navbar a {
	color: #f8eec9;
	text-decoration: none;
	border: none;
}

ul#navbar a.current {
	color: #2d4b3a;
	cursor: default;
}

h1 {
	color: #debe8c;
	font-size: 2em;
	line-height: 1.2;
	font-style: italic;
	text-align: center;
}

h2, h3, h4, h5, h6 {
	color: #2d4b3a;
	font-weight: bold;
	margin: 1em 0 -.5em;
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	margin: 1em 0 .5em;
}

h3 {
	font-size: 1.35em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

blockquote {
	font-size: 1.2em;
	font-style: italic;
	margin: 2em 3em 1em;
}

cite {
	display: block;
	font-size: .9em;
	font-style: normal;
	text-align: right;
	margin-top: -.5em;
}

label {
	display: block;
	font-weight: bold;
	margin: .5em 0 0;
}

small {
	font-size: .9em;
	line-height: 1.5em;
}

p {
	margin: 1em 0;
}

p.subtitle {
	color: #a9916b;
	font-size: 1.5em;
	font-weight: bold;
	text-align: right;
	margin: 0;
}

p.sig {
	text-align: right;
	font-style: italic;
	margin-top: -1em;
	margin-right: 2em;
}

p.nav {
	text-align: center;
	word-spacing: 400px;
	font-weight: bold;
}

p#footer {
	clear: both;
	font-size: .9em;
	text-align: left;
	margin: 2em 0 0;
}

.toc {
	padding-left: 3em;
}

.toc ul {
	list-style: none;
	line-height: 2;
	margin: 0 0 0 1em;
	padding: 0;
}

.append ul {
	list-style: none;
}

.appb ul {
	margin-left: 100px;
}

h2.title {
	line-height: 1.75;
}

p.title  {
	font-size: 1.35em;
	font-weight: bold;
	text-align: center;
	margin-top: 3em;
}

ul, ol {
	margin-left: 2em;
}

ul li, ol li {
	margin: 1em 0;
}

img.book {
	float: left;
	border: none;
	margin: .75em 1em 0 0;
}

a:link img.book, a:visited img.book {
	border: 1px solid #42322b;
}

a:focus img.book, a:hover img.book, a:active img.book {
	border: 1px solid #a00;
}

img.cc {
	float: left;
	border: none;
	margin: .4em 8px 0 0;
}

a:link img.cc, a:visited img.cc {
	border: 1px solid #f8eec9;
	text-decoration: none;
}

a:focus img.cc, a:hover img.cc, a:active img.cc {
	border: 1px solid #a00;
	text-decoration: none;
}

a {
	color: #3b5e4b;
	text-decoration: none;
	border-bottom: 1px solid #3b5e4b;
	padding-bottom: 2px;
}

a:visited {
	color: #42322b;
	text-decoration: none;
	border-bottom: 1px dotted #42322b;
	padding-bottom: 2px;
}

a:focus, a:hover, a:active {
	color: #a00;
	text-decoration: none;
	border-bottom: 1px solid #a00;
	padding-bottom: 2px;
}

