body {
	background: #9bb7dd url(bg.png) repeat-x;
	padding-top: 0px;
	margin: 0px;
	color: white;
}

a:link {text-decoration:none; font-weight:bold; color:white;}
a:visited {text-decoration:none; font-weight:bold; color:white;}
a:hover {text-decoration:underline; font-weight:bold; color:white;}
a:active {text-decoration:underline; font-weight:bold; color:white;}

img {
	border: none;
}



.editor {
	display: none;
}


.right h3, .rightwide h3 {
	font-family: Helvetica;
	font-weight: 800;
	font-size: 20px;
}


#treepad {
	display: block;
	clear: both;
	width: 800px;
	font-size: 10px;
	font-family: Helvetica;
}

.parent {
	padding: 25px;
	display: block;
	width: 160px;
	height: 115px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right:auto;
	margin-left:auto;
}

.textbox {
	height: 110px;
}
.descendants {
	text-align: center;
}

.parentbox {
	width: 600px;
	float: right;
}

.arrowdown {
	float: left;
	width: 150px;
	padding-right: 20px;
	background: url(arrow-down.png) no-repeat right bottom;
	height: 180px;
	font-size: 13px;
	text-align: right;
}
#children {
	display:none;
}

.children {
	padding: 2px;
	margin: auto;
	display: block;
	float: right;
	width: 600px;
}


.child {
	padding: 25px;
	display: block;
	width: 145px;
	height: 115px;
	float:left;
	margin-bottom:20px;
}

.balloon {
	position: absolute;
	background-color: #ffcc00;
	color: #000;
	border: 1px solid black;
	display: none;
	top: 100px;
	left: 100px;
}


.kids {
	background-image: url(kids-bg.png);
}

.nokids {
	background-image: url(nokids-bg.png);
}


.chapter {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	width: 128px;
	height: 120px;
	
}

.chapter .legend {
	text-align: right;
	margin-top: -105px;
	margin-left: 4px;
	background: #000;
	opacity: 0.7;
	padding: 3px;
	padding-top: 4px;
	width: 114px;
	font-family: Helvetica;
	font-weight: 800;
	font-size: 10px;
}
.slide {
	padding:4px;
	padding-bottom:10px;
	background-image: url(slide.png);
	width: 120px;
	height: 88px;
}

/* large stuff */
@media(min-width:900px) {

.menu {
        display:none;
}
    
.nav {
	padding-left: 360px;
	padding-top: 0px;
	width: 700px;
    }

.nav div {
	font-family: Helvetica;
	font-weight: 500;
	font-size: 14px;
	padding-top: 10px;
	height: 19px;
	width: 130px;
	float: left;
	text-align: center;
	color: #fff;
	border-left: 1px dotted white;
	border-right: 1px dotted black;
	
    }
    
.nav .on {
	background-image: url(on_nav_bg.png);
}

.left {
	padding-top: 39px;
	width: 360px;
	float: left;
}

.leftnarrow {
	padding-top: 39px;
	width: 160px;
	float: left;
}

.container {
	width: 1000px;
}

    .rightwide {
	padding-top: 30px;
	width: 500px;
	float: left;
}

.right {
	padding-top: 60px;
	width: 500px;
	float: left;
}

    .bluebox {
	margin:10px;
	width:700px;
	border: 1px white solid;
	padding:10px;
	background-color: #467098;
}

.full {
	padding-top: 39px;
	width: 960px;
}

    .content {
	clear: both;
	width: 1000px;
}


}

/* small stuff */
@media(max-width:899px) {

.menu {
    padding-left: 20px;
    padding-top: 3px;
}

.nav {
    position: absolute;
    top: 29px;
    left: 5px;
	padding: 20px;
	width: 132px;
    display: none;
    z-index: 20;
    background-color: #a00; 
    }

.nav div {
	font-family: Helvetica;
	font-weight: 500;
	font-size: 14px;
	padding-top: 10px;
	height: 25px;
	width: 130px;
	float: left;
	text-align: left;
	color: #fff;    
    }


.left {
    display: none;
}

.leftnarrow {
    display: none;
}

.container {

}

    .rightwide {
	padding-top: 30px;
}

.right {
	padding-top: 60px;
}

    .bluebox {
	margin:10px;
	border: 1px white solid;
	padding:10px;
	background-color: #467098;
}

.full {
	padding-top: 39px;
}

.content {
	clear: both;
    padding: 20px;
}


}