body {
	font-family: sans-serif;
	line-height: 120%;
	background-color:#e6ec8a;
	color:#5b1300;
	margin-top:25px;
}

a:link {
	color: #5b1300;
	text-decoration:none;
	font-weight:normal;
	}

	a:visited{
		color: #5b1300;
		text-decoration:none;
		font-weight:normal;
	}

	a:hover {
		text-decoration: underline;
	}

	a.forcelinklook {
		text-decoration:underline;
		color:blue;
}

form {
	margin:auto;
	text-align: left;
	border: 0px solid red;
	width: 400px;
}


/* 	make form elements fit together nicely */
textarea,input {
	width: 400px;
    border: 1px dotted #5b1300;
	background-color:#ffffff;
	font-family: sans-serif;
	font-size: 90%;
	
}

textarea {
	height:100px;
}

.simplebox {
	margin-left:40px;
	width:804px;
	background-color:#EBEE99;
	padding:0px;
	border:0px;
	background-image:url(../images/boxbg.gif);
}

#menubar {
	margin-left:40px;
	width:804px;
	color: #000000; 
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px; 
}

.contentblock {
	width:760px;
	margin:auto;
	border:0px solid lime;
}

#coverpic {
	border: 1px solid #7c6b59;
	float: right;
	margin-left:15px;
	margin-bottom:15px;
}

#headerright {
	text-align: center;
	font-weight:bold;
	color: #eecc22;
	float: right;
	font-size:14px;
}


#pageheader {
	font-size:180%;
	color: #000000;
	text-align: justify; 
	letter-spacing: 5px
	
}

#footer {
	font-size: 75%;
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}
 

.ninety_percent {
	font-size: 90%;
}

.achtung {
	padding: 10px;
	border: 2px dotted red;
	color: red;
	background-color: yellow;
}

#toc ol li{
	font-size:120%;
	margin-top: 8px;
}

#toc ol li ul li {
	font-size:80%;

}

#preorder_link {
	padding:6px;
	margin:6px;
	border:0px solid #000000;
	font-weight:bold;
	text-decoration:underline;
	color: #CF286E;
}
 

.genericheader {
	font-size: 130%;
	margin-bottom:.5em;
}

.black {
	color: #000000;
}

.picheader {
	width:300px;
	margin:auto;
	font-size:120%;
	background-color:#ffffff;
	padding:8px;
	margin-bottom:10px;
	border:1px solid #000000;
	color:#000000;
}


.order_label {
	width:200px;
	float:left;
	margin-right:10px;
	text-align:right;
}
	
	
.authorphotoleft {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	border:1px solid black;
}
	
.authorphotoright {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
	border:1px solid black;
}
	



/*
	for slideout divs on excerpt/illustration page
*/
.reveal-me {
	display:none;
}
.trigger-open {
	padding-left:10px;
	font-style:italic;
}
.trigger-element {
	cursor:pointer;
	margin-left:5px;
}
	
	
	
/*
	styles for modal dialog
*/
#mask {
  	position:absolute;
  	z-index:9000;
  	background-color:#000;
  	display:none;
	left:0;
	top:0;
}

#boxes .window {
	position:absolute;
	width:440px;
	height:200px;
	display:none;
	z-index:9999;
	padding:20px;
	text-align:center;
}


#boxes #dialog {
	width:450px; 
	height:225px;
	background:white;
}


.nicebutton {
	padding:3px;
	border:1px solid #5b1300;
	font-size:11px;
	cursor:pointer;
}





