html { background: #0f1213; }

body {
	background: #192a2d url(images/top.gif) left top no-repeat; 
	border-left: 1px solid #00383f;
	color: #f2f6f8;
	font-family: Futura, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	margin: 32px auto;
	position: relative;
	width: 800px;
}

img { border: 0; }

p { margin: 0 0 1em 0; }

a { color: #64d2e0; text-decoration: underline; }
a:hover { color: #64d2e0; text-decoration: none; }

abbr { font-variant: small-caps; }

address {
	color: #a3e6ee;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 1em 24px;
	}

.right { float: right; margin-left : 15px; margin-bottom: 15px; }
.left { float: left; margin-right : 15px; margin-bottom: 15px; }

section, article, header, footer, nav, aside, hgroup { display: block; }

body>header { height: 184px; }

body>header h1 {
	display: inline;
	height: 156px;
	float: left;
	margin: 0;
	padding: 0;
	width: 266px;
	}


nav { float: right; width: 488px; }

nav ul {
	box-shadow: 1px 1px #0f1213;
	font-size: 10pt;
	height: 24px;
	letter-spacing: 2px;
	padding: 0px 6px 0 0;
	}

nav li {
	float: left;
	margin: 0;
	padding: 0;
	}

ul#verbs {
	background: #007b92;
	list-style: none;
	margin: 125px -6px 8px 0;
	}

ul#nouns {
	background: #004c57;
	list-style: none;
	margin: 8px -6px 8px 72px;
	}

nav a {
	color: #bae0e6;
	display: block;
	line-height: 22px;
	padding: 3px 12px 0;
	text-decoration: none;
	text-transform: uppercase;
	}

nav a:hover { 
	background: #0f1213;
	border-bottom: 0px solid #007b92;
	}


section#main {
	background: #49595A;
	clear: both;
	float: left;
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 32px 0 0 48px;
	padding: 0 16px 1em 16px;
	width: 506px;
	}

#volunteer section#main { width: 676px; }

section#main h1 {
	background: #007b92;
	box-shadow: 1px 1px #004c57;
	font-size: 2em;
	font-style: italic;
	font-weight: normal;
	margin: 10px 0 .5em -32px;
	padding: 12px 24px;
	text-shadow: 1px 1px #00383f;
	}

section#main h2 {
	clear: left;
	color: #64d2e0;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1em;
	margin: 1em 0 .5em 0px;
	padding: .5em 0 0 0px;
	text-transform: uppercase;
	}

section#main img { border: 2px solid #007b92; }
	
p.intro {
	font-size: 1.4em;
	font-family: Times New Roman, serif;
	font-style: italic;
	line-height: 1.1em;
	}

#date, #time {
	float: left;
	margin: 0 20px .5em 0;
	padding: 0 0 1em;
	width: 220px;
	}

#date { border-right: 1px solid #098ba1; padding-right: 20px; text-align: right; }

#date dt, #time dt {
	color: #64d2e0;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1em;
	margin: .5em 0 .5em 0px;
	padding: .5em 0 0 0px;
	}

#date dd, #time dd {
	font-size: 2em;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
	}
	
section#main ul {
	list-style: none;
	margin: 0 0 0 32px;
	padding: 0 0 0 32px;
	}
	
ul.result li {
	margin-bottom: 6px;
	padding: 8px;
	}
	
ul.result a {
	background: #fff;
	border: 2px solid #64d2e0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 8px 8px 6px 8px;
	text-decoration: none;
	}

ul.result a:hover {
	background: #64d2e0;
	border: 2px solid #004c57;
	color: #004c57;
	}

section#sponsors {
	color: #788385;
	font-size: 1.2em;
	margin: 36px 0 0 604px;
	text-align: center;
	width: 180px;
	}

section#sponsors h1 {
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0 0 .5em 0;
	padding: 0;
	text-transform: uppercase;
	}

section#sponsors ul {
	list-style: none;
	margin: 0 0 .75em 0;
	padding: 0;
	}

section#sponsors li { margin: 0 0 1em; }

section#sponsors li a {	
	opacity: .5;
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

section#sponsors li a:hover { opacity: 1.0; }

section#sponsors p {
	border-top: 1px solid #788385;
	padding-top: 1em;
	}
	
#facebook {
	position: absolute;
	position: fixed;
	top: 0;
	right: 16px;
	height: 36px;
	width: 111px;
	z-index: 99;
	}

#facebook a {
	background: url(images/facebook.gif) left bottom no-repeat;
	box-shadow: 1px 1px #004c57;
	display: block;
	height: 32px;
	opacity: .5;
	overflow: hidden;
	text-indent: -9999em;
	width: 111px;
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

#facebook a:hover {
	background: url(images/facebook.gif) left bottom no-repeat;
	opacity: 1.0;
	padding-top: 4px;
	}

footer {
	clear: both;
	color: #192a2d;
	margin: 0 0 24px 0;
	padding: 8px 16px;
	text-align: right;
	}