/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #e0cd9a;
	text-align: center;
	color: #fff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.5em;
	font-weight: normal;
}

#wrapper {
	background: #8ab9e4 url(css_images/vegetation.jpg) center bottom no-repeat;
	border: 1px solid #fff;
	border-top: none;
	border-bottom: none;
	width: 758px;
	margin: 0 auto;
	padding-bottom: 170px;
	text-align: left;
	position: relative;
	z-index: 1;
}

#sun {
	width: 1190px;
	height: 404px;
	position: absolute;
	top: 0px;
	left: -250px;
	background: transparent url(css_images/sun.jpg) center top no-repeat;
	z-index: 5;
}

#header {
	float: left;
	position: relative;
	width: 140px;
	z-index: 10;
}

#logo {
	width: 265px;
	height: 254px;
	position: absolute;
	left: -25px;
	top: 34px;
	border: none;
	display: block;
}

#accessibility_links {
	width: 9em;
	position: absolute;
	left: -9999em;
}

#navigation {
	width: 140px;
	border: 1px solid #fff;
	float: left;
	display: inline; /* IE margin hack */
	clear: left;
	margin: 310px 0 20px 44px;
	padding: 7px 0;
	z-index: 10;
	position: relative;
	background-color: #5f9cd6;
}

#navigation ul {
	list-style-type: none;
	text-transform: lowercase;
	text-align: center;
	margin: 0;
}

#navigation li a {
	padding: 7px 0;
	margin: 0 20px;
	width: 100px;
}

#primary_content {
	border: 1px solid #335f9c;
	background: transparent url(css_images/content_background.png) repeat;
	width: 493px;
	float: right;
	display: inline; /* IE margin hack */
	clear: none;
	margin: 15px 25px 0 0;
	position: relative;
	z-index: 10;
}

#secondary_content {
	width: 160px;
	float: left;
	display: inline; /* IE margin hack */
	clear: left;
	margin-left: 34px;
	padding: 10px 0;
	z-index: 10;
	text-align: center;
}

#footer {
	clear: both;
	margin: 0 auto;
	width: 758px;
	padding-top: 0.5em;
	border: 1px solid #fff;
	border-top: none;
	border-bottom: none;
	position: relative;
	line-height: 1.2;
	color: #e0cd9a;
	background-color: #664533;
}

#footer p {
	text-align: center;
	font-size: 0.85em;
	padding: 0 45px 0.5em;
	margin: 0 25px 0;
}

#footer #copyright {
	background: #664533 url(css_images/worm.jpg) right top no-repeat;
}

/* Typography */

.blitz, em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

/* Forms */
form {
	margin: 0 15px 20px;
	padding: 1em;
}

label {
	display: block;
	margin-top: 0.75em;
}

.notice {
	border: 1px solid #93fa7c;
	padding: 1em;
	color: #93fa7c;
}

.error {
	color: #fab07e;
}

/* Links */

a, a:link {
	text-decoration: none;
	border-bottom: 1px solid #ffda60;
	color: #ffda60;
}

a:visited {
	color: #ffc927;
}

a:hover {
	color: #f0541c;
}

#lightbox a, a:link, a:visited {
	border-bottom: none;
	color: #ffda60;
}

#navigation a {
	display: block;
	line-height: 1.1;
}

#navigation a, #navigation a:link, #navigation a:visited {
	color: #fff;
	border-bottom: none;
	text-decoration: none;
}

#navigation a:hover {
	color: #ffda60;
}

#bioblitz_home #nav_home,
#bioblitz_what, #home_what,
#bioblitz_publicevents #nav_publicevents,
#bioblitz_2007 #nav_2007,
#bioblitz_observations #nav_observations,
#bioblitz_scientists #nav_scientists,
#bioblitz_gallery #nav_gallery,
#bioblitz_volunteer #nav_volunteer,
#bioblitz_sponsors #nav_sponsors,
#bioblitz_resources #nav_resources,
#bioblitz_contact #nav_contact {
	background: transparent url(css_images/nav_arrow.png) right center no-repeat;
}

#bioblitz_home #nav_home a,
#bioblitz_what, #home_what a,
#bioblitz_publicevents #nav_publicevents a,
#bioblitz_2007 #nav_2007 a,
#bioblitz_observations #nav_observations a,
#bioblitz_scientists #nav_scientists a,
#bioblitz_gallery #nav_gallery a,
#bioblitz_volunteer #nav_volunteer a,
#bioblitz_sponsors #nav_sponsors a,
#bioblitz_resources #nav_resources a,
#bioblitz_contact #nav_contact a {
	color: #ffda60;
}

#footer a, #footer a:link, #footer a:visited {
	color: #e0cd9a;
	text-decoration: none;
	border: none;
}

#footer a:hover {
	color: #8ab9e4;
}

/* Primary content */

#primary_content h1, #primary_content h2, #primary_content h3 {
	margin: 1em 25px;
}

#primary_content p {
	margin: 0 25px 1.5em;
}

#primary_content ul {
	margin: 1.5em 45px;
}

#primary_content li {
	margin-bottom: 0.5em;
}

#primary_content h1 {
	text-align: center;
	font-size: 2em;
	margin-top: 0.75em;
}

#primary_content h2 {
	margin-bottom: 0;
	font-size: 1.4em;
}

#primary_content h2 + p {
	margin-top: 0;
}

#primary_content h3 {
	margin-bottom: 0;
	font-size: 1.1em;
}

#primary_content h3 + p {
	margin-top: 0;
}

/* Image gallery */
#gallery h1, #gallery h2, #gallery h3 {
	margin: 13px 15px;
}
#gallery div.image {
	margin: 0 0 20px 15px;
	width: 140px;
	text-align: center;
}
#gallery img {
	border: 1px solid #fff;
}
#gallery div.left {
	float: left;
	clear: left;
	margin-left: 15px;
}
#gallery div.right {
	float: right;
	clear: right;
	margin-right: 15px;
}
#gallery div.center {
	float: left;
	margin-left: 21px;
}
#gallery .caption {
	font-size: 0.8em;
	line-height: 1.2em;
}
#gallery h2, #gallery h3 {
	clear: both;
}
#gallery h2 {
	border-top: 1px solid #fff;
	margin-top: 0;
	padding-top: 2em;
}
#gallery ul + h2 {
	border: none;
	padding-top: 0;
}
#gallery p {
	margin-bottom: 5px;
	clear: both;
}

/* Observations */
#bioblitz_observations dl {
	margin: 1em 25px;
	width: 160px;
	position: relative;
	left: 50%;
	margin-left: -80px;
}
#bioblitz_observations table {
	width: 442px;
}
#bioblitz_observations table .commonname {
	width: 50%;
}
/* Secondary content */

#secondary_content img {
	padding: 11px;
	margin-bottom: 2px;
	background: transparent url(css_images/photo_background.png) center center no-repeat;
	border: none;
}

#secondary_content a {
	border: none;
}

/* Tables */

table {
	margin: 1em 25px;
}
th {
	background-color: #2985d4;
	font-size: 1em;
	font-weight: bold;
	padding: 0.25em 0.2em;
	text-align: left;
}
tr.even {
	background-color: #5a9edc;
}
td {
	padding: 0.1em 0.2em;
	vertical-align: top;
	margin-right: 0.1em;
}
tr.subtitle {
	margin-top: 0.5em;
}
#primary_content table + h2 {
	margin-top: 2em;
}
caption {
	padding: 0.25em 0.2em;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	background-color: #5a9edc;
	margin: 0em 0.15em;
}
/* Miscellaneous */

#bioblitz_home .sponsorship {
	font-size: 0.85em;
	text-align: center;
}

#bioblitz_home .sponsorship a {
	color: #fff;
}

.postal_address {
	line-height: 1.2;
}

#bioblitz_404 #primary_content h1 {
	color: #fffd44;
}