/*-------------------------------------------------------------------
GSD Events 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 {
	display: block;
	clear: both;
	background: #222;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

#mapcontainer h3 {
	float: right;
	margin: 10px 10px 0 10px;
}

#eventmap {
	height: 350px;
}

#eventsearch form {
	float: left;
	margin: 5px 20px 2px 10px;
	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;
}
