/* --------------- LAYOUT --------------- */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border-color: #97AF94;
}
body {
	background: #738970 url(/graphics/layout_bg.png) repeat-x;
}
#wrap, #header, #content, #footer {
	width: 952px;
}
#wrap {
	position: relative;
	background: #CDE1BE url(/graphics/layout_wrap.png) repeat-y center top;
	margin: 40px auto 30px auto;
}
#header {
	position: relative;
	height: 245px;
	background: #F0F0F0 url(/graphics/layout_header.png) no-repeat;
}
#header h1 {
	position: absolute;
	display: none;
	top: 60px;
	left: 150px;
}
#header img,
#header #home-link {
	position: absolute;
	top: 21px;
	left: 21px;
}
#header #home-link {
	width: 211px;
	height: 220px;
}
#top-menu {
	position: absolute;
	bottom: 4px;
	left: 231px;
	padding: 6px 10px 8px;
	background-color: #738970;
	border: 0 solid #6A7F5F;
	border-width: 1px 1px 0 0;
}
#search-box {
	position: absolute;
	bottom: 4px;
	right: 21px;
	padding: 3px 8px;
	background-color: #738970;
	border: 0 solid #6A7F5F;
	border-width: 1px 0 0 1px;
}
#search-box input {
	font-size: 10px;
	padding: 1px;
}
#process {
	position: absolute;
	top: 30px;
	right: 30px;
	color: black;
	text-align: right;
}
#content {
	clear: both;
	float: left;
	padding: 15px 0;
}
#main, #sidebar {
	display: inline;
}
#main {
	float: right;
	width: 682px;
	margin-right: 40px;
}
.full-width {
	width: 872px !important;
}
#sidebar {
	float: left;
	width: 170px;
	margin-left: 40px;
}
#footer {
	clear: both;
	padding: 30px 0 25px 0;
	background: #738970 url(/graphics/layout_footer-bottom.png) no-repeat left top;
}


/* --------------- TYPOGRAPHY --------------- */
#wrap {
	font: normal 12px 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #313F2F;
}
#content {
	line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
	color: #434B39;
	letter-spacing: 0;
	line-height: 1.1;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
h1 {
	font-weight: bold;
	font-size: 55px;
	letter-spacing: 1px;
}
h1 a {
	color: black !important;
	text-decoration: none !important;
	border-width: 0 !important;
	padding-right: 10px !important;
}
h2 {
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 25px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 15px;
}
h4 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 10px;
}
h5, h6 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 8px;
}
h6 {
	margin-top: 5px;
}


/* --------------- LINKS --------------- */
a:link,
a:visited {
	text-decoration: underline;
}
a:link {
	color: #334411;
}
a:visited {
	color: #434B39;
}
a:hover,
a:active {
	color: black;
	text-decoration: none;
}


/* --------------- TABLES --------------- */
table {
	background-color: #D6EBC6;
}
tr.alt {
	background-color: #E0F0D4;
}
th,
td {
	
}
th {
	background-color: #B9D2AD;
	border-bottom-color: #6D7D6A;
	text-align: left;
}


/* --------------- IMAGES --------------- */
.image a img {
	border-color: #0000FF;
}
.image a img:hover {
	border-color: #BB0000;
}
.align-left .caption,
.align-center .caption ,
.align-right .caption  {
	font-weight: bold;
}


/* --------------- MAIN --------------- */
#main ol.breadcrumb {
	font-size: 14px;
	color: #555;
	margin-bottom: 7px;
	font-variant: small-caps;
}
#main ol.breadcrumb li {
	padding: 0 6px 0 10px;
	margin: 0;
	border-left-width: 1px;
}
#main ol.breadcrumb li:first-child {
	padding-left: 0;
	border-left-width: 0px;
}
#main .publish {
	padding: 3px 0;
	border-width: 1px 0;
	font-size: 11px;
	color: #777;
	margin-bottom: 15px;
}
#main .author {
	margin-right: 15px;
	margin-left: 5px;
	font-weight: bold;
}
#main .date {
	
}
#main .edit {
	margin-left: 20px;
}
#main .summary {
	font-size: 13px;
}
#main .content {
	
}
#main .attachments {
	margin-bottom: 15px;
	padding: 10px;
	background-color: #B5CDA9;
	border-width: 1px;
	font-size: 13px;
}
#main .attachments p {
	font-weight: bold;
}
#main .attachments ul {
	margin-left: 35px;
}
#main .pagination {
	margin: 15px 0;
	padding: 5px;
	text-align: center;
	background-color: #B5CDA9;
	border-width: 1px;
	font-size: 13px;
	font-weight: bold;
}
#main .pagination span {
	color: #738970;
}
#main .pagination span a {
	text-decoration: none;
	border-bottom: 1px dotted #334411;
}
#main .pagination .show-all {
	margin-left: 20px;
}

#main .article-row {
	clear: both;
	margin-bottom: 15px;
}
#main .article-row .hr {
	margin: 0;
}
#main .article-row .element {
	margin: 3px 0;
	padding: 5px 0;
	border-bottom-width: 1px;
}
#main .article-row .element:first-child {
	border-top-width: 1px;
}
#main .article-row h3 {
	margin-bottom: 5px;
	margin-top: 0;
}
#main .article-row p,
#main .article-row blockquote,
#main .article-row ul,
#main .article-row ol {
	margin-bottom: 7px;
}
#main .article-row .summary {
	margin-bottom: 3px;
	font-size: 12px;
}
#main .article-row .summary :last-child {
	margin-bottom: 0;
}
#main .article-row .publish {
	border-width: 0;
	font-size: 11px;
	margin-bottom: 0;
}
#main .article-row .date {
	font-size: 10px;
}
#main .article-row .image {
	clear: none;
}

#main .year-select fieldset {
	padding-top: 0;
	padding-bottom: 0;
}
#main .year-select em {
	font-weight: bold;
	font-style: normal;
}

#search h2 {
	font-size: 22px;
	font-variant: small-caps;
	color: #333;
}
#search h2 em {
	font-variant: normal;
}


/* --------------- NON-CONTENT --------------- */
#top-menu {
	font-weight: bold;
	font-size: 11px;
}
#top-menu ul {
	margin-bottom: 0;
}
#top-menu li {
	margin: 0 5px;
}
#top-menu,
#top-menu a {
	color: #DDD;
}

#sidebar #nav {
	margin-top: 0;
}
#sidebar #nav ul {
	list-style-type: none;
	line-height: 1;
	margin-left: 0;
}
#sidebar #nav li {
	margin: 0;
}
#sidebar #nav li a,
#sidebar #nav li span {
	display: block;
	margin: 0;
	padding: 3px 5px;
	border-left: 4px solid #98BC8C;
	background-color: #B5CDA9;
	text-decoration: none;
	color: #334411;
}
#sidebar #nav li span.d0,
#sidebar #nav li span.d1,
#sidebar #nav li span.d2 {
	text-decoration: none;
	color: #222;
	cursor: default;
}
#sidebar #nav li span {
	padding-top: 5px;
}
#sidebar #nav li a:hover,
#sidebar #nav li a.d0-sel,
#sidebar #nav li a.d1-sel,
#sidebar #nav li a.d2-sel,
#sidebar #nav li a.d3-sel {
	color: black;
	background-color: #98BC8C;
	border-left-color: #5D7D51;
	text-decoration: none;
}
#sidebar #nav li .d0,
#sidebar #nav li .d0-sel {
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
}
#sidebar #nav li .d1,
#sidebar #nav li .d1-sel {
	font-weight: normal;
	font-size: 11px;
	padding-left: 15px;
}
#sidebar #nav li span.d1 {
	font-weight: bold;
}
#sidebar #nav li .d2,
#sidebar #nav li .d2-sel {
	font-size: 10px;
	padding-left: 30px;
}
#sidebar #nav li .d3,
#sidebar #nav li .d3-sel {
	font-size: 10px;
	padding-left: 45px;
}

#footer {
	font-size: 10px;
	text-align: center;
	letter-spacing: 0.2px;
}
#footer,
#footer a {
	color: #222;
}
#footer a {
	padding-right: 0;
	background-image: none;
}


/* --------------- LIGHTBOX --------------- */
#lightbox{ position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/graphics/lightbox_prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/graphics/lightbox_nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100% ; }

#imageData{ padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; } 
#imageData #caption{ font-weight: bold; font-size: 13px;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; }   
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}   

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }