/* @override http://bird.im/common/global.css */

body {
	margin: 0px;
	padding: 0px;
	background-color: #d8efdc;
	height: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	behavior: url("csshover.htc");
}

#header {
	display: block;
	margin-top: 0px;
	background-color: #3aad50;
	height: 55px;
}

#container {
	width: 800px;
	padding: 10px;
	margin-top: 0px;
	margin: auto;
	background-color: #89ce96;
	
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#left {
	width: 520px;
	float: left;
	margin-left: 0px;
	padding: 10px;
}

#right {
	padding: 10px;
	margin-left: 540px;
	width: 220px;
}

.spacer {
	clear: both;
}

#footer {
	width: 700px;
	padding-top: 20px;
	margin: auto;
	text-align: center;
	color: gray;
}

.logo {
	padding-left: 20px;
}

.map {
	border: 10px solid #fff;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

a {
	color: #007119;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #333;
}
h2.scientific {
	font-style: italic;
	font-size: 14px;
}
h2.date {
	font-size: 14px;
}
h2.location {
	font-size: 14px;
	color: #007119;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #007119;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #007119;
}