/* Kij Johnson's print CSS style sheet */
/* Written by Karen Hellekson (http://www.karenhellekson.com/) */
/* November 2007 */

body {
	background-color: #ffffff;
	color: #000000;
	font-family: "times new roman", georgia, garamond, palatino, serif;
	margin: 0;
	padding: 0;
}

/* Major divs */

#container {
	background-color: #ffffff;
	color: #000000;
	font-size: 100%;
	line-height: 145%;
	margin: 1em;
	padding: 2em;
}

#content {}

#left {
	vertical-align: top;
}

#middle {}

#right {
	font-style: italic;
	padding: 1em;
	vertical-align: middle;
	width: 150px;
}

#nav {
	border-bottom: 1px solid #000000;
	font-size: 80%;
	margin-bottom: 2em;
	padding: 0 0 1em 0;
}

#story {
	border-bottom: 1px solid #000000;
}

#poem {
	border-bottom: 1px solid #000000;
}

#bottom {
	font-size: 80%;
	margin: 1em 5em;
	text-align: center;
}

/* Hotlinks */

a:link {}

a:visited {}

a:active {}

a:hover {}

#content a {
	text-decoration: underline;
}

/* Heads */

h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, helvetica, sans-serif;
	letter-spacing: .1em;
}

h1, h2 {}

h3 {
	border-bottom: 1px solid #000000;
	padding-bottom: .3em;
}

#poem h3 {
	border-bottom: 1px solid #000000;
	padding: 1em 0 .3em 0;
}

/* Other text elements */

span.here {
	font-style: italic;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: lowercase;
}

.storynav {
	text-align: center;
	text-transform: lowercase;
}

.poemnav {
	text-align: center;
	text-transform: lowercase;
}

address {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	margin-top: 2em;
	text-align: center;
}

p {
	line-height: 1.5em;
}

.headnote {
	font-style: italic;
	margin: 2em;
}

/* Menu lists (for navbar) */

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	display: inline;
	font-family: verdana, arial, helvetica, sans-serif;
	letter-spacing: .1em;
	margin: 0;
	padding: 0 1.5em 0 0;
}

ul.menu a {
	text-transform: lowercase;
}

