/*
 * $Header: /usr/local/cvsroot/understrom/_inc/book.css,v 1.2 2008/10/20 07:34:26 krut Exp $
 *
 * defaultPage Stylesheet
 */

#debugBox
{
	background-color: #fff;
	color: #000;
	position: absolute;
	z-index: 999;
	top: 10px;
	left: 10px;
	border: 2px solid #aaa;
	padding: 5px;
}

/*
 * Book Page
 *
 */
body
{
	background-color: #fff;
	color: #000;
}

#pageWrapper
{
	position: relative;
	top: 0px;

	width: 980px;
	margin: 0px auto;
	
	min-height: 800px;
	height: 100%;
	background-color: #fff;
	
	z-index: 10;
}

/*
 * SPINE
 * -----
 *
 */
#spine, #topSpine
{
	position: absolute;
	width: 150px;
	top: 0px;
	left: 55px;
	background-color: #000;
}

#spine
{
	min-height: 800px;
	height: 100%;
}

#navWrapper
{
	position: absolute;
	width: 120px;
	top: 20px;
	
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}

#navWrapper a
{
	color: #fff;
	display: block;
	text-decoration: none;
	margin-bottom: 4px;
	font-size: 0.90em;
}

#navWrapper a:hover		{ text-decoration: none; }

#versionWrapper
{
	position: absolute;
	top: 750px;
	
	width: 150px;
	height: 21px;
	
	margin: 0px;
	padding: 0px;
}

#version
{		
	position: relative;
	margin: 0px auto;
	width: 124px;
	height: 21px;
	background-image: url(/_image/page/front/spine-version.png);
}

#versionText
{
	text-align: center;
	vertical-align: middle;
	height: 21px;
	min-height: 21px;
	
	padding-top: 3px;

	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
}

#versionText a
{
	color: #fff;
	text-decoration: none;
}
#logo
{
	position: absolute;
	width: 432px;
	height: 76px;

	top: 18px;	
	right: 0px;
	z-index: 100;
}

/*
 * BOOK
 * ----
 *
 */
#topWrapper
{
	position: absolute;
	
	width: 980px;
	height: 127px;

	top: -128px;
	left: 0px;
	
	background-image: url(/_image/page/tophide.png);
	
	z-index: 499;
}

#topNavWrapper
{
	position: absolute;
	right: 10px;
	bottom: 7px;
}

#topNavWrapper a
{
	color: #000;
	display: inline;
	text-decoration: none;
	margin-left: 15px;
	font-size: 1.1em;
}

#topNavWrapper a:hover		{ text-decoration: none; }

#bottomNavWrapper
{
	position: absolute;
	right: 10px;
	bottom: -27px;
}

#bottomNavWrapper a
{
	color: #000;
	display: inline;
	text-decoration: none;
	margin-left: 15px;
	font-size: 1.1em;
}

#bottomNavWrapper a:hover		{ text-decoration: none; }

#bookbackground
{
	position: absolute;
	width: 1036px;
	height: 630px;

	top: 127px;
	left: 0px;
	
	margin: -27px;
	background-image: url(/_image/page/bookbackground.png);
}

#contentWrapper
{
	position: absolute;
	width: 980px;
	height: 574px;
	
	top: 28px;
	left: 28px;
	
	background-color: #fff;
	color: #000;
	text-align: left;
}

#bookCorner
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 15px;
	height: 60px;
}

#bookHeader
{
	position: absolute;
	top: 0px;
	left: 20px;
	right: 20px;
	width: 960px;
	height: 70px;
	z-index: 199;
	
	background-color: #fff;
}

#bookHeader h1
{
	margin: 2px 0px 2px 0px;
	padding: 0px;
	font-size: 1.2em;
}

#bookHeader h2
{
	margin: 5px 0px 2px 0px;
	padding: 0px;
	font-size: 0.8em;
	font-weight: bold;
/*	text-transform: uppercase; */
}

#bookPageA, #bookPageB
{
	position: absolute;
	top: 70px;
	height: 465px;
	width: 435px;
	text-align: justify;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#bookPageA			{ z-index: 50; }
#bookPageB			{ z-index: 49; }

#bookPageA h1, #bookPageB h1 
{	
	margin: 0px;
}

#bookPageA h2, #bookPageB h2
{
	line-height: 15px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 0px;
}

#bookPageA h3, #bookPageB h3
{
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 0px;
}

#bookPageA p, #bookPageB p, #bookPageA div, #bookPageB div, #bookPageA a, #bookPageB a, #bookPageA td, #bookPageB td
{
	line-height: 15px;
	font-size: 12px;
	margin-top: 0px;
	padding: 0px;
	overflow: hidden;
}

#bookPageA td, #bookPageB td
{
	vertical-align: middle;
	padding: 2px 0px;
}

#bookPageA p, #bookPageB p
{
	margin-bottom: 15px;
}

#bookPageA a, #bookPageB a
{
	color: #a90000;
	text-decoration: none;
	
}

#bookPageA a:hover, #bookPageB a:hover		{ text-decoration: underline; }

#bookPageA						{ left:  35px; }
#bookPageB						{ right: 35px; }



#bookForum						{ margin-top: -2px;	}
#bookForum h1					{ margin: 0px; }

#bookPageANumber, #bookPageBNumber
{
	position: absolute;
	bottom: 0px;
	height: 30px;
	width: 15px;
	text-align: center;
	color: #fff;
}

#bookPageANumber	{ left:  0px; }
#bookPageBNumber	{ right: 0px; }

#goBackward, #goForward
{
	position: absolute;
	bottom: 5px;
	height: 20px;
	color: #b5b5b5;
}

#goBackward						{ left:  25px; }
#goForward						{ right: 25px; }
#goBackward a, #goForward a		{ color: #76a500; }

/* Hidden */
#hiddenContent
{
	position: absolute;
	width: 435px;
	display: none;
	height: auto;
	left: -99em;
	z-index: -10;
}

#rightFrame h2
{
	margin: 15px 0px 5px 0px;
	font-size: 1.1em;
}


/*
 * Footer
 */
#pageFooter
{
	position: relative;
	z-index: 99;

	color: #fff;

}

#footerWrapper
{
	position: absolute;
	width: 435px;
	right: 35px;
	background-color: #000;
	font-size: 8pt;
}

/*
 * Forum
 */
#forumShowContainer
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 435px;
	height: 440px;
	margin: 0px;
	padding: 0px;
}

#forumShow
{
	width: 415px;
	overflow: scroll;
}

#forumShow .byline 
{
	font-size: .8em;
	padding: 10px 2px 2px 0px;
	
}

#forumShow .postText
{
	border: 1px solid;
	border-color: #777 #777 #aaa #aaa;
	margin: 0px 2px 0px 2px;
	padding: 3px 5px;
	
	font-size: .9em;	
}



/*
 * authForm
 */

#authLink
{
	position: absolute;
	left: 0px;
	top: 445px;
	width: 435px;
	z-index: 499;
	
}

#authLink a		{ color: #76a500; }

#authForm, #authFormWait, #authFormConfirm, #newEntryForm
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 429px;
	height: 75px;
	border: 1px solid;
	border-color: #777 #777 #333 #333;
	margin: 0px;
	padding: 2px;
	background-color: #fff;
	z-index: 499;
}

#authForm h4, #newEntryForm h4
{
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

#newEntryForm						{ height: 200px; }
#authFormConfirm					{ height: 125px; }

/*
 * TOC
 */
#toc h1, #toc h2, #toc h3, #toc h4, #toc p, #tocB h1, #tocB h2, #tocB h3, #tocB h4, #tocB p, #tocH h1, #tocH h2, #tocH h3, #tocH h4, #tocH p
{
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#toc h1, #tocB h1, #tocH h1
{
	line-height: 30px	;
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
}

#toc h2, #tocB h2, #tocH h2
{
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;

}

#toc p, #toc a, #tocB p, #tocB a, #tocH p, #tocH a
{
	line-height: 15px;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	text-align: left;
	color: #000;
	display: block;	
}

/*
 * selectable [pod|book]cast episode list sel
 *
 */
#sel
{
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#sel div
{
	margin-left: 5px;
}

#sel div.lvl0		{ margin-left: 0px; font-weight: bold; }
#sel div.lvl1		{ margin-left: 5px; }
#sel div.lvl2		{ margin-left: 10px; }
#sel div.lvl3		{ margin-left: 15px; }

#sel ul
{
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 10px;
}

#sel .button
{
	margin-top: 10px;
	margin-bottom: 5px;
}
