/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

footer, header, nav { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
button, input, select, textarea {}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #ffff00; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* Nav CSS */
		#nav
		{
			width:100%;
			font-weight: 400;
			font-size:18px;
			float:left;

			

		}

			#nav > a
			{
				display: none;
				
				
			}

			#nav li
			{
				position: relative;
			}
				#nav li a
				{
					color: #000;
					display: block;
					text-decoration:none;
					background-color: #9daf73;

					
				}
				#nav li a:active
				{
					background-color: #566047 !important;

				}

			#nav span:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
				border-top-color: #000;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: -0.313em; /* 5 */
			}

			/* first level */

			#nav > ul
			{
				height: 3.0em; /* 60 */
			}
				#nav > ul > li
				{
					width: 33.3%;
					height: 100%;
					float: left;
					color: #fff;

				}
					#nav > ul > li > a
					{
						height: 100%;
						font-size: 1em; /* 24 */
						line-height: 2.25em; /* 60 (24) */
						text-align: center;
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: 1px solid #566047;
						}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
							background-color: #dae3ba;
						}


				/* second level */

				#nav li ul
				{
					background-color: #dae3ba;
					display: none;
					position: absolute;
					top: 100%;
					-webkit-border-bottom-right-radius: 10px;
				-moz-border-bottom-right-radius: 10px;
				border-bottom-right-radius: 10px;
				-webkit-border-bottom-left-radius: 10px;
				-moz-border-bottom-left-radius: 10px;
				border-bottom-left-radius: 10px;
				-webkit-box-shadow: 2px 2px 4px #ccc;
				-moz-box-shadow: 2px 2px 4px #ccc;
				box-shadow: 2px 2px 4px #ccc;
				}
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#nav li:not( :first-child ):hover ul
						{
							left: -1px;
						}
						#nav li ul a
						{
							font-size: 1.em; /* 20 */
							border-top: 1px solid #566047;
							padding: 0.5em; /* 15 (20) */
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								background-color: #91a145;
							}


		@media only screen and ( max-width: 62.5em ) /* 1000 */
		{
			#nav
			{
				width: 100%;
				position: static;
				margin: 0;
			}
		}

		@media only screen and ( max-width: 40em ) /* 640 */
		{

			#nav
			{
				
				position: relative;
				top: auto;
				left: auto;
				
			}
				#nav > a
				{
					width: 3.125em; /* 50 */
					height: 3.125em; /* 50 */
					text-align: left;
					text-indent: -9999px;
					background-color: #dae3ba;
					position: relative;
					-webkit-border-radius: 10px;
						-moz-border-radius: 10px;
						border-radius: 10px;
						-webkit-box-shadow: 2px 2px 4px #ccc;
						-moz-box-shadow: 2px 2px 4px #ccc;
						box-shadow: 2px 2px 4px #ccc;
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px solid #566047;
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';
					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block;
				}


			/* first level */

			#nav > ul
			{
				height: auto;
				display: none;
				position: absolute;
				left: 0;
				right: 0;
			}
				#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
				}
					#nav > ul > li > a
					{
						height: auto;
						text-align: left;
						padding: 0 0.833em; /* 20 (24) */
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: none;
							border-bottom: 1px solid #566047;
							
						}


				/* second level */

				#nav li ul
				{
					position: static;
					padding: 1.25em; /* 20 */
					padding-top: 0;
				}
		}

/*Slideshow CSS */

	
		
		
	#slideshow
	{
		width: 100%;
		
		
		list-style: none;
		position: relative;
	}
	
	#slideshow img {

		width: 70%;
		margin:0 15% 0 0;
		max-height:667 px;
		border: 4px solid rgb(255,255,255);

		color: rgb(45,45,45);
		position: relative;
		}
	
	#slideshow li
	{
		float: left;
		position: absolute;
	}/*Slideshow CSS */

	
		
		
	#slideshow
	{
		width: 100%;
		height:400px;
		
		list-style: none;
		position: relative;
	}
	
	#slideshow img {

		width: 70%;
		margin:0 15% 0 0;
		max-height:667 px;
		border: 4px solid rgb(255,255,255);

		color: rgb(45,45,45);
		position: relative;
		}
	
	#slideshow li
	{
		float: left;
		position: absolute;
	}



/*Custom CSS*/
 
.textLinks a {	color: #333333; font-weight:bold; }
.textLinks a:hover { text-decoration:none; }	

/* Top of Page */
	
	#top-link	{ display:none;
				position:fixed;
				right:10px;
				bottom:180px;
					}	

					

body { font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000;
	margin: 0 auto; 
	padding: 0;	
	

	

	
	
	background-image:url(../images/strawberryFlat.png);
    background-repeat: no-repeat;
    background-size: contain;
	 
		 }
		 
		 
		 

.container {
	
	 background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff, #00A300); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #00A300); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #00A300); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #00A300); /* Standard syntax */
		
}

h1 {font-family: 'Passion One', cursive; font-weight: bold; color:#ffff00; text-shadow: 2px 2px #000; -webkit-text-stroke: 1px black; font-size:50px; }
h2 {font-family: 'Montserrat', sans-serif; font-weight: 400; color:#000; }
h3 {font-family: 'Open Sans', sans-serif; font-weight: bold; color:#fff; font-size:18px; }

.header {width:98%; margin:1% 1% 0 1%; text-align:center;}

.headerLogo {width:50%; padding:1%; float:left;}

.footer {
	width:96%;
	color: #000;
	font-size:10px;
	padding:0 2%;
	border-top:thick solid #00A300;
	
	
			
   
}


.rt20 {width:96%; height:auto; float:right; margin: 2%; text-align:left; line-height:18px;}

.lft30, .lft60 { width:96%; float:left; margin: 2%; }							

/* ===============
    ALL: IE Fixes
   =============== */


/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {
.rt20 {width:35%; height:auto; margin:4% 2% 2% 0; }

.lft30 { width:29%; float:left; margin:1%; }
.lft40 { width:45%; float:left; margin:1%; }
.lft60 { width:55%; float:left; margin:1%; }

.headerLogo {width:20%; padding:1%; float:left;}

}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */





/* ============
    WIDE: Main
   ============ */


}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

	.container{
		width:1026px; /* 1140px - 10% for margins */
		margin:0 auto;
	}

}

/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
