/*-------------------------------------------------------------------
GSD Home Page Stylesheet

Version: 			1.0
Last edited by: 		John Lytle/Ivo KH Janssen
On:				2009.06.14
Framework: 		The Plant System
For:				Go Skateboarding Day
Site Design by:		JL Productions (http://johnlytle.com/)

---------------------------------------------------------------------*/

/* =Structure
---------------------------------------------------------------------*/

#mapcontainer {
	position: relative;
	display: block;
	clear: both;
	background: #222;
	margin-bottom: 20px;
}

#mapcontainer h3 {
	position: absolute;
	top: 305px;
	left: 10px;
}

#eventmap {
	height: 350px;
}

#eventsearch form {
	float: right;
	margin: -10px 0 5px 0;
	width: 190px;
}

#eventsearch label {
	margin: 0 0 2px 0;
	font-size: 100%;
	color: #fff;
}

#eventsearch input.text {
	float: left;
	width: 140px;
	background: #333;
}
	#eventsearch input.text:focus, #eventsearch input.text:hover  {
		background: #666;
		color: #fff;
	}

#eventsearch input.submit {
	float: right;
	margin: 0 0 0 6px;
}
