body {
	margin: 0;
	padding: 0;
	background: #5e0000 url(/images/background.png) 0 0 repeat-x;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
}

hr {
	display: none;
}

fieldset {
	border: none;
	padding: 0;
}

p, ul, ol, dl {
	margin: 0 0 1.5em 0;
	line-height: 1.5;
}

ul, ol {
	padding-left: 3.5em;
}

ul {
	list-style-type: none;
}

li {
	margin-left: 0;
	padding-left: 15px;
	background: url(/images/bullet.png) left center no-repeat;
}

.box ul {
	list-style-type: disc;
}

.box li {
	padding: 0;
	background: none;
}

dt {
	margin: 1.5em 0 0 0;
	font-weight: bold;
}

dd {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0 -1.5em 0.8em 0;
	padding: 1em 0 0.1em;
	border-bottom: 0.1em solid #c60000;
	font-size: 200%;
}

h3 {
	line-height: 1.25;
	margin-bottom: 1.25em;
	text-align: left;
	font-size: 120%;
}

h4 {
	margin: 0 0 1em 0;
	text-align: center;
	font-size: 110%;
}

h5 {
	margin: 0 0 1em 0;
    text-align: center;
    font-size: 100%;
}

a:link {
	color: #c60000;
}

a:visited {
	color: #5e0000;
}

a:focus, a:hover {
	text-decoration: none;
}

img {
	padding: 7px 9px 9px 7px;
	border: none;
}

img.landscape {
	background: url(/images/photo-landscape-shadow.png) 0 0 no-repeat;
}

img.portrait {
	background: url(/images/photo-portrait-shadow.png) 0 0 no-repeat;
}

.gallery img {
	background: url(/images/photo-gallery-shadow.png) 0 0 no-repeat;
}

img.right {
	float: right;
	margin-top: 0.3em;
	margin-left: 1.4em;
}

img.left {
	float: left;
	margin-top: 0.3em;
	margin-right: 1.4em;
}

#feed-icon {
	vertical-align: middle;
	padding: 0;
}

table {
	border-collapse: collapse;
	margin: 0 auto 1.5em;
	text-align: center;
}

th {
	padding: 0.4em 0.6em;
	border: solid #9c0000;
	border-width: 0 1px;
	background: #c60000 url(/images/nav-current.png) 0 100% repeat-x;
	color: #fefef3;
}

td {
	padding: 0.3em 0.6em;
	border: solid #eae7bc;
	border-width: 0 1px;
	background: #fefef3 url(/images/td.png) 0 100% repeat-x;
}

.oddrow td {
	background: #faf7cf url(/images/oddtd.png) 0 100% repeat-x;
}

kbd {
	background-color: #fefef3;
	border: solid #aaa;
	border-width: 0 1px 1px 0;
	font-family: inherit;
	font-size: 0.9em;
	padding: 0 4px 2px 5px;
}

#wrapper {
	position: relative;
	width: 92%;
	min-width: 600px;
	margin: 0 auto;
}

#header {
	height: 135px;
	background: #c60000 url(/images/header.png) 0 0 repeat-x;
}

h1 {
	position: relative;
	top: 7px;
	width: 600px;
	height: 122px;
	/* \*/
	overflow: hidden;
	/* */
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #faf7cf;
	font-weight: normal;
}

h1 span {
	display: block;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 122px;
	background: url(/images/title.png) no-repeat;
}

#content {
	float: left;
	width: 100%;
	min-height: 26em;
	background: #faf7cf url(/images/content-background.png) 0 0 repeat-x;
}

#secondary {
	position: absolute;
	top: 135px;
	left: 0;
	width: 9.5em;
	margin-top: 3.4em;
	text-align: center;
	color: #5e0000;
}

#nav-main, #nav-members {
	padding: 0 0 10px 0;
	background: #fefef3 url(/images/navigation-bottom.png) 100% 100% no-repeat;
}

#secondary ul {
	padding: 10px 0 0 0;
	margin: 0;
	line-height: 1.18;
	background: url(/images/navigation-top.png) 100% 0 no-repeat;
	list-style: none;
}

#secondary li {
	padding: 0 6px 0 0;
	background: url(/images/navigation-side.png) 100% 0 repeat-y;
}

#secondary a, #secondary li span {
	display: block;
	width: 100%;
	padding: 0.25em 0;
	font-weight: bold;
	text-decoration: none;
	color: #5e0000;
}

#secondary a:hover, #secondary a:focus {
	text-decoration: underline;
	color: #b00000;
}

#secondary a.current, #secondary a.current:hover, #secondary a.current:focus {
	background: #c60000 url(/images/nav-current.png) 0 100% repeat-x;
	text-decoration: none;
	color: #fefef3;
}

#login {
	margin: 0;
	padding: 0.25em 6px 6px 0;
	background: url(/images/navigation-side.png) 100% 0 repeat-y;
}

#login input {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;
}

#password {
	width: 8.5em;
	margin: 0.2em 0 0.3em;
}

#main {
	margin: 0 0 0 8.5em;
	padding: 0 3em 0.6em;
	text-align: left;
}

#footer {
	clear: both;
	margin: 0 0 1em;
	text-align: center;
	background: #5e0000;
}

#footer p {
	margin: 0 1em;
	padding: 0.25em 0.5em 1.75em;
	line-height: 1;
	background: #f1ea87 url(/images/footer-bottom.png) 0 100% repeat-x;
	color: #5e0000;
	font-size: 0.9em;
}

#footer p#copyright {
	padding: 0.75em 0.5em 0.25em;
	background: #f1ea87 url(/images/footer.png) 0 0 repeat-x;
}

#footer a {
	color: #5e0000;
}

.box {
	clear: both;
	margin-bottom: 2em;
	background: #fefef3;
	border: 3px double #cdaf93;
}

.box-inner {
	margin: 1.5em 2em 2em;
}

.box h3 {
	margin-top: 0;
}

.box img.landscape {
	background: url(../images/photo-box-landscape-shadow.png) 0 0 no-repeat;
}

.box img.portrait {
	background: url(../images/photo-box-portrait-shadow.png) 0 0 no-repeat;
}

.floatclear {
	display: block;
	clear: both;
}

.eventslist {
	margin-left: 15%;
	margin-right: 15%;
}

.eventslist, .eventslist h3 {
	text-align: center;
}

.gallery {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gallery li {
	position: relative;
	float: left;
	padding: 0;
	background: none;
}

.gallery li.floatclear {
    float: none;
}

.date, .info {
	margin-top: -1.5em;
	font-size: 90%;
}

.map {
    margin-top: -3em;
    float: right;
}