@font-face {
		font-family: 'YanoneKaffeesatzRegular';
		src: url('fonts/YanoneKaffeesatz-Regular-webfont.eot');
		src: url('fonts/YanoneKaffeesatz-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/YanoneKaffeesatz-Regular-webfont.woff') format('woff'),
	url('fonts/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'),
	url('fonts/YanoneKaffeesatz-Regular-webfont.svg#YanoneKaffeesatzRegular') format('svg');
	font-weight: normal;
	font-style: normal;
	}
	
	@font-face {
	    font-family: 'BebasNeueRegular';
	    src: url('fonts/BebasNeue-webfont.eot');
	    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
	}

 .topnav
	{
	margin:0;
	padding:0;
	}

  #item
	{
	width:150px;
	height:35px;
	float:left;
	color:#191919;
	text-align:center;
	overflow:hidden;
	}

   .happy
	{
	color:#FFF;
	text-decoration:none;
	}

   .joy
	{
	padding:0px 5px;
	}

	.subtext
	{
	padding-top:15px;
	}

/*Menu Color Classes*/
.green{background:#6AA63B url('../images/green-item-bg.jpg') top left no-repeat;font-family: 'BebasNeueRegular', Arial;}
.yellow{background:#FBC700 url('../images/yellow-item-bg.jpg') top left no-repeat;font-family: 'BebasNeueRegular', Arial;}
.red{background:#D52100 url('../images/red-item-bg.jpg') top left no-repeat;font-family: 'BebasNeueRegular', Arial;}
.purple{background:#d6b6e6 url('images/purple-item-bg.jpg') top left no-repeat;font-family: 'BebasNeueRegular', Arial;}
.blue{background:#0292C0 url('../images/blue-item-bg.jpg') top left no-repeat;font-family: 'BebasNeueRegular', Arial;}


	
	
body, div, h1, form, fieldset, input, textarea
	{
	margin: 0; padding: 0; border: 0; outline: none;
	}
	
html 	
	{ height: 150%; }
		
	.cover
	{ background:#b7faf0; width:700px; margin:auto; padding-left:60px; }
	
	h2.contact
	{ padding-left: 125px; font-size: 66px; color: 	#56391e; height: 105px; background: url(images/contact.png) no-repeat -10px -10px;  font-family: 'YanoneKaffeesatzRegular';}

	p.contact
	{ font-size: 24px; margin-bottom: 15px; line-height: 36px; font-family: 'BebasNeueRegular', Arial; color: #56391e; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

	#contact { margin-bottom: 0px; }
	
	input[type="text"] { width: 400px; }

	textarea { width: 600px; height: 275px; }

	label { color: #56391e; }
	
	input, textarea { background-color: rgba(255, 255, 255, 0.4); border: 5px solid rgba(122, 192, 0, 0.15); padding: 10px; font-family: Keffeesatz, Arial; color: #8256a4; font-size: 24px; -webkit-border-radius: 5px; margin-bottom: 15px; margin-top: -10px; }
	
	input:focus, textarea:focus { border: 5px solid #ff5400; background-color: rgba(255, 255, 255, 1); }

	input[type="submit"] { border: none; cursor: pointer; color: #fff; font-size: 24px; background-color: #7ac000; padding: 5px 36px 8px 36px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); border-bottom: 1px solid rgba(0, 0, 0, 0.4); border-top: 1px solid rgba(255, 255, 255, 0.6);
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #619702),
	    color-stop(0.62, #7ac000)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #619702 23%,
	    #7ac000 62%
	);
	}

	input[type="submit"]:hover { color: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.4); background-color: #ff5400;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #c34000),
	    color-stop(0.62, #ff5400)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #c34000 23%,
	    #ff5400 62%
	);
	}
	input[type="submit"]:active { top: 1px; }
