/* CSS Document */
/* SharonKendrick.com */
/* Copyright Heather Reed (original design by Kismet) */
/* March 17, 2010 */
/* Includes all site specific elements that create the look and feel of the site including color and layout */

/* MAIN LAYOUT */

body {
	background-image: url(images/orchidbg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed
	}

body,td,th {
	color: #363636;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.logo {
	text-align: right;
	}

a:link {
	color: #999999;
	}
a:visited {
	color: #363636;
	}
a:hover {
	color: #C1D94F;
	}
a:active {
	color: #70303E;
	}


.footer {
	text-align: center;
	font-size: 12px;
	}
.designby {
	font-size: 10px;
	}

/* IMAGES */
img.left {
	float: left;
	margin: 0 0 5px 5px;
	padding: 0;
	right: 10px;
	position: relative; 
	border: 5px solid #EF988F;
	}
img.right {
	float: right;
	margin: 0;
	padding: 0; 
	left: 10px;
	right: 10px;
	position: relative;
	border: 0px solid #000;
	}

img.cover {
	margin: 0 0 5px 5px;
	padding: 0;
	right: 10px;
	position: relative; 
	border: 5px solid #EF988F;
	}




/* LISTS */
ul.backlist {
	list-style-position: outside;
	margin: 0 35px 0 35px;
	padding: 0 0 0 15px; 
	list-style-image: url(../images/checkbox.gif);
	}
ul.none {
	list-style-type: none;
	margin: 0;
	padding: 0; 
	}
li.backlist {
	margin-left: 15px;
	padding: 0 0 0 5px;
	line-height: 1.2em; 
	}

ul.booksmenu {
	margin: 0 0 0 15px;
	padding: 0 0 0 15px; 
	list-style-type: none;
	line-height: 1.4em; 
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	}
li.booksmenu {
		}
ul.booksmenu a:link {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	}
ul.booksmenu a:visited {
	color: #363636;
	font-weight: bold;
	text-decoration: none;
	}
ul.booksmenu a:hover {
	color: #EF988F;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
	}
ul.booksmenu a:active {
	color: #70303E;
	font-weight: bold;
	text-decoration: none;
	}

/* MISC */
.title {
	text-transform: uppercase;
	line-height: 1.1em;
	color: #000;
	font-weight: bold;
	}

.homebookquote {
	font-size: 10px;
	}

.blurbquote {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	}

.bookblurb {
	text-align: right;
	font-size: 10px;
	}
.bookpageblurb {
	padding-top: 5px;
	text-align: left;
	font-size: 14px;
	color: #444;
	}



.small {
	font-size: 10px;
	}
.darkgray {
	color: #333333
	}

.green {
	color: #5A7214;
	font-weight: bold;
	}

.center {
	text-align: center;
	}


/* HOME AND BOOK PAGES */

.availablebooks {
	display: inline; 
	float: left; 
	text-align: center;
	padding: 2px 10px 10px 30px; 
	background-color: #ffffff; 
	margin-bottom: 1em; 
	}
.bookinfo-home {
	text-align: center;
	color: #5A7214;
	} 
.bookpage-1 {
	float: left; 
	padding: 2px 10px 10px 10px; 
	margin-bottom: 1em; 
	}

.clear {
	clear: both;
	}
