/*
Theme Name: Over the Rainbow
Author: Peter Hughes
Author URI: http://eyesparks.com/
*/


body			{background:url(images/main_bg.jpg) repeat-x #C2DFDB; background-position:0 225px; text-align:center; font-family:Arial, sans-serif; font-size:100%;}

p				{color:#003333; margin:12px 0 6px 0; font-size:0.9em; line-height:1.3em;}
p	a			{color:#000; text-decoration:none;}
a			{color:#000; text-decoration:none;}
p	a:hover		{text-decoration:underline;}
p.linkright		{text-align:right; font-style:italic;}
blockquote		{color:#3399CC; font-style:italic; font-family:Georgia, serif; font-size:1.4em; margin:15px 0 2px 0;}
blockquote.small{color:#333; margin:0 0 30px 0; font-size:1.1em;}
blockquote.small p{color:#333; font-style:italic; font-family:Georgia, serif; margin:15px 0 2px 0;}
p.quoteby		{color:#333; font-family:Georgia, serif; font-size:0.9em;}

p.comic			{font-family: Comic Sans, Comic Sans MS, cursive; text-align:center;}

h6				{font-weight:normal; font-size:0.9em; color:#0081C6; width:400px; display:block; float:left;}

#container		{width:1020px; margin:0 auto; text-align:left;}
#container_inner{width:1020px; float:left; padding:40px 0 30px 0;}

.grid_1			{width:300px; float:left; margin:0 0 30px 30px;}
.grid_1 .wbg	{background:url(images/grid1_top.png) top no-repeat; width:260px; padding:10px 20px 5px 20px; float:left;}
.grid_1	span.bottom{background:url(images/grid1_top.png) bottom no-repeat; width:300px; height:15px; float:left; display:block;}
.grid_1	span.mid{margin-bottom:30px;}
.grid_2			{width:630px; float:left; margin:0 0 30px 30px;}
.grid_2 .wbg	{background:url(images/grid2_top.png) top no-repeat; width:590px; padding:10px 20px 5px 20px; float:left;}
.grid_2	span.bottom{background:url(images/grid2_top.png) bottom no-repeat; width:630px; height:15px; float:left;}
.grid_3			{width:960px; float:left; margin:0 0 30px 30px;}
.grid_3 .wbg	{background:url(images/grid3_top.png) top no-repeat; width:920px; float:left; padding:15px 20px 5px 20px;}
.grid_3	span.bottom{background:url(images/grid3_top.png) bottom no-repeat; width:960px; height:10px; float:left; display:block;}


.logo			{float:left; margin:115px 0 0 0;}


ul.topnav_small				{float:right; margin-top:15px; clear:right; display:block; width:640px;}
ul.topnav_small	li			{float:right; list-style:none; margin:0 0 0 15px;}
ul.topnav_small a 			{display:block; font-size:16px; color:#fff; font-weight:bold; text-decoration:none;}
ul.topnav_small a span 		{display:block; padding:6px 8px 12px 8px;}
ul.topnav_small a:hover 	{background:url(images/nav/right.gif) no-repeat right top; color:#0081C6; text-decoration:none;}
ul.topnav_small a:hover span{background:url(images/nav/left.gif) no-repeat left top;}
ul.topnav_small li.current a {background:url(images/nav/right.gif) no-repeat right top; color:#0081C6; text-decoration:none;}
ul.topnav_small li.current a span{background:url(images/nav/left.gif) no-repeat left top;}

ul.topnav_big 				{ height:34px; width:545px; float:right; margin:142px 0 0 0; display:block;}
ul.topnav_big li 			{ list-style: none; float:left; margin:0 0 0 17px; padding: 0; text-indent: -9999px; }
ul.topnav_big li  			a{height:34px; display:block; margin: 0; background-position: 0 0;}
ul.topnav_big li.butt1 		a{width:111px; background-image: url(images/nav/activities.gif);}
ul.topnav_big li.butt2 		a{width:111px; background-image: url(images/nav/facilities.gif);}
ul.topnav_big li.butt3 		a{width:115px; background-image: url(images/nav/childcare.gif);}
ul.topnav_big li.butt4 		a{width:137px; background-image: url(images/nav/ourparents.gif);}
ul.topnav_big li.current	a{background-position: 0px 34px;}
ul.topnav_big li			a:hover{background-position: 0px 34px;}


ul.sidelist 		{float:left; font-size:0.9em; border-top:1px solid #99CCFF; margin:15px 0 0 0;}
ul.sidelist 		li{float:left; margin:0;  border-bottom:1px solid #99CCFF;}
ul.sidelist  li   	a{float:left; display:block; width:250px; color:#333; padding:8px 5px; margin:0; text-decoration:none;}
ul.sidelist  li   	a:hover{ color:#003333; text-decoration: underline;}
ul.sidelist  li.current_page_item   a{color:#003333; font-weight:bold;}


.grid_2	ul		{list-style:disc; margin:10px 0 10px 20px;}
.grid_2	ul li	{color:#003333; margin:3px 0; font-size:0.9em;}

ul.footerlist   {float:right; width:400px; display:block;}
ul.footerlist li{float:right; color:#0081C6; margin:0 5px; font-size:0.9em;}
ul.footerlist li a{color:#0081C6; text-decoration:none;}
ul.footerlist li a:hover{text-decoration:underline;}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */






/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}


.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


