
/*--------CSS Reset----------*/
body
{
	background-color: #f9f8d4;
	font-size: 16px;
	font-weight: normal;
	padding:0;
	margin:0;
}


/*----- BODY -----*/
body {
	margin: 0;
	font-family: 'Signika', sans-serif;
	color: #262621;
	background-color: #b5bf7e;
	background-image:url(images/gradient.gif);
	background-repeat:repeat-x;
}
/*--------Container----------*/

div#container {
	min-width: 320px;
	max-width: 960px;
	margin: 0 auto 30px auto;
	background-color: #f9f8d4;
	border: 1px solid #0d0d0b;
	box-shadow: 0 0 5px #000;
}

/*----------thanks----------*/
div#thanks {
	align-content:center;
	text-align:center;
	
	}

	
	
/*--------Header Style----------*/
header{
	
	background-color: #8a9359;
	border-bottom: 1px solid #000000;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
}
 
header h1 {
	background-color: #8a9359;
	color: #f0f2d0;
	margin:0;
	margin-left:80px;
	
	font-size: 2em;
	padding-top: .5em;
	text-shadow: 1px 1px 2px #333;
}
header h2 {
	background-color: #8a9359;
	color: #e6e8c6;
	margin-left:80px;
	font-size: 1em;
	letter-spacing: 2px; 
}	


/*NAVIGATION FOR THE PHONE*/
@media only screen and (max-width: 600px) {
	nav {
		background-color: #8a9359;		
		padding: .5em 2%;
	}
	ul.menu {
		list-style:none;
		margin: 0;
		padding: 0;
	}
	ul.menu li a {
		padding: .2em 1em;
		margin-bottom: .5em;
		color: #f9f8d4;
		text-decoration: none;
		display: block;
		border: 1px solid #b5bf7e;
		border-radius: 7px;
	}
	ul.menu li a:hover {
		color: #262621;	
	}
	ul.menu li.active a {
		background-color:#6c743d;	
	}
} /* end of phone navigation*/


/*NAVIGATION FOR THE TABLET AND DESKTOP*/
@media only screen and (min-width: 601px) {
	
	nav {
	   /* background color if gradient doesn't work */
	    background-color:#8a9359;
		background: linear-gradient(to bottom, #6c743d 0%, #b5bf7e 100%);
	
		
	}
	ul.menu {
		list-style:none;
		margin: 0;
		padding: 0;


	}
	ul.menu li {
		float: left;	


	}
	ul.menu li a {
		display: block;
		padding: .5em 1.5em;
		color: #f9f8d4;
		text-decoration: none;
		border-right: 1px solid #f9f8d4;
	}
	
	ul.menu li.active a {
		
		background-color:#b5bf7e;
			
	}

} /* end of tablet and desktop navigation */


		
		
/*--------Content Style----------*/

div#content{
	float:left;
	padding:10px 0 10px 10px;
	

	}
div#content h1{
	background-color: #f9f8d4;
	font-size: 25px;
	font-weight: bold;
	padding: 5px 0 0 2%;
	border-bottom: solid black 1px;
	}
div#content h2{
	font-family:'Clicker Script', cursive;
	font-size:26px;
	padding: 10px 0 0 2%;
	}
div#content p {
	padding: 20px 0 10px 10px;
	background-color: inherit;
	padding: 10px 10px 10px 20px;
	text-align:center;
	}		
	

div#content address {
	margin-left: 2%;
	padding: 0 10px 10px 0;

}

#content ol {
	padding: 10px 10px 10px 50px;
	background-color: #b5bf7e;
	margin: 10px 3%;
	}

#content dl.foods{
	background-color:#8A9359;
	margin: 10px 0 10px 80px;
	text-align:left;
	}
#content dl.foods dt{
	font-size: 26px;
	font-style: italic;
	font-weight: 100;
	background-color: #c2ff3b;
	margin: 10px 0 10px 80px;
	}
#content dl.foods dd{
	padding-left: 80px;
	}
div#content_foods{
	margin: 10px 0 10px 40px;
	
	}	

div#gnome_picking{
	clear:both;
	border: 1px #6d7f44 solid;
	margin: 5px 20px 5px 4px;
	border-radius: 4px;
	background-color:#b5bf7e;
	padding:5px 4px 5px 4px;
	}	
figure.gnome{
	width: 200px;
	height:200px;
	margin:0 10px 0 10px;
	float: right;
	border: solid 1px #444;
	padding-top:0;
	padding-bottom:32px;
	background-color:#f9f8d4;
	}
figure.gnome img{
	width: 100%;
}
figure.gnome figcaption{
text-align: center;
font-family:Verdana;
font-size: .6em;
color:#555;
padding-bottom:.6em;
}

/*----- LISTS -----*/
ul.gnome-list,  ul.mush-list {
	margin: 0 0 .8em 0;	
	padding: 0 0 0 1em;
}
ul.gnome-list li {
	list-style-type: none;
	background-image:url(images/gnome-list.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left: 25px;
}
ul.mush-list li {
	list-style-type: none;
	background-image:url(images/mushroom.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left: 25px;
	}


dl dt {
	margin: 0;
	font-weight: bold;
	padding: 0 0 0 1em;
}
dl dd {
	margin: 0;	
	padding: 0 0 .75em 2em;
}


/*---------------Gallery--------*/

figure.gnomes{
	
	margin:.65em;
	background-color:#8A9359;
	float:left;
	border:solid 1px #013a17;
	width:200px;
	height:235px;
	text-align:center;
	padding:5px;

}
figure.gnomes figcaption{
	font-size:.6em;
	font-family:Verdana;
}
figure.gnomes span{
	display:block;
	font-size:1.5em;
	color:#f9f8d4;
}


	
/*----- TABLE -----*/
table.schedule {
	border-collapse:collapse;
	font-size: .8em;
	border: 1px solid #999;
	box-shadow: 1px 1px 2px #9fa08c;
	
	margin:0 1% 1em 1%;
}
table.schedule th {
	text-align: left;
	background-color: #8a9359;
	color: #f0f0e8;
	font-size: 1.5em;
	padding: .1em .5em;	
}
table.schedule tr:nth-child(even) {
	background-color: #b5bf7e;
}
table.schedule tr:hover {
	color: #80045f;
	background-color:#fff;
}	
table.schedule td {
	padding: .5em;	
}

/*-----form -----*/

form.contact{
	font-family:Verdana;
	display:block;
	
	
}

form.contact fieldset{
	background-color:#f9f8d4;
	border:solid 1px #576;
	border-radius: 8px;
	margin-bottom:1em;
}

form.contact legend {
	padding:.2em .8em;
	background-color:#8A9359;
	font-family:Verdana;
	font-size:1em;
	border:solid 1px #576;
	margin-left:2em;
	color:#ffffff;
	}
	
form.contact span{
	color:#678;
	font-size:.7em;
	display:block;

}

form.contact input{

}

form.contact label{
	display:block;
	padding-bottom:.8em;

}



/*----- YOUTUBE VIDEO  -----*/
iframe.myvideo {
width: 98%;
margin-left: 1%;
height: 320px;
margin-bottom: 1em;
}




/*----- AUDIO -----*/
audio.audio {
	margin-left: 1%;
}




/*----- GOOGLE MAP-----*/
iframe.mymap {
	border: 1px solid #333;
	box-shadow: 3px 3px 5px #777;
	height: 500px;
	width: 98%;
	margin-left: 1%;

}	
	
/*--------Footer Style----------*/
	
footer{
	clear:both;
	text-align: center;
	background-color:#8A9359;
}
		
	div.KeepOpen{clear:both;}