/* CSS Document */

/* this stylesheet is for chathamkids.org*/
/* by Susan Strozier, bantam designs */
* {
	/* global whitespace reset*/
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* to avoid page-shift */
html { 
	min-height: 100%; margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #A3D3E8;
	font-size: 11px;
}
p {
	font: 12px/17px "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#151C1B;
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 12px;
}	
h1 {
	font: bold 24px/24px Arial, Helvetica, sans-serif;
	color: #029E47;
	margin-bottom: 12px;
}

h2 {
	font: bold 16px/16px Arial, Helvetica, sans-serif;
	color: #A53492;
	margin-bottom: 8px;
	padding-left: 24px;
	background-image: url(images/spiral.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 8px;
}
h4 {
	font-size: 13px;
	
	padding: 16px 12px 5px 12px;
	color: #007CC1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h5 {
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	color: #006699;
	padding-top: 3px;
	padding-bottom: 7px;
}
a img { 
	border: none;
	text-decoration: none;
}
#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-image: url(images/kidsback.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFF;
	margin-top: 18px;
	position: relative;
	margin-bottom: 8px;	
}

#homeheader {
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	width:930px;
	
}
 #homeheader .homeheader-left {
	float: left;
	width: 360px;
	
}
#homeheader .homeheader-right {
	float: right;
	width: 500px;
	padding-top: 22px;
	margin-right: 38px;
}
.signup input {
	margin-bottom: 4px;
	
}

#homeleft {
	float: left;
	width: 190px;
	clear: both;
	margin-left: 9px;
}

#inleft {
	float: left;
	width: 190px;
	clear: both;
	margin-left: 16px;
}
#inleft p.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	color: #5E2D90;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 4px;
}
#inleft p.quotewho {
	font: 12px/14px Arial, sans-serif;
	color: #663366;
	text-align: center;
	padding-right: 4px;
}
#inleft img {
	float: right;
}
/*navigation bar styles */
/*top, secondary navigation */
#topnav {
	text-align: right;
	height: 32px;
	margin-top: 6px;
	color: #007CC1;
	font-size: 18px;
	margin-right: 8px;
}
#topnav ul {
	list-style: none;
}
#topnav li {
	display: inline;
	text-decoration: none;
}
#topnav a:link, #topnav a:visited {
	text-decoration: none;
	padding: 0px 8px 4px 8px;
	color: #A53492;
	font: bold 12px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#topnav a:hover {
	color: #007CC1;
	text-decoration: underline;
}
/*primary navigation */
#nav {
	width: 150px;
	float: right;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 12px;
	margin-bottom: 24px;
	
}
#nav .nav1  {
	width: 150px;
	float: right;
	list-style: none;
	
}
#nav .nav1 li  {
	list-style: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 4px;
	padding-bottom: 4px;
}
#nav .nav1 li.blue  {
	background-color: #007cc1;
}
#nav .nav1 li.magenta  {
	background-color: #a53492;
}
#nav .nav1 li.purple  {
	background-color: #5e2d90;
}
#nav .nav1 li.green  {
	background-color: #61ba46;
}
#nav .nav1 a:link, #nav .nav1 a:visited {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 8px;
	
}
#nav .nav1 a:hover {
	background-color: #9999CC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#nav .nav2  {
	list-style: none;
}
#nav .nav2 li {
	list-style: none;
	margin-top: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding-bottom: 0px;
}
#nav .nav2 a:link, #nav .nav2 a:visited {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 12px;
	padding-top: 3px;
	padding-left: 14px;
	padding-bottom: 1px;
	font-weight: normal;
}
#nav .nav2 a:hover {
	background-color: #9999CC;
	background-image: url(images/pointer.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#homeright {
	width: 740px;
	float: right;
	
}
#homecontent {
	float: left;
	width: 540px;
	margin-top: 16px;
	position: relative;
	
}
#homecontent p {
	padding: 4px 8px 4px 8px;
	line-height: 16px;
}
#homecontent .wide {
	border: 2px solid #007cc1;
	float: left;
	width: 350px;
	height: 206px;
	
	margin-right: 4px;
	margin-bottom: 4px;
}
#homecontent .right {
	border: 2px solid #007cc1;
	float: left;
	width: 172px;
	height: 206px;
	margin-right: 4px;
	margin-bottom: 4px;
	text-align: center;
	background-color: white;
	/*opacity: 0.8; problem with turning contents light too
	filter: alpha(opacity = 70); /* Supported by IE7 and 8 */
}
#homecontent .bottom {
	border: 2px solid #007cc1;
	float: left;
	width: 172px;
	height: 170px;
	margin-right: 4px;
	text-align: center;
	background-color: white;
	/*opacity: 0.8; problem with turning contents light too
	filter: alpha(opacity = 70); /* Supported by IE7 and 8 */
}
#homecontent .bottom form {
	margin-top: 4px;
	margin-bottom: 8px;
}
#homecontent .bottom form p {
	font-size: 11px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#homecontent .bottom form input.txt {
	margin-bottom: 7px;
	font: 11px/13px Arial, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
	border: 1px solid #069;
}
#homecontent .bottom form input.btn {
	margin-bottom: 1px;
	font: 400 11px/14px Arial, sans-serif;
	margin-top: 3px;
	padding: 4px;
	background-color: #069;
	color: #FFF;
}
#gallery {
	list-style-type: none;
	position: relative;
	display: block;
	height: 200px;
	width: 346px;
}
#gallery li {
	text-align: center;
	display: block;
	margin-top: 2px;
	width: 100%;
}

.whatsnew {
	float: right;
	width: 168px;
	margin-right: 14px;
}
h3 {
	color: #fff;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #007cc1;
	margin-bottom: 4px;
	margin-top: 18px;
	letter-spacing: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 100%;
}
.whatsnew .item {
	float: left;
	width: 100%;
	background: #d9cde5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 4px;
	text-align: center;
}
.whatsnew  p {
	color: #471476;
	padding: 4px 6px 12px 12px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 16px;
}



/*inside page areas */
#inright {
	float: right;
	width: 700px;
	margin-right: 16px;
}
.inheader {
	width: 100%;
}
#inheader img {
	margin-right: 7px;
}
.inheader .area {
	width: 212px;
	float: right;
	margin-top: 12px;
	text-align: center;
}
.inheader .area p {
	padding: 0px 4px 4px 4px;
	font-size: 11px;
	line-height: 16px;
	color: #5E2D90;	
}
#content {
	width: 700px;
	margin-top: 24px;
	background-color: white;
	/*opacity: 0.8; problem with turning contents light too
	filter: alpha(opacity = 70); /* Supported by IE7 and 8 */
}
/*sidebars, all pages */
/*side area for all sidebar stuff */


.sidebar {
	float: right;
	width: 208px;
	margin-left: 12px;
	margin-bottom: 16px;
	font-size: 12px;
	line-height: 13px;
	color: #333366;
	text-align: center;
	background: #d9cde5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.sidebar p {
	color: #471476;
	padding: 4px 6px 12px 9px;
	font-size: 11px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 15px;
	border-bottom: 2px solid #61BA46;
}
.sidebar p.bigger{
	color: #471476;
	font-size: 12px;
	line-height: 17px;
}



.sidebar ul {
	text-align: right;
	margin-right: 12px;
	list-style: none;
	margin-left: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.sidebar li {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 4px;
}
.sidebar li a:link, .sidebar li a:visited {
	border-bottom: 1px solid #C3DEDA;
	text-decoration: none;
	display: block;
}
.sidebar li a:hover  {
	color: #F90;
	border-bottom: solid 1px #f90;
}


#content ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 54px;
	margin-bottom: 18px;
	margin-right: 44px;
	
}
#content li {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 7px;
}
#content  ul.listnob  {
	list-style-type: none;
	margin-left: 32px;
}

#content ol {
	margin-left: 54px;
	margin-right: 44px;
}
#footer {
	width: 100%;
	clear: both;
	background-image: url(images/footerback.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	margin-left: 0px;
}
#footer p {
	padding-top: 74px;
	padding-bottom: 0px;
	font-size: 14px;
	color: #007CC1;
	letter-spacing: 1px;
}
#footer img {
	margin-right: 24px;
	float: left;
	margin-top: 64px;
	margin-left: 48px;
}

.imgright {
	float: right;
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 12px;
}
.imgright1 {
	float: right;
	margin-bottom: 6px;
	margin-left: 6px;
}
.imgleft {
	float: left;
	margin-bottom: 6px;
	margin-right: 12px;
	margin-top: 4px;
	
}
.noborder {
	border: none;
}
.indent {
	padding-left: 44px;
}


/*default links unless otherwise defined */
a:link, a:visited {
	color: #993366;
	text-decoration: none;
}
a:hover {
	color: #936;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}


.smartstarttable {
	width: 620px;
	margin-left: 24px;
	margin-bottom: 12px;
}
.smartstarttable td {
	text-align: center;
	width: 33%;
	border: 2px solid #99CCCC;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #663366;
	background-color: #F2E4C8;
	vertical-align: top;
}

.bigcolor {
	font-size: 14px;
	color: #61BA46;
	font-weight: bold;
}

.copyright {
	text-align: right;
}

