/* CSS Document */

body {
	background: #dcdcdc url(images/back.jpg) repeat-y center;
	font-family: arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

a:link, a:visited, a:active {color:#333; outline: none;}
a:hover {text-decoration:underline;color:#000; outline: none;}

#page {
	margin: 0 auto;
	text-align: left;
	padding: 0;
	width: 800px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background: #fff;
}

#header {
	width: 800px;
	height: 84px;
	background: url(images/header.jpg) no-repeat;	
}

body.gallery #header {
	background: url(images/header-plain.jpg) no-repeat;
}

#header h1 {
	text-indent: -10000px;
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	width: 800px;
	height: 84px;
}

#content {
	padding: 50px 40px 20px 40px;
}

#content p, #content ul, #content dl {
	font-size: 13px;
	line-height: 18px;
	color: #333;
}

#content ul {
	list-style: none;
	padding-left: 0;
}

#content ul li {
	padding-bottom: 5px;
}

dt {
	float: left;
	font-weight: bold;
	padding-right: 4px;
}

dd {padding-bottom: 5px;}

h2 {
	padding: 10px 0 5px;
	margin: 0;
	font-size: 16px;
	color: #333;
	border-bottom: 1px dotted #ccc;
}

hr {
	background-color: #fff;
	height: 1px;
}

blockquote {
	font-size: 13px;
	font-style: italic;
	color: #333;
	margin: 15px;
}

#retrospective img {
	margin: 0 4px;
}

#bottomlink {
	clear: both;
}
p#bottomlink {
	font-size: 10px;
}

/* NAVIGATION */

#nav {
	font-size: 12px;
	text-transform: uppercase;
}

#nav a {
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	color: #fff;
	text-decoration: underline;
}

ul#nav {
	margin-left:19px;
	margin-top:9px;
	padding-left: 15px;
 }

#nav li {
	 display: inline;
 	 list-style-type: none;
 	 color: #fff;
 }

#nav a { 
	padding: 0px 8px; 
}

#nav_container {
	width: 800px;
	background: #6a8a8c;
	top: 83px;
	position: absolute;
	height: 31px;
}

.selected a {
	text-decoration: underline;
}

/* SUB NAV */

#subnav {
	text-align: center;
	border-bottom: 1px dotted #ccc;
	}

#subnav li {
	display: inline;
	list-style-type: none;
	font-size: 13px;
}
ul#subnav {
	padding: 0 23px 10px 23px;
	margin-bottom:25px;
}
#subnav a {
	padding: 0 8px;
	color: #333;
	text-decoration: none;
}
#subnav a:hover {
	text-decoration: underline;
}

/* GALLERIES */

#content img {
	border: 1px #333 solid;
}
.imgbox {
	height: 260px;
	float: left;
	margin: 0 19px 20px 19px;
}

#content .imgbox p {
	font-size: 12px;
	line-height: 16px;
}

a.highslide-credits {display: none;}

/* FOOTER */

#footer {
	clear: both;
	border-top: 1px dotted #ccc;
}
#footer p {
	font-size: 10px;
}