@import "/css/reset.css";

body {
	text-align: center;
	background: #fff url("../images/gradient.gif") repeat-x top;
	font-family: "Lucida Grande", "Lucida", "Verdana", sans-serif;
	font-size: .8em;
	color: #2b1d01;
}

#container {
	margin: 30px auto;
	width: 850px;
	text-align: left;
}

#body {
	overflow: hidden;
	width: 100%;
	margin: .5em 0 0 0;
}

#header {
	/* border-bottom: 1px solid #5a4128; */
	margin: 0 0 20px 0;
}
	
	#header #logo a {
		display: block;
		height: 107px;
		border: 0;
		background: #fff url("../images/header.jpg") no-repeat;
	}
	
		#header #logo a span {
			display: none;
		}


#navigation {
	float: left;
	width: 20%;
}

	#navigation li {
		margin: .4em 0;
		display: inline;
	}
	
		#navigation li a {
			color: #5a4128;
			text-decoration: none;
			font-size: 1.1em;
			display: block;
			border: 0;
			padding: .4em;
		}
		
		#navigation li a:hover {
			background-color: #5a4128;
			color: #fff;
		}
		
		#navigation li a.active {
			background-color: #e0d0b1;
			color: #2b1d01;
		}
		
#content {
	float: right;
	width: 78.5%;
}

#footer {
	border-top: 1px solid #e0d0b1;
	margin: 3em 0 0 0;
	padding: .3em 0 0 0;
}

#footer p {
	text-align: center;
	margin: 0 0 .1em 0;
}


/* Basics */
a {
	color: #5a4128;
	text-decoration: none;
}

a:hover {
	background-color: #e0d0b1;
}


dl {
	margin: 0 0 1.3em 0;
}

	dl dt {
		font-weight: bold;
		padding: 0 0 .3em 0;
	}
	
	dl dd {
		margin: 0 0 1em 1.6em;
	}

h1, h2, h3, h4, legend {
	font-family: /*"Rage Italic",*/ "Georgia", "serif";
	color: #5a4128;
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
	margin: 0 0 .5em 0;
	padding: .3em 0 .85em 0;
	text-align: center;
	border-top: 1px solid #e0d0b1;
	background: #fff url("../images/h1.gif") no-repeat bottom center;
}

h2, 
legend {
	font-size: 1.8em;
	margin: 0 0 .2em 0;
}

h3 {
	font-size: 1.6em;
}

p { 
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

strong {
	font-weight: bold;
}




/* Forms */

fieldset {
	border: 1px solid #ccc;
	padding: 15px;
}

label {
	display: block;
	margin: 1.2em 0 .3em 0;
	font-weight: bold;
}

input, 
select, 
textarea {
	width: 98%;
}

input.submit {
	float: right;
	width: 5em;
	margin: .3em 0 0 0;
}

textarea {
	height: 200px;
}



/* vcard */

address {
	line-height: 125%;
}

.vcard span.fn, .vcard span.street-address {
	display: block;
}

.vcard span.fn {
	font-weight: bold;
}

.vcard span.tel span.type {
	display: none;
}




/* Membership */
#content.membership #information {
	width: 50%;
	float: left;
}

	#content.membership #information #advertising {
		background-color: #eee;
		padding: 10px;
	}

#content.membership #register {
	width: 45%;
	float: right;
}



/* Contact */
#content.contact #email {
	width: 50%;
	float: left;
}

#content.contact #mail-and-phone {
	width: 45%;
	float: right;
}





/* News & Events */
#content.news_and_events #news {
	width: 58%;
	float: left;
}

#content.news_and_events #events {
	width: 30%;
	float: right;
	padding: .7em;
	background-color: #e0d0b1;
}

#content.news_and_events #events, #content.news_and_events #news {
	margin: 0 0 2em 0;
}

#content.news_and_events h2 {
	margin: 0 0 .5em 0;
}

#content.news_and_events h3 {
	margin: 0 0 .2em 0;
}

#content.news_and_events #events div.date {
	font-family: "Verdana", "Arial", sans-serif;
	width: 5em;
	text-align: center;
	float: right;
	border: 1px solid #b3965d;
	background-color: #fff;
	margin: 0 0 .2em .2em;
}

#content.news_and_events #events div.date div {
	padding: .1em 0;
}

#content.news_and_events #events div.date div.day {
	font-weight: bold;
	font-size: 1.8em;
}






p.directions {
	width: 80%;
	margin: 1.5em auto;
	font-size: 1.2em;
	padding: .3em;
	text-align: center;
	background-color: #e0d0b1;
}

#content.albums div.album, 
#content.album div.photo {
	width: 45%;
	float: left;
	margin: 0 .5em .5em 0;
	padding: .3em;
}

#content.albums a.thumbnail, 
#content.album div.photo a.thumbnail {
	width: 100px;
	height: 100px;
	border: 1px solid #e0d0b1;
	display: block;
	float: left;
	margin: 0 .45em 0 0;
	text-indent: -9999px;
	background: #fff url("../images/buttons.jpg") no-repeat center; /* Place Holder... */
}

#content.photo #photo {
	width: 65%;
	overflow: auto;
	float: left;
}

#content.photo #all {
	float: right;
	width: 33%;
}

#content.photo #all li {
	display: inline;
}

#content.photo #all h3 {
	margin: 0 0 .5em 0;
}

#content.photo #all h3 span {
	display: block;
	font-size: 1.3em;
}

#content.photo #all li a {
	border: 5px solid #fff;
	float: left; 
	margin: 0; 
	width: 50px; 
	height: 50px; 
	text-indent: -9999px;
	display: block;
	background: #fff url("../images/buttons.jpg") no-repeat center; /* Place Holder... */
}

#content.photo #all li a.current {
	border-color: #5a4128;
}

	




