* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background: #fff;
	color: #505050;
}

body {
	font-family: helvetica, sans-serif;
	font-size: 77%;
}

h1, h2. h3, h4, h5, h6 {

}
.ffix {
	clear: both;
}
a {
	color: #505050;
	text-decoration: none;
}
img {
	border: none;
}
ul, ol, li {
}

html>body .clearfix{height: auto;}
.clearfix:after{content: ""; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{min-height: 0; height: 1%;}

p {
	margin: .4em 0 .6em 0;
}

/* LAYOUT */


.container {
	width: 850px; /* site width */
	margin: 0 auto;
	text-align: left;
}

#header {
	
}
#header img {
	margin: 10px 0;
}

/* NAVBAR */

#mainnav {
	clear: both;
}
#mainnav ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
}

#mainnav ul li {
   margin: 0px;
   padding: 0px;
   font-size: 62.5%;
   text-transform: uppercase;
}

#mainnav ul li a {
	display: block;	
	float: left;
	padding: .8em 1.2em .6em 1.2em;
	margin: 0 0;
	color: #fff;
}
#mainnav ul li a:hover {
	background: #CCC;
	color: #666;
	text-decoration: underline;
}
#mainnav ul li.current_page_item a {
	background: #ccc;
	color: #fff;
}
div.navstrip {
	background: #999;
}





.featured {
	padding-top: 15px;
	padding-bottom: 50px;
	min-height: 300px;
	
}

.featured a {
	color: #A69785;
	text-decoration: underline;
}

.featured img {
/*
	padding: 5px;
	background: #ebebeb;
	*/
}

/* PHOTOS */
.photo {
	float: left;
}

.photo ul {
	list-style-type: none;
}

.shadow-left {
	background: url(images/shadow-left.png) no-repeat left bottom;
}
.shadow-right {
	background: url(images/shadow-right.png) no-repeat right bottom;
	padding: 0 15px 15px 15px;
}

.notes {
/*
	font-size: 1.3em;
	line-height: 1.6em;
	*/
}

.legend {
/*
	float: left;
	text-align: left;
	width: 280px;
	padding-top: 15px;
	*/
}

div.cell {

	margin: 12px;
	padding: 12px;
	float: left;
}

div.breakclass {
	clear: both;
}

div.category-list .pic, div.news .pic {
/*
	width: 80px;
	height: 80px;
	background: #000;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	*/
}
.pic a img {
	border: none;
}
.pic a:hover img {
	background: #666;
}

div.caption {
	text-align: center;
	width: 100px;
}

#photos ul li {

}

#photos ul img {
	margin: 4px;
}


/* THUMBS */

div.thumbpane {
	margin: 0 15px;
}

div.thumbpane div.cell {
	padding: 2px;
}

div.thumbpane .pic {
	background: #ccc;
}

div.thumbpane .pic img {
	margin: 4px;
}
/* FOOTER */

#footer {
	text-transform: uppercase;
}

#footer span {
	font-size: 62.5%;
	display: block;
	margin: .6em;
}

#data {
	background: #a69785;
	text-align: center;
}
#data .container {
	text-align: left;
	margin: 0 auto;
	width: 820px;
	background: url(images/stripe.png) repeat-y 410px 0;
}
#data .container .top {
	background: url(images/arrow-top.png) no-repeat 402px 0;
	height: 9px;
	clear: both;
}
#data .container .bottom {
	background: url(images/arrow-bottom.png) no-repeat 402px 0;
	height: 9px;
	clear: both;
}

.legend h2, .legend h3, #data h2, .news h2 {
	font: bold 1.2em Helvetica, Arial, sans-serif;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	
}

.legend h1 {

}
