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

Version: January 2009
---------------------------------*/
	
html, body {
	color: #333;
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
	overflow: auto;
	}

body {
	background: #ebebb8 url("../images/grammophone.gif") top right no-repeat;
	}
	
#masthead {
	background: url("../images/h-kevin-young.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 425px;
	height: 115px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 75%;
	margin: 0 auto 0 auto;
	padding: 0 0 50px 0;
	overflow: auto;
	}
	
/* LEFT SIDE */

#leftcol {
	float: left;
	width: 175px;
	margin: 50px 0 0 0;
	padding: 0;
	}

/* NAVIGATION */

#nav {
	clear: left;
	float: left;
	width: 83px;
	height: 150px;
	text-align: left;
	text-indent: -9000px;
	margin: 20px 0 15px 80px;
	padding: 0;
	}

*html #nav { /* FOR IE6 AND BELOW ONLY */
	float: left;
	width: 83px;
	height: 170px;
	text-align: left;
	text-indent: -9000px;
	margin: 20px 0 15px 40px;
	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/b2-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/b2-biography_on.gif") no-repeat;
	}
	
#nav ul li#two a:link {
	display: block;
	width: 83px;
	height: 12px;
	background: url("../images/b2-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/b2-bibliography_on.gif") no-repeat;
	}

#nav ul li#three a:link {
	display: block;
	width: 83px;
	height: 12px;
	background: url("../images/b2-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/b2-archives_on.gif") no-repeat;
	}

#nav ul li#four a:link {
	display: block;
	width: 83px;
	height: 12px;
	background: url("../images/b2-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/b2-events_on.gif") no-repeat;
	}
	
#nav ul li#five a:link {
	display: block;
	width: 83px;
	height: 12px;
	background: url("../images/b2-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/b2-curating_on.gif") no-repeat;
	}

#nav ul li#six a:link {
	display: block;
	width: 83px;
	height: 12px;
	background: url("../images/b2-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/b2-contacts_on.gif") no-repeat;
	}

#nav ul li#seven a:link {
	display: block;
	width: 83px;
	height: 12px;
	background: url("../images/b2-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/b2-mailing-list_on.gif") no-repeat;
	}

/* BOOK JACKET IMAGE AND LINKS */

#book-links {
	clear: left;
	float: left;
	width: 175px;
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 11px;
	text-align: center;
	}
	
#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: right;
	margin: 0 25px 0 0;
	padding: 0;
	}

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

/* RIGHT SIDE */

#rightcol {
	width: auto;
	text-align: left;
	margin: 0;
	padding: 0 0 0 15px;
	overflow: hidden;
	}

img.masthead { /* "Kevin Young" */
	margin: 0;
	padding: 0;
	}
	
#content { /* BODY TEXT */
	min-height: 40em;
	height: auto !important;
	height: 40em;
	margin: 15px 0 0 0;
	padding: 0;
	text-align: left;
	}

*html #content { /* FOR IE6 AND BELOW ONLY */
	float: right;
	margin: 15px 0 0 15px;
	padding: 0 50px 0 0;
	text-align: left;
	}

.push { /* TO SECURE FOOTER TO BOTTOM OF PAGE */
	height: 4em;
	}
	
#footer {
	background: url("../images/bottom-swirls2.gif") bottom left no-repeat;
	width: 100%;
	height: 17em;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 10px;
	overflow: hidden;
	}
	
#footer p {
	margin: 0 auto 0 auto;
	padding: 50px 0 0 0;
	text-align: center;
	}

img.homebutton {
	float: right;
	/*position: fixed; bottom: 0; right: 0;*/
	border: none;
	margin: 0 1px 0 0;
	padding: 0;
	}

*html img.homebutton{ /* FOR IE6 AND BELOW ONLY */
	position: fixed; bottom: 0; right: 0;
	border: none;
	margin: 0;
	padding: 0;
	}

/* PAGE-SPECIFIC STYLES */

#content img.authorphoto {
	float: right;
	margin: 0 0 15px 15px;
	padding: 0;
	}

#content div.book {
	clear: left;
	height: auto;
	padding: 15px 0 0 0;
	margin: 0;
	overflow: visible;
	}

#content div.book ul {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	margin: 0 0 8px 170px;
	}

#content div.book p {
	margin: 0 0 0 170px;
	}
	
#content div.book img {
	float: left;
	border: 1px solid #000;
	padding: 1px;
	margin: 0;
	}

#content div.book h3 {
	font-family: "Georgia", "TimesNewRoman", "TimesRoman", "Times", serif;
	font-size: 18px;
	font-weight: normal;
	font-style: oblique;
	margin: 0 0 0 170px;
	}

.bookpage-image {
	float: left;
	width: 204px;
	margin: 15px 20px 15px 0;
	padding: 0;
	}

.bookpage-image img {
	padding: 1px;
	border: 1px solid #000;
	}

.bookpage-image ul {
	font-size: 11px;
	margin: 0 0 15px 0;
	}

.bookpage-info {
	margin: 15px 0 0 224px;
	padding: 0;
	}

.bookpage-info ul {
	margin: 0 0 15px 0;
	padding: 0;
 	}
}