/* Going to California */
/* css by Denise McCune - www.denisemccune.com */
/* inspiration by led zeppelin: */
/* ride a white mare in the footsteps of dawn */
/* tryin' to find a woman who's never, never, never been born */
/* standing on a hill in my mountain of dreams */
/* telling myself it's not as hard, hard, hard as it seems */



/* --------- global definitions --------- */

body {
	background: #F8E3E3;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

a:link { color: #A26868; text-decoration: underline; }
a:hover { color: #A26868; text-decoration: underline overline; }
a:active { color: #A26868; text-decoration: underline overline; }
a:visited { color: #6B8970; text-decoration: underline; }

img a {
	border: 0px;
}

p {
	text-indent: 2em;
}

p.plain {
	text-indent: 0em;
}


/* --------- positional layout --------- */


#backbar {
	background-image: url('mainbar.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-top: 50px;
	padding-left: 20px;
	color: #000000;
	font-size: 24px;
	width: auto;
	z-index: 1;
	width:expression(document.body.clientWidth > 560? "560px": "auto" );
	overflow: none;
	text-align: center;
	min-height: 100px;
	border-bottom: 1px solid #666666;
}


#navbar {
	position: absolute;
	top: 100px;
	left: 40px;
	width: 150px;
	z-index: 3;
	background: #D9EBDC;
	padding: 0px;
}


#bottombar {
	background-image: url('bottombar.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: fixed;
	bottom: 0px;
	top: auto;
	color: #000000;
	font-size: 24px;
	width: auto;
	z-index: 2;
	width:expression(document.body.clientWidth > 560? "560px": "auto" );
	overflow: none;
	text-align: center;
	min-height: 100px;
	border-top: 1px solid #666666;
}


#mainbox {
	background: #ffffff;
	width:expression(document.body.clientWidth > 560? "560px": "auto" );
	margin-left: 200px;
	top: 185px;
	z-index: 4;
	padding: 20px;
	margin-right: 20px;
	border: 1px solid #666666;
	position: absolute;
	margin-bottom: 50px;
	min-width: 560px;
	padding-bottom: 70px;
}


img.cover {
	float: left;
	align: left;
	padding: 10px;
}

#bookinfo {
	border-bottom: 1px solid #666666;
	height: auto;
}



/* --------- text styling --------- */


#navbar table td.head {
	line-height: 20px;
	font-size: 10pt;
	text-align: left;
	text-indent: 0em;
	font-variant: small-caps;
	padding: 0px;
}

#navbar table td.body {
	line-height: 20px;
	font-size: 10pt;
	text-align: right;
	text-indent: 0em;
	font-variant: small-caps;
	background: #FFFFFF;
	padding: 3px;
}


#navbar table td p {
	font-size: 10px;
	font-family: "Times New Roman", serif;
	text-indent: 0em;
	text-align: left;
	font-style: italic;
	padding: 10px;
	line-height: .9em;
	background: #FFFFFF;
	font-variant: normal;
}

.header {
	font-size: 14px;
	text-indent: 0em;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	padding-top: 5px;
}

.list {
	text-indent: -1em;
	margin-left: 1em;
}

.subhead {
	text-indent: 0em;
	font-size: 12px;
	font-style: italic;
}


.ss-item {
	text-indent: -2em;
	margin-left: 2em; 
	margin-bottom: 3em;
}
