/*
Theme Name: Hope Valley Preschool
Theme URI: http://hopevalleypreschool.com
Description: Hope Valley Preschool Custom Theme
Version: 1.0
Author: Onwired LLC
Author URI: http://www.onwired.com/
*/

/*--- Table of Contents ---

0 - CSS Reset
1 - Common
2 - Layout
3 - Header
4 - Navigation
5 - Content
6 - Footer
7 - Home

--------------------------*/

/*--- 0. CSS Reset ---*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   			margin: 0;
   			padding: 0;
   			border: 0;
   			outline: 0;
		   	font-weight: inherit;
		   	font-style: inherit;
		  	font-size: 100%;
		  	font-family: inherit;
		   	vertical-align: baseline;
}
:focus { 	outline: 0;}

body { 		line-height: 24px;}

ul {		list-style: none;}

table {		border-collapse: separate;border-spacing: 0;}

caption, th, td { text-align: left; font-weight: normal;}

blockquote:before, blockquote:after, 
q:before, q:after {content: "";}

blockquote, q {quotes: "" "";}

.left {float:left}

.right {float:right;margin-right:0!important;}
	
.clearfix:after {
			content: ".";
			display:block;
			height:0;
			clear:both;
			visibility:hidden;
			}

/* Hides from IE-max \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*--- 1. Common ---*/


html {}

body 		{  
			margin-top:0px;
	    	color:#6a5f4b;
			font-size:13px;
			font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
			background:url(hope-images/bgimg.png) no-repeat #f4f4f0 center top; 
			}

a { 		text-decoration:none; color:#81be64;}
a:hover {cursor:pointer;color:#f0c002}

.redtext{	color:#e45a5a;}
.bluetxt{	color:#5aa4b7;}
.greentext{	color:#81be64;}
.learnmore, .comevisit, .moreart{color:#81be64; font-size:11px;text-transform:uppercase!important}
.moreart{ margin-left:100px; display:block;}
.greentextbig{color:#81be64; font-size:16px;}

h1          { 
			font-size:54px;
			color:#47a1b4;
			margin-bottom:20px;
			font-weight:bold;
			vertical-align:middle;
			}
h2			{
			font-size:28px;
			color:#47a1b4;
			font-weight:bold;
			}
		
h3			{
			font-size:27px;
			color:#59a4c9;
			font-weight:bold;
			padding-bottom:15px;
			padding-top:15px;
			}		
h4 {font-size:18px;font-weight:bold;color:#5aa4b7}

p, small {margin:0 0 20px 20px}
small {line-height:30px;}

b, strong {color:#5aa4b7;}

.hidden {display:none}

/*--- 2. Layout ---*/


#wrapper 	{
			width:1020px;
			padding:0;
			margin:0 auto;
			}

#bd 		{
			width:1019px;
			margin:0 auto;
			overflow:hidden;
			}


/*--- 3. Header ---*/


#hd {
			width:983px;
			height:147px;
			clear:both;
			margin:0 auto;
			background:url(hope-images/headbg.png) no-repeat ;
			}

#logo {float:left; margin:20px 0 0 45px;}

#searcharea {
			margin-top:21px;
			width:253px;
			float:right!important;
			}

#searcharea input[type="text"]{
			float:left; 
			padding:4px; 
			height:17px;
			margin-top:5px;
			width:190px;
			color:#d7bd03;
			margin-left:10px;
			font-size:11px;
			font-weight:bold;
			border:1px solid #dbdbdb; 
			background:#ededdd none repeat scroll 0 0;
			}			
#searchsubmit {display:none}			


/*--- 4. Navigation ---*/


#nav 		{
			float:right!important;
			list-style:none;
			margin:35px 15px 0 0;
			padding:0;
			color:#f0c002;
			font-size:13px;
			font-weight:bold;
			width:601px;
			}
			
ul#nav li { border-right: 2px solid #d4c5a7; text-transform:uppercase;}
ul#nav li:last-child {border:none;}

#nav #first {margin-left:0}	
#nav li {float:left;margin:0 0 0 0;}
#nav li a:hover, .current_page_item a {color:#47a1b4 !important;}
#nav li a 	{
			line-height:22px;
			margin:0 0 0 8px!important;
			padding:3px 8px 3px 3px;
			color:#6bad56;
			text-decoration:none;
			font-weight:bold;
			}


/*--- 5. Content ---*/

.leftarea{
			width:578px;
			float:left;
			height:auto;
			padding:28px 0 28px 40px;
			}			
.leftarea h1{ font-size:35px;}
.leftarea p {font-weight:bold}
.leftarea span{ margin-left:20px;}
.leftarea ul{
			list-style: url(hope-images/limg.png); 
			margin:0 0 20px 35px; 
			font-weight:bold; 
			vertical-align:middle;
			}

.fullwidth{
			width:930px;
			float:left;
			padding:28px 28px 28px 40px;
			}
.fullwidth h1{ font-size:35px;}
.fullwidth p {font-weight:bold}
.fullwidth span{ margin-left:20px;}
.fullwidth ul{
			list-style: url(durant-images/limg.png); 
			margin:0 0 20px 35px; 
			font-weight:bold; 
			vertical-align:middle;
			}
		
.post {
	padding:20px 0 0 0;
	border-bottom:#d9d9d9 3px dashed
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
}

.rightarea{
			width:301px;
			float:right;
			height:auto;
			margin:85px 45px 34px 0;
			}
			
.imagestyle{padding-bottom:10px;}


			
#toplink 		{
			float:right!important;
			list-style:none;
			margin:0 10px 15px 0;
			padding:0;
			color:#59a4c9;
			font-size:13px;
			font-weight:bold;
			width:550px;
			}
			.fullwidth #toplink {width:900px}

#toplink li {text-transform:uppercase;padding-bottom:3px;margin-right:13px!important}
#toplink li:hover { border-bottom:#f0c002 3px solid;padding-bottom:0}
.leftarea .current_page_item, .fullwidth #toplink .current_page_item {border-bottom:#f0c002 3px solid;padding-bottom:0!important;}
.leftarea .current_page_item a, .fullwidth #toplink .current_page_item a {color:#e16563!important}
				
#toplink li {float:left;margin:0 0 0 0;padding:0}
#toplink li:hover, .topcurrent {color:#f48886!important;}
#toplink li a:hover, .topcurrent a {color:#f48886}
#toplink li a 	{
			line-height:22px;
			padding:3px 0;
			color:#e16563;
			text-decoration:none;
			font-weight:bold;
			}
.artimagewrap{ 
			width:303px; 
			height:237px; 
			position:relative; 
			z-index:1; 
			float:right;
			}
.artmask{     	
			width:303px; 
			height:237px; 
			position:absolute; 
			z-index:10; 
			top:0; 
			left:0;
			background:url(hope-images/artmask.png) no-repeat;
			}										

/*--- 6. Footer ---*/

#footer {
			height:280px;
			width:100%;
			background-color:#68a4b1;
			margin:0 auto;
			}
				
.footwrapper{
			width:960px;
			margin:0 auto;
			padding-top:40px;
			}
				
.blogroll{
			padding:0;
			float:left;
			width:500px;
			color:#356685;
			font-size:13px;
			list-style:none;
			line-height:22px;
			margin-bottom:15px;
			}

.linktitle {float:left!important;font-weight:bold!important;color:#ecdf84!important;}	
.blogroll li {float:left;margin:0 0 0 0; padding-right:8px; background:url(hope-images/footlibg.png) right no-repeat;} 
.blogroll li:last-child { background:none;}
.blogroll li a:hover {color:#146475; text-decoration: none;}
.blogroll li a {
			color:#e1dfbd;
			line-height:22px;
			font-weight:bold;
			text-decoration: none;
			padding:3px 0 3px 0;
			margin:0 0 0 8px!important;
			}
				
.footnewsletter {
			float:right;margin:0px 0 0 10px;
			width:278px;
			height:105px;
			background:url(hope-images/downloadnewsbg.png)  no-repeat;
			}
.newswhitetxt{
			color:#7e7452; 
			font-weight:bold; 
			margin-top:10px; 
			line-height:18px; 
			font-size:13px;
			padding-bottom:10px;
			}
.downloadtext a{
			font-size:11px; 
			color:#709b46; 
			font-weight:bold; 
			}
.downloadtext a:hover{color:#FF6600;}			
									
.newsimg{
			width:59px;
			height:60px;
			float:left;
			border:3px solid #a49e77;
			margin:14px 10px 0 14px;
			}
										
#creditsleft {float:left;margin:40px 0 0 0; color:#a6c8d5;}
#creditsright {float:right;text-align:right;margin:20px 0 0 0; color:#a6c8d5;}

#creditsleft a {color:#e1dfbd;}
#creditsleft a:hover {color:#146475;}

/*--- 7. Home ---*/


#welcome	{
			width:880px;
			height:55px;
			margin:0 auto;
			margin-top:10px;
			}
			
#intro		{
			width:1019px;
			height:394px;
			margin:0 auto;
			}
.introleftarea {
			width:495px; 
			height:380px; 
			float:left;
			
			}	
.introleftarea p {
			padding:20px 0 0 45px; 
			width:410px; 
			font-size:17px; 
			line-height:26px;
			color:#9f8f75;
			font-weight:bold;
			}
.imagewrap{ width:523px; 
			height:393px; 
			position:relative; 
			z-index:1; 
			float:right;
			}
.mask{     	
			width:523px; 
			height:393px; 
			position:absolute; 
			z-index:10; 
			top:0; 
			left:0;
			background:url(hope-images/maskbg.png) no-repeat;
			}
.maskimg{	margin-top:11px;}						
			
.moreaboutul{margin:0 0 0 65px;}

.moreaboutbutton {
			float:left;
			width:133px;
			height:34px;
			}
	
#moreaboutbutton {float:left;}
#moreaboutbutton a:link, #moreaboutbutton a:visited { background:url(hope-images/moreabout.png) bottom;}
#moreaboutbutton a:hover {background:url(hope-images/moreabout.png) top;}			
			
.fivestarbox{
			margin:-110px 0 0 51px;
			padding:30px 0 0 50px;
			color:#FFF; 
			line-height:16px;
			float:left;
			width:456px;
			height:111px;
			background-color:#000099;
			background:url(hope-images/5starbg.png) no-repeat;
			z-index:1;
			position:absolute;
			}
			
.fivestar	{
			padding:5px 10px 0 0;
			float:left;
			}
			
#viewphoto a{
			float:right; 
			margin-right:50px; 
			color:#dc6361;
			font-size:11px;
			}
			
#viewphoto a:hover { color:#dc6361;}					
		
#program{
			width:1019px;
			height:87px;
			margin:0 auto;
			background:url(hope-images/programtopbg.png) top right no-repeat;
			z-index:1;
			}
			
#programbd{
			width:1019px;
			margin:0 auto;
			margin-bottom:39px;
			background:url(hope-images/programbg.jpg) no-repeat center bottom;
			}
						
.footerboxleft{margin-left:63px;}
.footerboxright{margin-left:40px;}	

.footerboxleft, .footerboxright{
			width:395px;
			height:auto;
			color:#6a5f4b;
			float:left;
			font-weight:bold;
			padding:10px 1px 80px 20px;
			line-height:24px;
			}
			
			
/*--- 12 Blog Comments ---*/

.commentlist {list-style:none;padding:0 0 0 20px;}
.commentlist li {margin:0;}

.commentwrap {width:515px;padding:12px;position:relative;}
.commentauthor {
	width:90px;
	font-size:12px;
	line-height:18px;
	position:absolute;
	left:0;
	top:12px;
}
.commentauthor a {font-size:14px;line-height:22px;text-decoration:none;}
.commentauthor img {border:#81be64 1px solid;margin:0 0 2px 0}
.comment {
	width:447px;
	min-height:103px;
	padding:10px 5px 10px 0;
	background:#fff;
	border:#47a1b4 1px solid;
	margin-left:90px;
}

#respond {margin: 25px 0;}
#respond form {position: relative;}
#comments_template .children #respond {margin-left: 25px}
#respond input[type="text"] {border:1px solid #47a1b4;line-height:20px}
#respond textarea {
	background:#fff;
	border:1px solid #47a1b4;
	font-size:14px;
	margin-bottom:5px;
	padding:20px;
	width:515px;
}
