@charset "utf-8";
/* CSS Document */

body  {
background-color:#d4e49d;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background-color:#c4a547;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
} 


.handsbody #header { 
	background-image:url(images/heading.jpg);
	background-position:top;
	height:270px;
	text-align:center;
	} 
.whybody #header { 
	background-image:url(images/headingwhy.jpg);
	background-position:top;
	height:270px;
	text-align:center;
	} 
.aboutbody #header { 
	background-image:url(images/headingabout2.jpg);
	background-position:top;
	height:270px;
	text-align:center;
	} 
.projectsbody #header { 
	background-image:url(images/headingprojects2.jpg);
	background-position:top;
	height:270px;
	text-align:center;
	} 
.howbody #header { 
	background-image:url(images/headinghow2.jpg);
	background-position:top;
	height:270px;
	text-align:center;
	} 

.supportbody #header { 
	background-image:url(images/headingsupport.jpg);
	background-position:top;
	height:270px;
	text-align:center;
	} 


#header h1{
font-family:Arno Pro, Georgia, Times New Roman, Times, serif;
color:#5d4f26;
font-size:4.2em;
padding-top:8px;
margin:0px;}

.homecultivating{     /*The first line on the homepage "cultivating" etc*/
font-family:Arno Pro, Georgia, Times New Roman, Times, serif;
color:#650A0A;
font-size:2.4em;
padding-top:8px;
margin:0px;
text-align:center;
}
	
#header h2 {
font-family:Arno Pro, Georgia, Times New Roman, Times, serif;
font-size:2em;
padding-bottom:10px;
letter-spacing:normal;


margin: 0;} /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

.headroomprojects{  
padding-top:40px;}

.secondheadings{       /*  also a space about the "internship pararagraph in the projects page*/
padding-top:35px;}

.smallheadroom{
padding-top:90px;}

.headroom{       /*in HCS section to get some space above "contact us"*/
padding-top: 25px;}

.headroomhome{
padding-top:90px;
padding-right:40px;
}   

.headroomhome2{/*some headroom on the homepage at the second paragraph*/
padding-right:40px;
}

.headroomhome3{   /*last paragraph, to accomodate the logo and give some space at the bottom*/
padding-top:5px;
padding-bottom:20px;
padding-left:10px;
}

h3{ 
font-size:1.4em;
color:#5d4f26;}

h4{
font-size:1em;
padding-top: 10px;}


#leftnav {
font-size:.95em;
background-color:#d2bb73;

float: left; /* since this element is floated, a width must be given */
width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
padding:0px 1px 0px 8px; 
color:#ffffff;
font-weight:bold;
border: 1px;
border-style:solid;
margin-left:4px;}

#leftnav a{
color:#ffffff;
text-decoration:none;
}
#leftnav a:hover{
text-decoration:underline;}

.subnav a{
padding-left:0px;
}
.subnav a:hover{
color:#d4e49d;}
.subnav a:visited{
color:#617422;}


#topnav{             /*Div around spry top nav to make background pale green*/
margin-top:12px;
margin-bottom: 20px;
background-color:#87a132;

padding-bottom:40px;

border-bottom:1px;
border-bottom-style:solid;
border-bottom-color:#ffffff;

border-top:1px;
border-top-style:solid;
border-top-color:#ffffff;}

	
.linksheading{
color:#617422;
font-weight:bold;}


#mainContent { 
 /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
margin-left:150px;
margin-right:5px;
padding-top:10px;
padding-right:15px;
padding-bottom:20px;
padding-left:15px;
background-color:#ffffff;}


#mainContenthome{ /*no left nav to make way for ALSO LESSONS ON THE WHY PAGE*/
margin-left:5px;
margin-right:5px;
padding-top:15px;
padding-right:15px;
padding-bottom:10px;
padding-left:15px;
background-color:#ffffff;
}


#mainContenthome li{
padding-top:10px;
}


#container #mainContent a{  /*internal links*/
text-decoration:none;
color:#87a132;}
#container #mainContent a:hover{  /*internal links*/
text-decoration:underline;}



.reference{         /*Names of references*/
font-family:Georgia, Times New Roman, Times, serif;
font-size:1.2em;
}

.indent{
padding-left:9px;
font-style:italic;}

.justindent{
padding-left:9px;}

.bold{
font-weight:bold;}

.blackgoldslant{         /*black gold award blurb*/
font-style:italic;
padding-top:30px;
}

.slant{
font-style:italic;}


.floatrighthome { /* photo on the homepage*/
	float: right;
	padding-top:15px;
	padding-right:0px;
	padding-left:5px;}
	

.floatright { 
    float: right;
	margin-left: 7px;
	margin-right:7px;}
	
.floatrightandrea { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
    margin-right:5px;
    padding-top:80px;}
	
.floatrightjess { /* projects page. */
	float: right;
    margin-right:5px;
    padding-top:33px;}
	
.floatrightqsstudents { /* projects page. */
	float: right;
    margin-right:5px;
    padding-bottom:25px;}
	


.floatleft { 
	float: left;
	padding-right:10px;
	margin-bottom:5px;}

.floatlefthome{  /*minilogo on home page*/
   float: left;
   margin-top:10px;
   margin-right:20px;}

.floatleftogo { 
	float: left;
	}

.minilogo{
   padding-left:40px;}	

#logospace{
margin-left:130px;}

.center{           /*projects-hcs girls picking lettuce*/
padding-left:170px;}

.twocentered {      /*projects-hcs boys with worm and buckets-centered  support-photos at top*/
padding-bottom:5px;
}

.build{ /*photo block build page*/
padding-top: 60px;
padding-right: 10px;}

.build img/*build photots*/
{padding:5px;}

.buildlist{ /*materials list build page*/
font-size:14px;
padding-top:40px;
}
	

.clearthefloats { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#ffffff;
	text-align:center;
} 
#footer p {
font-size:.8em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.red{
color:#650A0A;}
.green{
color:#87a132;}
.brown{
color:#5d4f26;}

