	/*   ------------------------------------  */
	/*                                         */
	/*       REDBONE PRESS website layout      */
	/*                                         */
	/*  Site design and coding by Jen Simmons  */
	/*       http://www.jensimmons.com         */
	/*                                         */
	/*   ------------------------------------  */
	/*                                         */
	/*  You may adapt elements of this CSS in your own projects, but the unique combination of images, colors, sizes, typography, and positioning ("the design") is copyright 2005 Jen Simmons and may not be reproduced. */
	/*                                           */
	/*   v 1.1   Last update:  29 June 2010      */
	/*   v 1.0   Last created:  23 October 2005  */
	/*                                           */

html { 
	min-width: 742px;
}
img {
	border: 0;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	background: #FFFFFF url(main/backgroundlines.jpg) top center repeat-y;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 742px;
	text-align: left;
}
#wrapper #header {
	width: 738px;
	height: 120px;
	margin: 0 0 0 2px;
	padding: 0;
	border: 0;
	background: url(main/masthead.jpg) top left no-repeat;
}
#header a:link,
#header a:visited,
#header a:hover,
#header a:active {
	width: 738px;
	height: 120px;
	display:block;
}
#header h1 {
	display: none;
}
#header p {
	margin: 0;
}
#header ul{
	margin: 0 18px 0 84px;
}
#header li{
	display: none;
	list-style: none;
	font: 10px verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	color:	#660099;
	text-align: center;
	padding-top: 48px;
	padding-left: 12px;
	padding-right: 0;
}
TABLE.form {
    font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	background-color:#FFF;
    border-right:#666 1px solid;
    border-top:#666 1px solid;
    border-left:#666 1px solid;
    border-bottom:#666 1px solid;
    border-collapse:collapse;
}
TABLE.form TD {
	border-right:#666 1px solid;
	border-top:#666 1px solid;
	vertical-align:middle;
	border-left:#666 1px solid;
	border-bottom:#666 1px solid;
	height: inherit;
	padding:5px;
	padding-right:10px;
	font-size:9pt;
	text-align: left;
}
#sidebar {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	border: 0;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.4em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #c66f00;
}
#buydirect {
	margin: 30px 0 0 38px;
}
#sidebar ul {
	margin: 5px 24px 0 34px;
	padding-left: 0;
	text-align: left;
}
#sidebar li {
	list-style: none;	
}
#sidebar a:link, 
#sidebar a:visited {
	color: #c66f00;
	text-decoration: none;
}
#sidebar a:hover {
	color:	#f45b00;
	border-bottom: 1px dotted;
}
#sidebar a:active {
	color:	#b23200;
	text-decoration: none;
}
#clmplogo a:link,
#clmplogo a:visited,
#clmplogo a:hover {
	border-bottom:none;
}
#buydirect a:link,
#buydirect a:visited,
#buydirect a:hover {
    border-bottom:none;
}
#sitecredits li {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	color:#663399;
	margin-right:12px;
}
#sitecredits a:link,
#sitecredits a:visited {
	color:#663399;
	text-decoration: none;

}
#sitecredits a:hover {
	color:	#f45b00;
	border-bottom: 1px dotted;
}

#mainbackground {
	float: right;
	width: 535px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(main/biglogoforfixed.gif) no-repeat top fixed;
	height: 100%;
	min-height: 900px;
}
#main {
	padding: 30px 40px 0 24px;
	border: 0;
	font: 13px Georgia, "Times New Roman", Times, serif;
}
#mainheadline {
	padding: 24px 40px 0 24px;
	border: 0;
}
#main h1 {
	font: bold 1.8em Georgia, "Times New Roman", serif; letter-spacing: 0;
	color:	#7B0037;
	margin: 30px 0 0 0;
}
#main h2 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #990e00;
	font-weight: normal;
	margin: 30px 0 20px 0;
	border-bottom: 1px dotted;
}
#main h3 { 	/*   same font & color as main h2 */
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #990e00;
	font-weight: normal;
	margin: 60px 0 20px 0;
	text-decoration:underline;
}
#main h4 { 	/*   subheading */
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	margin: 30px 0 20px 0;
	border-bottom: 1px dotted;
	color: #7E6EB1;
}
#main h5 {  	/*   book author */
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #990e00;
	font-weight: normal;
	margin: -12px 0 0 30px;
}
#main a:link, a:visited {
	color: #AD5702;
	text-decoration: none;
}
#main a:hover {
	color: #CC0000;
	border-bottom: 1px dotted;
}
#main a:active {
	color: #CCCC00;
	text-decoration: none;
}
#main ul {
	list-style:none;
}
.contributors {
	margin: 0 0 0 -24px;
	font-size: 12px;
}
.poem {
	margin: 8px 0 0 12px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
.inlinepict {
	margin: 0 0 0 -8px;
}
.booktitle, 
.booktitle a {
	font-style:italic;
}

#authorpict {
	float: left;
	text-align:center;
	line-height: 1em;
	border:1px;
	margin: 0 0 12px 0;
}
#authorpict img {
	margin: 12px 36px 0 0;
	padding: 4px;
    border:1px solid #333;
}
#authorpict p {
	margin: 4px 24px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style:italic;
	line-height: 1.5em;
	letter-spacing: 0;
	text-align: center;
	color:#f45b00;
}
#authorpict a:link, 
#authorpict a:visited {
	color: #b23200;
	text-decoration: none;
}
#authorpict a:hover {
	color:	#b23200;
	border-bottom: 1px dotted;
}
#authorpict a:active {
	color:	#b23200;
	text-decoration: none;
}
#authortext {

}

/* start book page css */

#bookpict {
	float: right;
	text-align:center;
	line-height: 1em;
	border:1px;
	margin: 0 0 12px 0;
}
#bookpict img {
	margin: 12px 0 0 36px;
	padding: 2px;
	border-top: 1px #000000;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	border-left: 1px #000000;
}
#bookpict p {
	margin: 4px 0 0 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style:italic;
	line-height: 1.5em;
	letter-spacing: 0;
	text-align: center;
	color:#f45b00;
}
#bookpict a:link, 
#bookpict a:visited {
	color: #b23200;
	text-decoration: none;
}
#bookpict a:hover {
	color:	#b23200;
	border-bottom: 1px dotted;
}
#bookpict a:active {
	color:	#b23200;
	text-decoration: none;
}
.reviewquote {
	margin: 0 18px 0 24px;
}
.reviewquotecredit {
	color:#6B649C;
	font-style:italic;
	text-align:left;
	margin: 4px 0 24px 150px;
}

/* end */

/* layout of BOOK INDEX PAGE */

#booklayout p{
	margin: 0;
	text-align: left;
}
#booklayout img{
	margin: 6px;
}.stock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #006;
}
