/* --------------- KEN TALAN MAIN STYLESHEET ------------------ */

html, body { margin: 0; padding: 0; }

body { 
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif; 
	background-image: url(images/rightnavbg.gif); 
	background-position: right top; 
	background-repeat: repeat-y; 
	}

div#header { 
	height: 70px; 
	background-image: url(images/topbg.gif); 
	background-repeat: repeat-x;
	background-position: right top; 
	}
	
a { color: #004964; }
a:active, a:visited { color: #00A2DF; }

h1 { 
	margin: 0; 
	padding-top: 9px; 
	padding-left: 15px; 
	height: 31px;
	background-color: #2B9ECE; 
	color: #FFF; 
	font-weight: normal; 
	font-size: 1.4em; 
	text-transform: uppercase; 
	letter-spacing: 3px; 
	}

h2, h3, h4, h5 { color: #004964; margin-bottom: 0; }
h5 { font-size: 0.95em; margin: 0; }

div#bookcover { 
	display: block; 
	position: absolute; 
	top: 32px; right: 28px; 
	z-index: 100;
	background-image: url(images/bookcover.gif); 
	width: 183px; height: 289px;
	}

div#wrapper { float: left; width: 100%; }

div#content { margin-right: 240px; padding: 10px 7em 15px 15px; border-bottom: 1px solid #DF048A; }

div#content p { line-height: 150%; }
div#content li { line-height: 150%; }


ul.toc { list-style-type: none; }
ul.toc ul { line-height: 130%; margin-left: -10px; }
ul.toc2 { list-style-type: disc;  }
ul.toc3 ol { max-width: 600px; }
ul.toc3 { list-style-type: none; }

ul.mainli li { margin-bottom: 10px; }

p.byline { text-align: right; 
	margin-top: -0.5em; 
	border-bottom: 1px dotted #DF048A; 
	padding-bottom: 1em;
	}
	
span.photo { 
	float: right; 
	margin: 0 0 20px 20px;
	font-size: 0.8em;
	font-style: italic; 
	color: #02455F;
	text-align: right;
}
span.photo img {
	padding: 5px; 
	border: 1px solid #00A2DF;
	margin-bottom: -5px;
}

div.footer { 
	text-transform: uppercase; 
	font-size: 0.8em; 
	margin: 20px 255px 20px 15px; 
	letter-spacing: 0.1em;
	text-align: center;
	width: 70%;
	line-height: 140%;
	}

/* --------- NAVIGATION ------------ */

div#navigation { 
	font-size: 99%;
	text-align: center; 
	float: right; 
	width: 220px;
	margin-left: 20px; 
	padding: 240px 10px 10px 10px; 
	color: #FFF; 
	z-index: 50; 
	background-image: url(images/rightnavbg.gif); 
	background-position: right top; 
	background-repeat: repeat-y; 
	}

div#navigation ul { 
	list-style-type: none; 
	margin: 0 18px 0 28px; 
	padding: 0; 
	} 
	
div#navigation li { 
	padding: 0; 
	margin: 0 0 14px 0; 
	text-transform: uppercase;
	text-align: left;
}

div#navigation ul a { 
	color: #FFF; 
	text-decoration: none; 
	} 
div#navigation ul a:hover, div#navigation ul a:active { color: #FFF200; }

a.homepage { letter-spacing: 0.665em; } 
a.author   { letter-spacing: 0.12em; } 
a.book     { letter-spacing: 0.215em; } 
a.excerpts { letter-spacing: 0.28em; }
a.articles { letter-spacing: 0.9em; }
a.appearances { letter-spacing: 0.03em; }
a.contact  { letter-spacing: 0.09em; } 
a.blog     { letter-spacing: 0.4em; } 
a.board    { letter-spacing: 0.26em; }

p.copyright { 
	margin-top: 100px; 
	color: #678F9F; 
	text-transform: uppercase; 
	font-size: 0.8em;
	letter-spacing: 0.1em; 
	line-height: 140%; 
	} 
	
p.copyright a, p.copyright a:visited { color: #678F9F; }

img.icon-action { border: none; }