@charset "utf-8";
/* CSS Document */

img { behavior: url(iepngfix.htc); }

body {
	font: 100% Arial, Helvetica, sans-serif;
	background:url("images/gradientbg.jpg") repeat-x #FADD91;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
	/*position: relative;*/
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
#header {
	background: none;
	height: 100px; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: none;
}

#textfield {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url("images/gradientbg.jpg") repeat-x #FCE8B51;
	width: 200px;
	height: 200px;
	margin: 0;
}

.gstable {
	margin-top: 25px;
}

#mini_title {
	float:left;
	padding-top: 18px;
}

a img {border: none;}

#cloud1 {
	position: absolute;
	top: 0;
	left: -50px;
}

#cloud2 {
	position: absolute;
	top: 140px;
	left: -75px;
}

#cloud3 {
	position: absolute;
	top: 0;
	left: 590px;
}

#cloud4 {
	position: absolute;
	top: 100px;
	left: 700px;
}

.clearfloat {
	clear: both;
}

#box {
	width: 650px;
	height: 500px;
	background:url("images/textbg.jpg") repeat-x 0 0;
	padding: 10px;
	margin-left: 35px;
	position: relative;
}

#box2 {
	width: 650px;
	height: 520px;
	background:url("images/textbg.jpg") repeat-x 0 0 #FCE8B5;
	padding: 0;
	margin-left: 35px;
	position: relative;
}

#box3 {
	width: 670px;
	height: 520px;
	background: none;
	padding: 0;
	margin-left: 35px;
	position: relative;
}

#box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .76em;
	font-color: #fff;
}

#footerindex {
	padding-top: 80px;
	margin: 0;
	background:url("images/waves.gif") repeat-x 0 0;
	/*position: relative;
	top: 0;*/
	left: 0;
	height: 70px;
	width: 100%;
	position: absolute;
	top: 83%;
	
}

#footer {
	padding-top: 80px;
	margin: 0;
	background:url("images/waves.gif") repeat-x 0 0;
	/*position: relative;
	top: 0;*/
	left: 0;
	height: 400px;
	width: 100%;
	position: relative;
	top: 20px;
}

#bottomfill {
	background: #80A34F;
	height: 200px;
}


#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#bookcover {
	width: 200px;
	margin: 5px;
	float: right;
}

#thankyou {
	margin: 5px;
}

#leftbox {
	width: 415px;
	float: left;
}

#rightbox {
	width: 200px;
	float: right;
}

#buylist {
	list-style: none;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#buylist li {
	margin-bottom: 15px;
}

#buylist a {
	list-style: none;
	color: #3688C5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;	
}

#reviewlist {
	list-style: none;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#reviewlist li {
	margin-bottom: 10px;
	text-align: center;
}

#buylist a:hover {
	color: #3688C5;
	font-style:italic;
	text-decoration: underline;
}

#reviewlist a {
	list-style: none;
	color: #3688C5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

#reviewlist a:hover {
	color: #3688C5;
	font-style:italic;
	text-decoration: underline;
}

.dolltable {
	margin: 0;
	padding: 0;
}

#playtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #333;
	padding: 5px;
}

#pleasereview {
	position: absolute;
	top: 240px;
	left: 200px;
	width: 250px;
}

#pleasereview li {
	list-style-type: none;
}

#aboutauthor {
	float: left;
	width: 290px;
	height: 450px;
	background:url("images/aboutbg.jpg") repeat-x 0 0;
	margin: 10px 0 0 15px;
}

#aboutbook {
	float: right;
	width: 290px;
	height: 450px;
	background:url("images/aboutbg.jpg") repeat-x 0 0;
	margin: 10px 15px 0 0;
}

.abouttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .76em;
	color: #333;
	margin: 13px;
	line-height: 200%;
	text-align: center;
}

.abouttext a {
	text-decoration: underline;
	color: #2570BA;
}

.abouttext a:hover {
	font-style: italic;
}

#sower a {
	color: #3688C5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#sower a:visited {
	color: #3688C5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#sower a:hover {
	color: #3688C5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3688C5;
	font-style:italic;
	text-decoration: underline;	
}
