/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
    background:#fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }


/* 

	Her Majesty's Gardener

*/

html { background: #9AAB75; }

body
{
	background: #fff;
	color: #424242;
	font: 16px/1.3em Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}

:link, :visited { text-decoration: none; }
a { color: #960; }
a:hover { border-bottom: 1px solid #960; }

address, dl, fieldset, form, hr, label, ol, p, table, ul { margin-bottom: 1em; }

blockquote
{
	font-style: italic;
	margin: 2em;
}

em { font-style: italic; }
strong { font-weight: bold; }


h1, h2, h3, h4, h5, h6
{
	font-weight: 400;
}

h1, h2
{
	font-style: italic;
	font-size: 36px;
	line-height: 1em;
	text-align: center;
}

h2 a:link, h2 a:visited
{
	color: #424242;
}

h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5, h6 { font-size: 1.0em; }

ol, ul
{
	padding: 0 0 0 2em;
}

ol li, ul li { margin: 0.5em; }

#splash
{
	/* Hides from IE/Mac \*/
	bottom: 0;
	left: 0;
	position: absolute;
	/* End hide from IE/Mac */
	width: 100%;
}

#splash a { border: 0; }

#splash img
{
	border: 0;
	display: block;
	margin: 0 auto;
}

#header
{
	background: #9AAB75;
	border-bottom: 1px solid #000;
	text-indent: -9999px;
}

#header a
{
	border: 0;
	display: block;
	height: 300px;
	margin: 0 auto;
	width: 940px;
	background: #9AAB75 url(/images/chapter.png) center bottom no-repeat;
}

#main
{
	background: #fff url(/images/background.jpg) center bottom no-repeat;
	padding: 0 10px;
	margin: 0 auto;
	width: 940px;
}

#nav
{
	font-size: 18px;
	margin: 1em auto;
	width:570px;
}

#nav ul
{
	padding: 0;
}

#nav ul li
{
	float: left;
	font-variant: small-caps;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 190px;
}

#content
{
	margin: 0 auto;
	padding-bottom: 2em;
	text-align: justify;
	width: 580px;
}

#chapter
{
	margin: 2em auto;
	text-align: center;
	width: 580px;
}

#chapter .chapter
{
	color: #999;
	font-size: 18px;
	font-variant: small-caps;
	line-height: 1.5em;
}

#footer
{
	background: #9AAB75;
	border-top: 1px solid #000;
	padding: 1em 0;
}

#footer .credits
{
	line-height: 1em;
	margin: 0 auto;
	width: 580px;
}

.dropcap:first-letter
{
	float: left;
	font-size: 5em;
	font-weight: normal;
	line-height: 0.9em;
	margin: 0 0.1em 0 0;
}

.dropcap:first-line
{
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.2em;
}

div.hr
{
	background: #fff url(/images/swirly.gif) center top no-repeat;
	height: 20px;
	margin: 3em 0;
}

div.hr hr { display: none; }

.prevnext
{ 
	font-variant: small-caps;
	margin: 0;
}

.prev { float: left; }

.next
{
	float: right;
	text-align: right;
}

.hidden { display: none; }

.posted
{
	font-style: italic;
	font-variant: small-caps;
	text-align: right;
}

ul.toc
{
	margin: 0;
	padding: 0;
}

ul.toc li
{
	margin: 0 0 2em 0;
	padding: 0;
}

ul.toc li p
{
	margin: 0.5em 0 1em 2em;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

/* This needs to be first because FF3 is now supporting this */

.clear {display: inline-block;}

.clear:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
