﻿@import url("headings.css");

html
{
	background: #f3dfa1 url("images/background.jpg") repeat left top;
	color: #7e410a;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

body
{
	margin: 10px;
	padding: 0;
}

a, a:visited
{
	color: #1d4228;
	text-decoration: none;
}

a:active, a:hover
{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

#container
{
	background: #f9ecc9 url("images/content.png") repeat-y left top;
	margin: 0 auto;
	/* overflow: hidden; */
	padding: 0;
	position: relative;
	width: 989px;
}

/* HEADER */
#header h1
{
	background: transparent url("images/header.png") no-repeat left top;
	height: 127px;
	margin: 0;
	padding: 0;
}

#header h1 span
{
	position: absolute;
	top: -500px;
}

/* CONTENT */
#content
{
	margin: 54px 20px 0 20px;
}

#content h2
{
	color: #1d4228;
	font-family: "Lucida Calligraphy", cursive;
}

#content .caveat
{
	font-size: 0.75em;
}

/* IMAGES */
#content .photo, #content img.logo
{
	border: 1px solid #1d4228;
	clear: right;
	float: right;
	margin: 0 0 1em 1em;
	padding: 0;
}

#content img.logo
{
	border: 0;
}

#content .photo object, #content .photo param
{
	margin: 0;
	padding: 0;
}

#content .sub-slideshow
{
	width: 400px;
	height: 267px;
}

#content #map
{
	border: 1px solid #7d410a;
	margin: 0 auto;
	width: 940px;
	height: 400px;
}

/* GALLERY */
#content .gallery .view
{
	border: 1px solid #1d4228;
	display: block;
	margin: 0 auto 1em auto;
}

#content .gallery .instructions
{
	font-weight: bold;
	text-align: center;
}

#content .gallery .thumbnails
{
	list-style: none;
	margin: 0 auto 1em auto;
	padding: 0;
	width: 680px;
}

#content .gallery .thumbnails li
{
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 170px;
	height: 132px;
}

#content .gallery .thumbnails img
{
	border: 1px solid #1d4228;
	display: block;
	margin: 0 auto;
}

/* WEATHER STATS */
#content table.stats th
{
	font-weight: bold;
	padding: 0 1em;
	text-align: center;
}

#content table.stats td
{
	text-align: center;
}

#content table.stats td.city
{
	text-align: left;
}

#content table.stats tr.home td
{
	color: #006;
	font-weight: bold;
}

/* DEVELOPER PROFILE LIST */
#content dl.profiles
{
	margin: 0 0 1em 0;
	padding: 0;
}

#content dl.profiles dt
{
	color: #1d4228;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	padding: 0;
}

#content dl.profiles dd
{
	margin: 0 0 1em 0;
	padding: 0;
}

/* OTHER PROFILE LIST */
#content ul.profiles
{
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#content ul.profiles li
{
	float: left;
	margin: 0 0 0.5em 0;
	padding: 0;
	text-align: center;
	width: 255px;
}

#content ul.profiles li .title
{
	color: #1d4228;
	font-weight: bold;
}

/* CALENDAR */
.calendar-link
{
	float: right;
	margin: 0 0 1em 1em;
	text-align: center;
	width: 165px;
}

.calendar-link img
{
	border: 1px solid #1d4228;
	display: block;
	margin: 0.25em auto 0 auto;
}

.calendar-container h3
{
	float: left;
}

.calendar-selector
{
	margin: 0 0 0.75em 0;
}

table.calendar
{
	border: 1px solid #7e410a;
	border-collapse: collapse;
	clear: both;
	width: 100%;
}

table.calendar tr.header
{
	background: #1d4228;
}

table.calendar th
{
	color: #fff;
	width: 14%;
}

table.calendar td
{
	background: #f9ecc9;
	border: 1px solid #7e410a;
	font-size: 0.9em;
	height: 10em;
	padding: 0.5em;
	vertical-align: top;
}

table.calendar td .date
{
	font-weight: bold;
	margin-bottom: 0.5em;
	text-align: right;
}

table.calendar td.current
{
	background: #7e410a;
	color: #fff;
}

table.calendar td .information
{
	margin: 0 0 1em 0;
}

table.calendar td .reserved
{
	font-size: x-small;
}

/* FORMS */
.error
{
	color: #d00;
}

.text-input
{
	background: #fff url("images/text-input-bg.png") no-repeat left top;
	border: 1px solid #1d4228;
	color: #1d4228;
	font-family: Arial, sans-serif;
	padding: 0.25em;
}

a.button, a.button:visited
{
	background: #1d4228;
	border: 1px solid #7e410a;
	color: #f9ecc9;
	display: inline-block;
	padding: 0.65em;
	text-decoration: none;
}

a.button:active, a.button:hover
{
	background: #407a5a;
}

.field
{
	margin: 0 0 0.5em 0;
}

.field label
{
	display: inline-block;
	font-weight: bold;
	margin: 0 1em 0 0;
	text-align: right;
	width: 10em;
}

.field.check
{
	margin: 1.5em 0;
}

.field.check label, #email-form .field.check label
{
	display: inline;
	margin: 0;
	text-align: left;
	width: auto;
}

.field.check p
{
	margin-bottom: 0.25em;
}

#contact-ip
{
	font-size: 0.75em;
	font-style: normal;
	margin: 0.5em 0 0 0;
}

#login
{
	margin: 0 0 1em 0;
	width: 21em;
}

#login h3
{
	text-align: center;
}

#login .field label
{
	width: 6em;
}

#login .controls
{
	text-align: right;
}

.editor
{
	margin: 0 0 1em 0;
	width: 100%;
}

#email-form
{
	clear: left;
	margin: 0;
	padding: 1em 0 0 0;
	width: 525px;
	width: 515px;
}

#email-form .field label
{
	width: 20%;
}

#email-form .field.check
{
	margin-left: 20%;
}

#email-form .text-input
{
	margin: 0 0 0 auto;
	width: 72%;
}

#email-form .field.anti-spam
{
	float: left;
	margin: 1em 0;
	width: 60%;
}

#email-form .field.anti-spam label
{
	display: block;
	text-align: left;
	width: 100%;
}

#email-form .field.anti-spam .text-input
{
	width: 25%;
}

#email-form .field.anti-spam img
{
	border: 1px solid #1d4228;
}

#email-form .controls
{
	float: right;
	margin: 4em 0 0 0;
	text-align: right;
	width: 30%;
}

#email-form .sent
{
	color: #1d4228;
	font-size: 1.35em;
	font-weight: bold;
	margin: 2em 0 0 0;
	text-align: center;
}

/* MAIN NAVIGATION */
#navigation
{
	background: transparent url("images/navigation.png") no-repeat left top;
	position: absolute;
	left: 8px;
	top: 127px;
	width: 973px;
	height: 44px;
}

#navigation ul
{
	list-style: none;
	margin: 11px 0 0 0;
	padding: 0;
	text-align: center;
}

#navigation ul li
{
	display: inline;
	padding: 0 15px 0 0;
}

#navigation a, #navigation a:visited
{
	color: #f9ecc9;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation a:active, #navigation a:hover, #navigation ul li.current a
{
	border: 1px solid #f9ecc9;
	border-left: 0;
	border-right: 0;
	padding-bottom: 0;
}

/* FOOTER */
#footer
{
	background: transparent url("images/footer.png") no-repeat left bottom;
	clear: both;
	color: #f9ecc9;
	font-size: 0.75em;
	padding: 20px 0 0 0;
	position: relative;
	height: 31px;
}

#footer .contact
{
	position: absolute;
	left: 12px;
	bottom: 12px;
}

#footer .copyright
{
	position: absolute;
	right: 12px;
	bottom: 12px;
	text-align: right;
}

#footer .design
{
	color: #7e410a;
	font-size: 0.9em;
	position: absolute;
	top: 50px;
	right: 7px;
	text-align: right;
}