body {
		background-image: url('images/garden_soil_lg.jpg');
		font-size: 16px;
		overflow: auto;
		}

@font-face {
	font-family: Cambria Math;
	src: url('assets/cambria.ttc');
}

@font-face
	{font-family: Lucida Sans Regular;
	src: url('assets/LucidaSansRegular.ttf');
	}
	
#headercont {
	padding: 0;
	position: absolute;
	top: 40px;
	left: 82px;
	height: 100px;
	width: 961px;
	background: url("images/headertexture.png");
	z-index:990;
	border-bottom: 3px solid #28170b;
	
	
}

#motto{
    position: relative;
	top: -10px;
    padding-left: 200px;
    font-family: Cambria Math, serif;
    color: #28170b;
    font-size: 20px;
    line-height: 26px;
}

#topnav{
	position: relative;
	
	padding-left: 150px;
    font-size: 20px;
    top: -22px;
}

.toplevel {
           
    padding:0 10px !important; 
    }

    
    

#nav{
    list-style-type:none;
    /* Clear floats */
	float:left;
	width:766px;
	height: 40px;
	min-width:600px;
	font-size: 22px;
	font-family: Oswald, sans-serif;
	text-decoration: none;
	border: 4px solid #28170b;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	border-radius: 4px;
	background-color: #28170b;

}


#nav li{
	float:left;
	margin: 0px 10px;
	position: relative;
    border: 0px;        
    border-bottom: 4px solid #28170b;
}


#nav a{
	display:block;
	padding:0px;
	color: white;
	background: fixed;
	text-decoration:none;
}
#nav a:hover{
	color:#299A0B !important;
	background:none !important;
	text-decoration:none !important;
	}
/*---  mark active main menu  color:#299A0B;---*/
#nav #currentpage a {
	
	border-bottom: 2px solid #d98827;
	
}	

/*--- DROPDOWN ---*/
#nav ul{
	background:fixed; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	font-size: 16px;
	background-color: #28170b;
    list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	font-size: 1em;
}
#nav ul li a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	
	}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */

	}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */

	text-decoration:none;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
    background:#28170b;
    border-bottom: 2px solid #299A0B;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background: white;
	color: #299A0B;
}

/* Donate buttom on homepage  FFCC00 1b3605*/
.donate a{
	color: #FFCC00 !important;
	background-color: #299A0B !important; 
	padding: 0px 5px !important;
	border-radius: 5px;
	border: 1px solid #299A0B;  
	
	}

#logo{
	position: absolute;
	top: -30px;
	left:-60px;
	width:240px;
	z-index:999;
}

#container {
		
		position: relative;
		margin: 130px 75px 0px 75px;
		padding: 20px 0px 20px 0px;
        width: 960px;
		min-height: 100%;
		overflow-y: hidden;
		color: #000000;
		background-color: #fff;
		-webkit-box-shadow: 5px 2px 12px 8px rgba(0, 0, 0, 0.6);
		-moz-box-shadow: 5px 2px 12px 8px rgba(0, 0, 0, 0.6);
		box-shadow: 5px 2px 12px 8px rgba(0, 0, 0, 0.6);

}

.foldcontent{
	float: left;
	width: 420px;
	height: 100%;
	margin: 15px 15px 25px 20px;
	padding: 0px 5px;
	font-family: Cambria, serif;
    font-size: 16px;
    border: 0;
        

}


.foldcontent p {
    line-height: 18px;
                
}
.foldcontent h1{
	font-family: Oswald, sans-serif;
	font-weight: lighter;
    border-bottom: 2px solid #299A0B;
    line-height: 28px;
        
}
.foldcontent h2{
	font-family: Oswald, sans-serif;
	font-weight: 100;
    border-bottom: 1px solid #299A0B;
    width: 350px;
}

.foldcontent h3{
                font-size: 16px;
                
}

.foldcontent a:link{
                text-decoration: none;
                color: #299A0B;
                text-decoration: none;
                font-weight: bold;
                
}

.foldcontent a:visited{
                text-decoration: none;
                color: orange;
                font-weight: bold;
}

.foldcontent a:hover{
                text-decoration: none;
                color: orange;
                font-weight: bold;                                
}

.foldcontent li{
                margin-bottom: 1em;
}


.linkButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff !important;
	font-family:Trebuchet MS;
	font-size:18px;
	font-weight:bold;
	padding:6px 24px;
    margin-bottom: 5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
        text-align: left;
        width: 80%;
}.linkButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}.linkButton:active {
	position:relative;
	top:1px;
}

#calembed{
                position: absolute;
                top: 325px;
                left: 475px;
                
}

#calembed linkButton{
                display: block;
                position: relative;
                top: 60px;
}

#calembed iframe{
                
                position: relative;
                top: 15px;
}


#calembed a:hover a:focus {
                color: orange;
}



#footer{

	width: 960px;
	min-height: 100%;
	background-color: #299A0B;
	background-image: url("images/footer_grad.png");
	color: white;
	font-family: Oswald, sans-serif;
	font-size: 18px;
    line-height: 26px;
    margin: 0px 75px;
    padding: 0px;
    
    -webkit-box-shadow: 5px 2px 12px 8px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 5px 2px 12px 8px rgba(0, 0, 0, 0.6);
	box-shadow: 5px 2px 12px 8px rgba(0, 0, 0, 0.6);
		

    

}

#footer ul{
	list-style: none;
	text-decoration:none !important;
}

#footer a{
	
	color:white;
}

#footer a:hover{
	color: orange;
	
}

.footernav{
	display: inline-block;
	list-style: none;
	padding: 0px;
	margin: 5px 20px;
	width: 260px;
	height: 100%;
	text-decoration: none;
	vertical-align: top;
	

}

#navheading{
	font-size: 20px;
	
}

.wpframe{
	padding: 0px 6px;
	width: 100%;
	height: 1998px;
	margin: 0px;
        border: none;
		}
		
.fundframe{
	width: 955px;		/*   960px */
	height: 1950px !important;		/*1868px    */
	overflow: hidden !important;
    }
	
	/* lessonplan formating for pdf files/download */
.filepresent {
	float: left;
	}

.filepresent img {
	width: 150px; 
	border: 3px solid;
	margin: -5px 15px 5px 0px; 
	
	}	

	/* growing guide formating for pdf files/download */
.growguide  {
	float: left;
	
}

.growguide img {
	width: 210px;
	border: 3px solid;
	margin: -5px 15px 5px 0px; 
}
	
	/* feed formating */
.feed-item-title {
	margin-bottom: -15px;
	
}
	
	/* annual reports formating for pdf files/downloads */
.annualreport {
	float: left;
}	
	
.annualreport img {
	width: 325px;
	border: 3px solid;
	margin: -5px 15px 5px 0px; 
}

	/* our team formating for staff image and text */
.meetstaff {
	float: left;
}	
		
.meetstaff-img img {
	width: 250px;
	border: 3px solid;
	color: #299A0B;
	margin: 5px 10px 5px 10px; 
}	
	
.meetstaff-text {
	padding: 5px 5px 2px 5px;
}	
	
/* quicklink at top */
#stay_loop {
	position: absolute;
	
	left: 680px;
	top: -8px;
	color: white;
		
}	
#facebook img{
  width:25px;
  position: absolute;
  top: 7px;
  left: 1015px;
}

#instagram img{
  width:25px;
  position: absolute;
  top: 7px;
  left: 960px;
  
}

#youtube img{
  width:25px;
  position: absolute;
  top: 7px;
  left: 905px;
}


	
	
/*////////////////////PROGRAMS///////////////////*/
#schoolbanner{
	margin: 0;
	margin-top: 30px;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
}



.gobutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color: #77d42a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #268a16;
	display: inline-block;
	color: #1b3605 !important;
	font-family: Oswald, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 1px 6px;
    margin: 0px 0px 4px 5px;
	text-decoration: none !important;
	text-shadow:1px 1px 0px #aade7c;
}

.gobutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
	color: black !important;
}

.gobutton:active {
	position:relative;
	top:1px;
}

.gobutton:visited{
	color: #306108 !important;
}




/*/////////////////////// Partner page /////////////////////*/

#partner_container 	{
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	font-family: Oswald, sans-serif !important; 
	font-weight: lighter;
}

.thankyou {
	font-size: 40px;
    border-bottom: 2px solid #299A0B;
    line-height: 60px !important;    
	text-align: center;
	font-weight: bold;
}


.names { 
	font-weight: bold;
	text-align: center;
	
	
}	

.names_no_logo {
	font-size: 25px;
    line-height: 60px;   
	font-weight: bold;
	text-align: center;
	
	
} 

table, th, td {
    border: 0px solid #299A0B;
	text-align: center;
}

.toptable	{
    border-collapse: collapse;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}

.maintable 	{
	border-collapse: collapse;
	width: 95%;
	margin-right: auto;
    margin-left: auto;
}

.logocntr {
	float: center;
}

.logorgt {
	float: right;
}

.logofred	{
	float: left;
	padding-left: 30px;
}
	
.logoamazon	{
	float: right;
	padding-right: 30px;
}



/*#gardenprofile{
                
                float: left;
                padding: 5px;
                height: 590px;
                width: 460px;
                margin: 10px 10px 20px 10px; */
                
}




/*
____      ________  _______  _________
\   \     \   ____\ \  ____\ \   _____\
 \   \     \  \      \_\_____ \  \    __
  \   \____ \  \_____  ____\ \ \  \___\ \
   \_______\ \_______\ \______\ \________\
   
*/