/*--------------------------------
KEVINYOUNGPOETRY.COM
Home Page Stylesheet
Copyright 2009 Kevin Young
Author: Michael Borum//etherweave
http://www.etherweave.com

Version: January 2009
---------------------------------*/

body {
	height: 100%;
	background: #ebebb8 url("../images/bottom-swirls.gif") bottom center no-repeat;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow: visible;
	}

#container {
	width: 770px;
	height: 1000px;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: visible;
	}

#masthead {
	margin: 20px 0 0 0;
	padding: 0;
	}

#book-links {
	width: 155px;
	float: left;
	margin: 10px 0 0 50px;
	padding: 0;
	font-size: 11px;
	}
	
#book-links .subhead {
	margin: 0 0 5px 0;
	padding: 0;
	}

#book-links .jacket {
	border: 1px solid #000;
	padding: 1px;
	margin: 0;	
	}

#book-links ul {
	text-align: left;
	margin: 0 0 0 12px;
	padding: 0;
	}

#book-links ul li.first {
	margin: 0 0 10px 0;
	}

#content {
	float: left;
	width: 275px;
	height: 400px;
	margin: 20px 0 0 35px;
	padding: 0;
	}

#news {
	text-align: left;
	margin: 10px 0 0 0;
	padding: 5px 5px 50px 5px;
	}

#news ul li {
	margin: 0 0 5px 0;
	}

/* NAVIGATION */

#nav { 
	float: right;
	list-style: none;
	width: 83px;
	height: 200px;
	text-align: left;
	text-indent: -9000px;
	margin: 25px 150px 0 0;
	padding: 0;
	}

*html #nav { /* FOR IE6 AND BELOW ONLY */
	float: right;
	list-style: none;
	width: 83px;
	height: 150px;
	text-align: left;
	text-indent: -9000px;
	margin: 25px 50px 0 0;
	padding: 0;
	}
	
#nav ul li {
	width: 83px;
	height: 18px;
	margin: 0;
	padding: 0;
	}

#nav ul li a {
	text-decoration: none;
	}
	
#nav ul li#one a:link {
	display: block;
	width: 83px;
	height: 12px;
	background: url("../images/b-biography_off.gif") no-repeat;
	}

#nav ul li#one a:hover, #nav ul li#one a:visited {
	display: block;
	width: 83px;
	height: 12px;
	background: url("../images/b-biography_on.gif") no-repeat;
	}
	
#nav ul li#two a:link {
	display: block;
	width: 83px;
	height: 12px;
	background: url("../images/b-bibliography_off.gif") no-repeat;
	}

#nav ul li#two a:hover, #nav ul li#two a:visited {
	display: block;
	width: 83px;
	height: 12px;
	background: url("../images/b-bibliography_on.gif") no-repeat;
	}

#nav ul li#three a:link {
	display: block;
	width: 83px;
	height: 12px;
	background: url("../images/b-archives_off.gif") no-repeat;
	}

#nav ul li#three a:hover, #nav ul li#three a:visited {
	display: block;
	width: 83px;
	height: 12px;
	background: url("../images/b-archives_on.gif") no-repeat;
	}

#nav ul li#four a:link {
	display: block;
	width: 83px;
	height: 12px;
	background: url("../images/b-events_off.gif") no-repeat;
	}

#nav ul li#four a:hover, #nav ul li#four a:visited {
	display: block;
	width: 83px;
	height: 12px;
	background: url("../images/b-events_on.gif") no-repeat;
	}
	
#nav ul li#five a:link {
	display: block;
	width: 83px;
	height: 12px;
	background: url("../images/b-curating_off.gif") no-repeat;
	}

#nav ul li#five a:hover, #nav ul li#five a:visited {
	display: block;
	width: 83px;
	height: 12px;
	background: url("../images/b-curating_on.gif") no-repeat;
	}

#nav ul li#six a:link {
	display: block;
	width: 83px;
	height: 12px;
	background: url("../images/b-contacts_off.gif") no-repeat;
	}

#nav ul li#six a:hover, #nav ul li#six a:visited {
	display: block;
	width: 83px;
	height: 12px;
	background: url("../images/b-contacts_on.gif") no-repeat;
	}

#nav ul li#seven a:link {
	display: block;
	width: 83px;
	height: 12px;
	background: url("../images/b-mailing-list_off.gif") no-repeat;
	}

#nav ul li#seven a:hover, #nav ul li#seven a:visited {
	display: block;
	width: 83px;
	height: 12px;
	background: url("../images/b-mailing-list_on.gif") no-repeat;
	}
	
/* END NAVIGATION */

#footer {
	clear: both;
	/*background: url("../images/bottom-swirls.gif") bottom center no-repeat;*/
	width: 98%;
	height: 100px;
	margin: 0 auto 0 auto;
	padding: 0;
	color: #333;
	font-size: 10px;
	text-align: center;
	overflow: visible;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}