/* LAYOUT */

html, body, div, span, h1, h2, h3, h4, h5, h6,
blockquote, p, a, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
pre, tbody, tfoot, thead, tr, th, td, .hidden {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	color: #000;
	background: #fff;
	font: normal 12pt/1.4 "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", "New Century Schoolbook Std", "ITC New Century Schoolbook", Century, Georgia, serif;
}

ul#tabs { display: none; }

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

/* IMAGES */

img {
	border: 1px solid #000;
}

#picture img, #chapter img {
	margin: .4em 16px 0 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: .7em auto;
	padding: 0;
}

.alignleft, .alignright,
div.alignleft, div.alignright {
	margin: .4em 0;
	padding: 0;
}

.alignleft,
div.alignleft {
	float: left;
	margin-right: 16px;
}

.alignright,
div.alignright {
	float: right;
	margin-left: 16px;
}

.wp-caption {
	text-align: center;
}

.wp-caption p.wp-caption-text {
	color: #2828aa;
	line-height: 1.1;
	margin-top: 4px;
}

/* TEXT */

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.2;
	text-align: left;
	margin: 1em 0 .5em;
}

h2 {
	font-size: 1.5em;
	text-align: center;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.15em;
	font-style: italic;
}

h5 { text-transform: uppercase; }

h6 { font-style: italic; }

p, ol, ul, dl, pre, blockquote {
	margin: .7em 0;
}

ol, blockquote { margin-left: 2em; }

ul li { margin-left: 1em; }

ul ul { margin: 0; }

ul ul li { margin-left: 1em; }

ul.vocab {
	list-style-type: none;
	text-align: center;
}

dt { font-weight: bold; }

dd { margin: 0 0 .5em 2em; }

/* MISC SELECTORS & CLASSES */

.cat:after {
    content: "\00A0";
    display: block;
    height: 1.5em;
    clear: both;
}

.clear { clear: both; }

.center { text-align: center; }

.excerpt {
	font-size: 1.1em;
	font-style: italic;
	margin-left: 0;
}

.metapage {
	clear: both;
	font-size: .9em;
	font-style: italic;
	margin: 1.5em 0 0;
}

.noborder { border: none; }