/* Kij Johnson's CSS style sheet */
/* Written by Karen Hellekson (http://www.karenhellekson.com/) 
and 
Christopher McKitterick (http://www.sff.net/people/mckitterick/) */
/* November 2007 - August 2008 */

/* The background image was taken by Kij Johnson in Arashiyama cemetery in Japan. These are called, "dreaming jewels." */

body {
	background: url("Arashiyama_cemetery_dreaming_jewels2.jpg") #659EC7 fixed;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

/* Major divs */

#container {
	background-color: #f4efea;
	border-left: 3px solid #775a3c;
	border-bottom: 3px solid #775a3c;
	border-right: 1px solid #775a3c;
	border-top: 1px solid #775a3c;
	color: #000000;
	font-size: 80%;
	line-height: 145%;
	margin: 1em 1em 1em 244px;
	padding: 2em;
}

#content {}

#left {
	vertical-align: top;
}

#middle {}

#right {
	font-style: italic;
	padding: 1em;
	vertical-align: middle;
	width: 150px;
}

#nav {
	border-bottom: 1px dotted #775a3c;
	font-size: 85%;
	margin-bottom: 2em;
	padding: 0 0 1em 0;
}

#story {
	border-bottom: 1px dotted #775a3c;
}

#poem {
	border-bottom: 1px dotted #775a3c;
	padding: 3em 3em 3em 3em;
}

#bottom {
	font-size: 85%;
	margin: 1em 5em;
	text-align: center;
}

/* Hotlinks */

a:link {
	background-color: #f4efea;
	color: #866146;
	text-decoration: none;
}

a:visited {
	background-color: #f4efea;
	color: #866146;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	background-color: #f4efea;
	color: #866146;
	text-decoration: none;
}

a:hover {
	background-color: #866146;
	color: #ffffff;
	text-decoration: none;
}

#content a {
	text-decoration: underline;
}

/* Heads */

h1, h2, h3, h4, h5, h6 {
	font-family: georgia, garamond, palatino, serif;
	letter-spacing: .1em;
}

h1, h2 {}

h3 {
	border-bottom: 1px dotted #775a3c;
	padding-bottom: .3em;
}

#poem h3 {
	border-bottom: 1px dotted #775a3c;
	padding: 3em 3em 3em 3em;
}

/* 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-size: 85%;
	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;
	letter-spacing: .1em;
	margin: 0;
	padding: 0 1.5em 0 0;
}

ul.menu a {
	text-transform: lowercase;
}

/* Menu lists (for site-map) */

ul.sitemap {
	margin: .7em;
	list-style: none;
	font-size: 10pt; 
line-height: 12pt; 
font-family: verdana, arial, sans-serif; 
}

ul.sitemap li {
	letter-spacing: .2em;
	margin: 0;
}

ul.sitemap a {
	text-transform: lowercase;
}