/*
THEME NAME: Book
DESCRIPTION: Looks like a book
TAGS: book
VERSION: 1.0
AUTHOR: <a href="http://rule52.com/">Lenny Burdette</a>
AUTHOR URI:
*/

/* this is blatently borrowed from richard rutter: http://24ways.org/2006/compose-to-a-vertical-rhythm */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
	padding:0;
}

a {
	color: #539DD7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	margin:3em 6em;
	font-size:75%;
	font-family:georgia, "times new roman", serif;
	color: #333;
}
html>body {
	font-size:12px;
}
p {
	font-size:1em;
	line-height:1.5em;
	margin:0 0 1.5em 0;
}
h1 {
	line-height:1em;
	font-size:1.5em;
	font-weight:normal;
	margin:0 0 1em 0;
}
h2 {
	font-size:1.1667em;
	line-height: 1.286em;
	margin:1.929em 0 0.643em 0;
	font-weight:normal;
}
h3 {
	font-size:1.1667em;
	line-height: 1.286em;
	margin:1.929em 0 0.643em 0;
	font-weight:normal;
}
.sidenote {
	width:12em;
	margin-right:0;
	margin-top: 0;
	font-size:0.8333em;
	line-height:1.8em;
	position:absolute;
	left: 48.6em;
}
.footnote {
	border-top:0.08333em solid #000;
	margin-top:2.25em;
	padding-top:0.667em;
	margin-left:0;
	width:45.5em;
}
.content {
	position:relative;
}
.divider {
	text-align: center;
}

#wrapper {
	width: 33em;
}
#footer {
	margin-top: 2em;
}

.navigation {
	min-height: 1em;
}
.nav-previous {
	display: block;
	float: left;
	width: 45%;
}
.nav-next {
	display: block;
	float: right;
	width: 45%;
	text-align: right;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
}

.searchForm input.text-input {
	border: 1px solid #999;
}

li {
	margin-left: 2em;
}