/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #74746b;
	min-height: 1025px;
	max-height: 1600px;
	text-decoration: none;
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 100%;
}
#centeredPage {
	font-family: Arial, Helvetica, sans-serif;
	width:900px;
	left: 50%;
	min-height: 1025px;
	max-height: 1600px;
	margin: 0px 0px 0px -450px;
	padding: 0px;
/*	background: url(../images/bookback.jpg);  */
	background-repeat: no-repeat;
	background-color: #ce6633;
	color: #000;
	border-width: 0px 2px 0px 1px;
	border-style: solid;
	border-color: #34342b;
}
#centeredPageTop {
	font-family: Arial, Helvetica, sans-serif;
	width:900px;
	height: 150px;
	padding: 0px;
	margin: 0px;
	background: url(../images/bgbooktop.jpg);
	background-repeat: no-repeat;
}
#centeredPageMiddle {
	font-family: Arial, Helvetica, sans-serif;
	width:900px;
	min-height: 700px;
	max-height: 1300px;
	background-color: #ffe2b6;
	padding: 0px;
	margin:0px;
}
#centeredPageBottom {
	font-family: Arial, Helvetica, sans-serif;
	width:900px;
	height: 150px;
	padding: 0px;
	margin: 0px;
	background: url(../images/bgbookbtm.jpg);
	background-repeat: no-repeat;
}

/* placing of background type image for middle of the kids page */
#kidpagemiddle {
	position: absolute;
	left: 0px;
	top: 150px;
	z-index:0;
	padding: 0;
	margin: 0;
}
.kidmainbody {
	position: relative;
	padding-top: 110px;
	padding-left: 60px;
	padding-right: 120px;
	margin: 0px;
	z-index:1;
	}
.bottomkid {
	color: #000000;
	padding: 30px 140px 0px 0px;
	z-index:1;
	}
	
.copy {
	color: #000000;
	font-size: 81%;
	padding-top: 10px;
	}

a:link {
	text-decoration: underline;
	color: #c60a0a;
}
a:visited {
	color: #c60a0a;
}
a:hover {
	color: #9414f5;
}
a:active {
	color: #9414f5;
}

a.kidlink:link {
	text-decoration: underline;
	color: #c60a0a;
	font-size: 120%;
	line-height:150%;
}
a.kidlink:visited {
	color: #c60a0a;
	font-size: 120%;
	line-height:150%;
}
a.kidlink:hover {
	color: #9414f5;
	font-size: 140%;
	line-height: 129%;
}
a.kidlink:active {
	color: #9414f5;
	font-size: 120%;
	line-height: 150%;
}

a.imglink:link {
	font-size: 100%;
	line-height: 100%;
}
a.imglink:visited {
	font-size: 100%;
	line-height: 100%;
}
a.imglink:hover {
	font-size: 100%;
	line-height: 100%;
}
a.imglink:active {
	font-size: 100%;
	line-height: 100%;
}


.kidpagelinks {
	padding-top: 15px;
}
.kidsearch	{
	color:#fff;
	border: none;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
			}
form {
	padding: 0px;
	margin: 0px;
	}


.hidden {
	display: none;
}
.nothidden {
	display: block;
}
.hiddenImg {
	display: none;
	position:absolute;
}
.nothiddenImg {
	display: block;
	position:absolute;
}

.isleftkid {
	left: 20px;
	}

.mdwhiteborder {
	border: solid medium #ffffff;
	}
	
.smwhiteborder {
	border: solid thin #ffffff;
	}
	
.lgwhiteborder {
	border: solid thick #ffffff;
	}

.mdblueborder {
	border: solid medium #4883b1;
	}



.hugetitle {
	font-size: 400%;
	font-weight: bold;
	}

#kidsBlock {
	position: absolute;
	left: 80px;
	top: 66px;
}

#shastalink {
	padding: 9px 0px 0px 0px;
	z-index:1;
}

/* search box stuff */

input.kidsubmitbutton {	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	background-color: #636363;
	color: #FFFFFF;
	vertical-align: middle;
	margin: 0px;
}

.bgkidgreen {
	background-color: #6ab54d;
	}
.kidgreen {
	color: #6ab54d;
	}
.bgkidpurple {
	background-color: #a139f0;
	}
.kidpurple {
	color: #a139f0;
	}
.kidred	{
	color: #ad2e2e;
}
.bgkidred {
	background-color: #ad2e2e;
}
.kidorange	{
	color: #ff7a2f;
	}
.bgkidorange	{
	background-color: #ff7a2f;
	}


.kidbordered {
	margin: 0px 15px 0px 15px;
	padding: 0px;
	border-width: 5px;
	border-style: dotted;
	border-color: #000000;
	}
.smkidbordered {
	margin: 5px 5px 5px 5px;
	padding: 15px;
	border-width: 5px;
	border-style: dotted;
	border-color: #000000;
	}
ul.kidtabbed {
	margin: 0px;
	padding: 0.5em 1em 1em 3.25em;
	list-style-position: outside;
	list-style-image:url(../images/crestbullet.png)
	marker-offset: 10px;
	}
li.kidtabbed {
	list-style-position: outside;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 5px 5px;
	text-align: left;
	list-style-image:url(../images/crestbullet.png)
}

.ordinal {
	font-size: 70%;
	font-variant: small-caps;
	vertical-align: text-top;
}
