/* Reset rules from http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End reset code */

/* All Pages */
body {
	font: 12pt "Times New Roman", Times, serif;
	margin: 5px;
}

#container {
	width: 924px;
	margin: 0 auto;
	background: black;
	padding-top: 2px;
	position: relative;
}

#banner {
	font: 14px Arial, sans-serif;
	background: black url(pics_1.jpg) 298px top no-repeat;
	padding: 0 2px;
	color: white;
	width: 920px;
	height: 125px;
}

#tabs {
	background: black;
	margin: 0;
	margin-left: 229px;
	padding: 0;
}

#tabs li {
	display: block;
	float: left;
	background: #481f00 url(tabul_1.jpg) no-repeat top left;
	/* This works around a problem where more vertical space is in the li than the a it contains. */
	font: 12px Arial, sans-serif;
	padding: 5px 0;
	margin-right: 2px;
}

#tabs a {
	color: white;
	background: transparent url(tabur_1.jpg) no-repeat top right;
	padding: 5px 12px;
	text-decoration: none;
	font: 14px Arial, sans-serif;
}

#tabs .current {
	background: #ccb470 url(ctabul_1.jpg) no-repeat top left;
}

#tabs .current a {
	color: black;
	background: transparent url(ctabur_1.jpg) no-repeat top right;
}

#searchbox {
	position: absolute;
	top: 129px;
	left: 0px;
	width: 225px;
	height: 23px;
	text-align: center;
}
#q {
	width: 140px;
	background: white;
}

.lower {
	clear: both;
	background: white url(background_1.png);
	border-top: solid black 2px;
}

#sidebar {
	width: 229px;
	float: left;
}

#nav_calendar {
	width: 200px;
	position: relative;
	margin: 15px auto;
	margin-bottom: 5px;
}
#nav_calendar .prev {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
#nav_calendar .next {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
#nav_calendar .cal_header { text-align: center; margin-bottom: 5px }
#nav_calendar a { text-decoration: none }
#nav_calendar a:hover { text-decoration: underline }
#nav_calendar table {
	background: white;
	width: 100%;
	border-collapse: collapse;
	border: solid #481f00 2px;
}
#nav_calendar td {
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}
#nav_calendar .last_month a { visibility: hidden }
#nav_calendar .next_month a { visibility: hidden }

#twitter { text-align: center }
#facebook { text-align: center }
#page_links {
	font: small-caps 16px "Copperplate Light", "Copperplate Gothic Light", serif;
	margin: 1em;
	//padding: 2px 0 1em 0;
	padding-top: 2px;
	list-style-type: none;
	//border-bottom: solid black 1px;
}
#page_links li {
	margin-bottom: 0.5em;
}

#content {
	margin-left: 229px;
	padding: 10px;
}

#footer {
	clear: both;
	background: black;
	color: white;
	padding: 10px;
	font: 12px Arial, sans-serif;
	position: relative;
}
#footer .copyright {
	text-align: center;
}

#login, #logout {
	display: block;
	position: absolute;
	top: 0; left: 0;
	color: black;
	padding: 10px;
}
#login:hover, #logout:hover {
	color: white;
}

#fadeout {
	z-index: 10;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: url(fade_1.png);
}
.loading {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(lighten_1.png)
}	
.dialog {
	z-index: 20;
	position: absolute;
	top: 0;
	right: 0;
	border: solid 2px #808080;
	padding: 5px;
	margin: 100px;
	background: white;
	font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
.dialog .title {
	font-size: 24px;
	background: #ccb470;
	padding: 3px;
}
.dialog .fields {
	margin: 5px 0;
}
.dialog .fields input {
	border: none;
	border-bottom: solid #808080 1px;
	font: 16px Consolas, "Lucida Console", Monaco, monospace;
}
.dialog .fields label {
	display: block;
}
.dialog .buttons {
	text-align: right;
}
.dialog .buttons input {
	border: none;
	background: #ccc;
	margin: 8px;
}
.dialog .buttons input:hover {
	background: #ddd;
}

#login_dialog {
	width: 400px;
}
#login_dialog .fields label span {
	width: 100px;
	text-align: right;
	display: inline-block;
}
#login_dialog .fields input {
	width: 250px;
}

#error_dialog { z-index: 30 }
#error_dialog .dialog {
	width: 400px;
}
#error_dialog .errors {
	margin: 5px;
}

.notice {
	width: 240px;
}

/* Event Lists */
.featured {
	background: rgb(242,239,211);
	position: relative;
	margin-bottom: 10px;
	padding: 4px 7px;
}
.featured h2 {
	margin: 0;
	padding: 0;
	color: #481f00;
	font-size: 22px;
}
.featured_event {
	position: relative;
	font: 11px/14px Arial, sans-serif;
	font-weight: bold;
	padding-left: 41px;
	margin-top: 5px;
	height: 32px;
}
.featured_event img { border: 0 }
.featured_event .icon {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	text-align: center;
	top: 0px;
	left: 0px;
}
.featured_event .blurb {
	display: block;
	margin-left: 10px;
}

#result_count {
	float: right;
	font-size: 12px;
}
.pager { text-align: right }

.alternate {
	display: block;
	margin-left: 1em;
	margin-top: -1em; /* the h1 above it has a 0.67em bottom margin */
	margin-bottom: 1em;
	font-size: 12px;
}
#limited {
	margin-top: -1em;
	margin-left: 1em;
	margin-bottom: 0.67em;
	font-size: 12px;
	font-weight: bold;
	color: #0b6eb6;
}
.hide_recur {
	font: normal 12px serif;
	margin-left: 1em;
	margin-top: -1em;
	margin-bottom: 1em;
}
.hide_recur a:visited { color: #0b6eb6 }
.recur_mark { font: normal 12px serif }

div.day { margin-left: 1em; margin-bottom: 0.25em }
div.date { margin-left: -1em; font-weight: bold }
div.day table { border-spacing: 0; border-collapse: collapse }
div.collapsible { margin-left: 6.25em; margin-bottom: 0.5em }
div.collapsible .label {
	color: #0b6eb6;
	cursor: pointer;
	padding-left: 15px;
	background: white url(right_1.gif) no-repeat 0 0.25em;
}
div.collapsible .label:hover {
	text-decoration: underline;
}
div.collapsible div.expanded { background-image: url(down_1.gif) }
tr.event span.contact { white-space: nowrap }
td.start { padding-right: 1.5em; padding-left: 1em; width: 4em; text-align: right; }
td.date { width: 4.75em; text-align: right; }
td { padding: 0; padding-bottom: 0.5em; vertical-align: top }
.location { font-size: 12px }

#edit_dialog {
	width: 600px;
}
#edit_dialog .fields th { text-align: right; vertical-align: top }
#edit_dialog textarea {
	width: 475px;
	height: 300px;
}
#edit_dialog .fields input {
	width: 475px;
	font: 12px Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
#edit_dialog .fields {
	font: 12px Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

h1 {
	font: bold 1.25em "Times New Roman", Times, serif;
	margin: 0 0 0.67em 0;
}
h1 .terms { font-style: italic }
h2 {
	font: bold 1.1em "Times New Roman", Times, serif;
	margin: 0.67em 0 0 0;
}
a:link { color: #0b6eb6; text-decoration: none }
a:visited { text-decoration: none }
a:hover { text-decoration: underline }

.event_fields .field { margin: 0.5em }
.event_fields .field .label {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}
.event_fields .field .data {
	display: block;
	margin-left: 160px;
}

#edit_buttons {
	float: right;
	background: #e7e7e7;
	padding: 3px;
	margin-left: 10px;
}
#edit_buttons a {
	margin: 5px;
}

#last_search {
	font-size: 12px;
	display: block;
	margin-left: 1em;
	margin-bottom: 0.5em;
}

#this_links {
	text-align: center;
	margin-bottom: 15px;
}
#this_links a {
	margin-left: 4px;
}

#accuracy {
	margin-top: 2em;
	text-align: center;
	font-weight: bold;
}

#kettle { text-align: center; margin: 1em; }

#event_buttons {
	float: right;
	clear: right;
	padding: 10px;
	margin-left: 5px;
	border-left: 1px solid #ddd;
}
#event_buttons .button {
	display: block;
	font: small-caps 16px "Copperplate Light", "Copperplate Gothic Light", serif;
	color: #0b6eb6;
	cursor: pointer;
	margin-bottom: 0.5em;
}
#event_buttons .button:last-child {
	margin-bottom: 0;
}
#event_buttons .button:hover { text-decoration: underline; }

#calendar_links { margin-left: 20px; }

#remind_dialog {
	width: 325px;
}
#remind_dialog label {
	display: block;
	margin: 6px 0;
}
#remind_dialog .remind_line {
	position: relative;
}
#remind_dialog .right_link {
	position: absolute;
	right: 2px;
	bottom: 2px;
	font: 10px Times, "Times New Roman", serif;
	color: #0b6eb6;
	cursor: pointer;
}
#remind_dialog .fine_print {
	font: 10px Times, "Times New Roman", serif;
	color: #222;
}
#remind_me_email {
	width: 318px;
	margin-bottom: 3px;
}

.error {
	font: 10px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: red;
}

