/* @override 
	http://localhost:3000/stylesheets/main.css?1203810818
	http://localhost:3000/stylesheets/main.css?1204406463
	http://www.sandhillnature.com/stylesheets/main.css?1206044313
*/

html, body, div, h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	}

body {
	background: #EEECD0;
	color: #330099;
	font: 15px/24px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	}

#header {
	width: 800px;
	padding: 0;
	color: #330099;
	text-align: center;
	height: 195px;
	margin-bottom: -30px;
	background: url(../images/head.jpg) no-repeat top;
	}

#header h1 {
	text-indent: -10000px;
	}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0 20px 30px;
	background: url(../images/wrappertile.gif) repeat-y;
	color: #D6C1FF;
	text-align: center;
	}

.section {
	font: normal 1em/1.5em Verdana, Helvetica, Arial, sans-serif;
	margin: 0.5em 25px 0;
	padding: 1.35em 20px 0;
	border: 2px solid #EEECD0;
	background: #FFF;
	color: #090B59;
	text-align: left;
	}

.section:after {
/* auto clear the section */
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.section {display: inline-table;}
/* Hide from IE Mac \*/
* html .section {height: 1%;}
.section {display: block;}
/* End hide from IE Mac */

.centered {
	text-align: center;
	}

.section .column1 {
	float: left;
	width: 333px;
	padding-right: 20px;
	}

.section .column2 {
	float: right;
	width: 332px;
	padding-left: 20px;
	margin-bottom: 1.35em;
	border-left: 1px solid #EEECD0;
	}

.section .column2 p {
	margin-bottom: 0.5em;
	}

.section.notice {
	text-align: center;
	border-color: #5FA81E;
	}

.section.error {
	text-align: center;
	border-color: #A82B1E;
	color: #A82B1E;
	}

.clear {
	clear: both;
	}

/* Textual Elements */

h1 {
	color: #B10C18;
	font: normal 2.5em Georgia, "Times New Roman", Times, serif;
	}

h2 {
	padding: 0 0 0.25em;
	color: #330099;
	font: normal 3em Georgia, "Times New Roman", Times, serif;
	}

h3 {
	color: #330099;
	font: normal 1.75em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-bottom: 0.25em;
	}

h4 {
	color: #090B59;
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
	padding-top: 0.25em;
	}

p {
	font: normal 1em/1.5em Verdana, Helvetica, Arial, sans-serif;
	margin-bottom: 1.35em;
	}

a:link {
	color: #0000CC;
	text-decoration: none;
	border-bottom: 1px solid #ECECFF;
	}

a:visited {
	color: #660099;
	text-decoration: none;
	border-bottom: 1px solid #ECECFF;
	}

a:active {
	color: #990066;
	text-decoration: none;
	border-bottom: 1px solid #ECECFF;
	}

a:hover {
	color: #0000CC;
	text-decoration: none;
	border-bottom: 1px solid #0000CC;
	}

ul {
	padding-left: 1em;
	list-style-position: outside;
	margin-bottom: 1.35em;
	}
	
form {
	border: none;
	padding: 0;
	margin: 0;
	display: inline;
}

label {
	width: 20%;
	vertical-align: baseline;
	display: block;
	float: left;
	}
	
label.checkbox {
	float: none;
	display: inline;
	width: auto;
	}

input[type="text"], input[type="password"], textarea {
	width: 78%;
	font: normal 1em/1.5em Verdana, Helvetica, Arial, sans-serif;
	padding: 0 2px;
	border: 2px solid #EEECD0;
	background: #FFF;
	color: #090B59;
	}
	
form input[type="submit"] {
	font: normal 1em/1.5em Verdana, Helvetica, Arial, sans-serif;
	}

/* Menu */

#menu {
	float: right;
	display: inline;
	margin: 0;
	padding: 0 30px 0 0;
	list-style-type: none;
	line-height: 18px;
	}

#menu li {
	float: left;
	color: #FFF;
	}

#menu li.active a {
	border-bottom: 2px solid #EEECD0;
	}

#menu li a {
	padding: 5px 12px;
	display: block;
	text-decoration: none;
	border: none;
	vertical-align: middle;
	}

#menu li a:hover {
	background: #F1F1FF;
	border-bottom: 2px solid #EEECD0;
	}

/* Pheno-log styles */

#loginForm label {
	width: auto;
	float: none;
	display: inline;
	}
	
#loginForm input[type="text"], #loginForm input[type="password"] {
	width: 67%;
	}
	
.help {
	float: right;
	width: 100px;
	}
	
.help a {
	background: url(../images/help-icon.gif) no-repeat center top;
	float: right;
	padding-top: 41px;
	font-size: 0.85em;
	}

#eventTable {
	width: 100%;
	border: 0;
	margin: 0;
	font-size: 1.2em;
	border-collapse: collapse;
	border-spacing: 0;
	}

#eventTable td {
	height: 60px;
	vertical-align: middle;
	padding: 0 5px;
	}

#eventTable th {
	font-size: 0.7em;
	font-weight: bold;
	padding: 0 5px;
	}

#eventTable .eventRecDate, #eventTable .eventLastYear {
	font-size: 0.9em;
	}

#expand {
	float: left;
	}

#expandText {
	width: 280px;
	float: left;
	margin-right: 20px;
	}

#expandMedia {
	float: right;
	width: 200px;
	}

table.eventDates {
	width: 100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	border: 1px solid #F1F1FF;
	border-spacing: 0;
	}

table.eventDates th {
	padding: 4px;
	background: #F1F1FF;
	font-size: 0.8em;
	}

table.eventDates td {
	padding: 4px;
	}

#soundControl {
	background: url(../images/speaker.gif) no-repeat 0 1px;
	padding-left: 16px;
	margin-left: 0.75em;
	font-size: 0.9em;
	font-weight: bold;
	border: none;
	outline: none;
	}

/* User account styles */

#loginForm p {
	margin-bottom: 0.68em;
	font-size: 0.85em;
	}
	
/* Administration */

.admin_menu {
	list-style-type: none;
	padding: 0;
	}
	
.admin_table {
	width: 100%;
	margin-bottom: 1em;
	}
	
.admin_table th, .admin_table td {
	margin: 0;
	padding: 3px;
	text-align: center;
	}
	
.admin_table thead tr {
	font-size: 0.9em;
	background: #EEECD0;
	}

/* Footer */

#footer {
	padding: 0.5em 0 1em;
	background: transparent url(../images/wrapperbottom.gif) no-repeat scroll top;
	font-style: italic;
	}