/* 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 {
	font: normal 12pt/1.4 "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", "New Century Schoolbook Std", "ITC New Century Schoolbook", Century, Georgia, serif;
}

/* MENU & LINKS */

ul#tabs {
	display: none;
}

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

/* IMAGES & CAPTIONS */

img {
	border: 1px solid #000;
}

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

.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: #333;
	line-height: 1.1;
	margin-top: 4px;
}

/* TEXT */

h1, h2, h3, h4, h5, h6 {
	line-height: 1.1;
	margin: 1em 0 .5em;
}

h2 { font-size: 1.5em; }

h2.pagetitle {
	text-align: center;
	margin-top: 16px;
}

#sidebar h2 {
	text-align: center;
}

h3 { font-size: 1.3em; }

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

h5 { text-transform: uppercase; }

h6 { font-style: italic; }

small { font-size: .9em; }

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

blockquote { margin-left: 2em; }

ol { margin-left: 2em; }

ul li { margin-left: 1em; }

ul ul { margin: 0; }

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

dt { font-weight: bold; }

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

/* MISC CLASSES */

span.more {
	font-style: italic;
}

.post { margin: 1em 0; }

.metapage, .metapost {
	font-size: .8em;
	font-style: italic;
	padding-top: 1em;
}