
/* Someone order a debug?
html * { outline: 2px dotted red }
html * * { outline: 2px dotted green }
html * * * { outline: 2px dotted orange }
html * * * * { outline: 2px dotted blue }
html * * * * * { outline: 1px solid red }
html * * * * * * { outline: 1px solid green }
html * * * * * * * { outline: 1px solid orange }
html * * * * * * * * { outline: 1px solid blue }
 */
 
 /* color:#948765 */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
html { overflow: -moz-scrollbars-vertical; }
a:active, a:focus, object { outline: 0; }
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:62.5%;color:#948765;background:#fff;font-family: Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:1.6em;line-height: 0;margin-bottom:0em; }
h2 {font-size:1.3em;margin-bottom:0.8em;font-weight:bold;color:#000;color:#5C543F;/*#e45235*/ }
h3 {font-size:1.2em;margin-bottom:1.2em;color:#5C543F;/*#e45235*/}
h4 {font-size:1.2em;line-height:1.25;font-weight:bold;color:#5C543F;/*#e45235*/}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p { margin:0 0 1.2em; font-size:1.1em; line-height:1.4em; }
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {text-decoration:underline;}
a {color:#5C543F;/*#e45235*/text-decoration:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;color:#5C543F;/*#e45235*/}
em, dfn {font-style:italic;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1em;}
address p { margin-bottom: 0em; }
li ul, li ol {margin:0 1.5em;font-size:1em;}
li p {font-size:1em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;font-size:1.1em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
input.textbox, input[type="text"] { font-family: Arial, Sans-Serif; }
.hide { position: absolute; width: 0; height: 0; overflow: hidden; }
.clear { clear: both; display: block; }
img.block { margin-bottom:1em; }
.dblblock img { margin-bottom:2.5em; }
em { font-style:italic; }
.left { float:left; }
.full { height:100%; }
.caption a { color:#948765; }
.caption a:hover { color:#5C543F;/*#e45235*/ background:#EEEEDD; text-decoration:none; }
html { height:100%; }
body {
	background: #eeeedd url(../images/body-bg.gif) repeat-y;
	height:100%;
}
.clear-top {
	margin-top:1em;
}
p.document {
	font-size:1.2em;
	margin:0;
}
p.document.pdf a {
	padding:3px 0 3px 22px;
	background:url(../images/pdf-icon.gif) 0 center no-repeat;
	color: #948765;
}
a.single-block:focus,
a.single-block:active,
a.single-block:hover {
	background:#EEEEDD;
	text-decoration:none;
}
a.single-block,
a.block-hover {
	display:block;
}
a.block-hover:hover,
a.block-hover:focus,
a.block-hover:active {
	text-decoration:none;
}
a.block-hover:focus p,
a.block-hover:active p,
a.block-hover:hover p {
	background:#EEEEDD;
	text-decoration:none;
}
	a.block-hover img {
		margin-bottom:1em;
	}
/* MISC HEADINGS */
.item h3 {
	margin:0;
	line-height:1em;
}
.hasJS .section-item h2 {
	display:none;
	border-top-width:0px;
	margin-top:0;
	padding-top:0;
}
.section-item h2 {
	border-top:3px solid #cacabc;
	margin-top:2em;
	padding-top:10em;
	display:block;
}
body.editmode #main-content .section-item h2 {
	display:block;
}
#main-content .section-item h2 a {
	border-top:3px solid #cacabc;
	margin-top:2em;
	padding-top:1em;
	display:block;
	margin-left:30px;
}
/* GENERIC ITEMS */
div.year-item p.caption {
	margin: 0.5em 0 1.5em;	
}
div.item {
	border-top:1px solid #cacabc;
	padding-top:2em;
}
body.text-list div.item
{
    border-top: 1px solid #FFF;
    padding-top:0em;
}
div.item.first {
	border-top-width:0;
	padding-top:0;
}
div.item.invisible {
	opacity: 0.5;
}
div.section-item {
	overflow:hidden;
	width:100%;	
}
/* COLUMNS */
.column {
	width:205px;
	float:left;
}
.column.two {
	width:410px;
}
.column.three {
	width:615px;
}
.column.four {
	width:821px;
}
	.column .inner, 
	.toggle-nav h2 {
		margin-left:30px;
	}
.column.block {
	margin-bottom:2em;	
}
.column.buffer {
	margin-top:3em;	
}
/* SLIDESHOW */
ul.slideshow {
	margin:0;
	list-style-type: none;
	z-index:0;
}
ul.slideshow li a {
	display:block;
	height:440px;
	width:100%;
}
	ul.slideshow li p.caption {
		margin-top:1em;
	}
/* HOME IMAGE */
div#home-image {
	margin-bottom:2em;
}
.hasJS div#home-image {
	position: absolute;
	top:0;
	left:0;
	z-index:9999;
	cursor:pointer;
	background: #eeeedd;
	height:100%;
	width:850px;
}
.hasJS div#home-image a {
	position: absolute;
	top:0;
	right:0;
	z-index:2;
	padding:5px 10px;
	font-size:1.2em;
	font-style:italic;
	background:#fff;
}
/* PDF */
ul#pdf-nav {
	list-style-type:none;
	margin-left:0px;
}
	ul#pdf-nav li {
		margin-bottom:1em;	
	}
/* IMAGE-BROWSER */
div.image-browser {
	position: relative;
}
.hasJS div.image-browser {
	height:560px;
}
.editmode div.image-browser {
	position: relative;
	height: auto;
}	
	div.image-browser div.shield {
		width:585px;
		height:110px;
		background: #fff url(../images/load-small.gif) center no-repeat;	
		position:absolute;
		bottom:0;
		z-index:999;
		display:block;		
	}
	div.image-browser div.viewer {
		height:440px;
		margin-bottom:15px;
		overflow:hidden;
	}
	.editmode div.image-browser div.viewer {
		height: auto;
	}
	div.image-browser div.viewer.loading {
		background: url(../images/load-large.gif) center no-repeat;	
	}
	div.image-browser div.viewer.error {
		background: url(../images/error-large.gif) center no-repeat;	
	}
	div.image-browser .item-wrap {
		overflow:auto;
		width:585px;
	}
		div.image-browser ul.item-nav {
			width:10000px;
			margin: 0;
			float:left;
		}
			div.image-browser ul.item-nav li {
				float:left;
				display:block;
				margin: 0 0 10px 15px;
			}
			div.image-browser ul.item-nav li.first {
				margin-left: 0;
			}
			div.image-browser ul.item-nav li.end {
				margin:0;
				width:175px;
			}
				div.image-browser ul.item-nav li a.selected
				div.image-browser ul.item-nav li a:focus {
					border-bottom:3px solid #5C543F;/*#e45235*/
				}
			.hasJS div.image-browser ul.item-nav li span {
				display:none;
			}
	.hasJS div.image-browser .item-wrap {
		overflow:hidden;
		height:150px;
	}
	body.editmode div.image-browser .item-wrap {
		overflow:auto;
		height:auto;
	}
p.image-caption {
	margin:1em 0;
	padding:1em 0 0;
	border-top:1px solid #EEEEDD;
}
/*Filters*/
h3.list-head {
	margin-bottom:0;
	color:#5C543F;/*#e45235*/
} 
ul#thumb-filter {	
	list-style-type: none;
	margin:0 0 0 10px;
}
ul.vert-nav, ul#year-filter, ul.related-links {	
	list-style-type: none;
	z-index:1;	
	margin:1em 0 0 0;	
	font-size:1.2em;
}
ul.vert-nav.flush {
	margin-top:0;	
}
ul.vert-nav.flush {
	margin-top:0;	
}
h3.flush {
	margin-top:1em;
	margin-bottom:0.3em;
}
ul.vert-nav.indent {
	margin: 0 0 0 10px;	
}
	ul.vert-nav li {
		color:#CACABC;
	}
		ul.vert-nav li a {
			color:#948765;
		}
		ul.vert-nav li a:hover,
		ul.vert-nav li a:focus,
		ul.vert-nav li.selected a {
			color:#5C543F;/*#e45235*/
		}
		ul.vert-nav li a:hover
		{
			background: #EEEEDD;
			text-decoration: none;
		}
		ul.vert-nav li.selected li a {
			color:#948765;/*#e45235*/
		}
	ul.vert-nav ul {
		list-style-type: none;
		margin: 0 0 0 10px;	
		font-size:1em;		
	}
.hasJS a.dd-head {
	background:#5c543f url(../images/dd-arrow.png) 159px 6px no-repeat;
	display:block;
	padding:3px 7px;
	color:#fff;	
	text-decoration:none;
	font-size:1.2em;
	line-height:1em;
}
.hasJS a.dd-head.dead {
	background-color:#948765;
}
.hasJS a.dd-head:hover {
	background-color:#948765;	
}
ul#year-filter, ul.dropdown {
	margin-top:0em;
	margin-bottom:1em;	
}
 	.hasJS ul#year-filter li, .hasJS ul.dropdown li {
		display:inline;
		line-height:1em;
		margin:0;
		padding:0;
	} 
	 	.hasJS ul#year-filter li a, .hasJS ul.dropdown li a {
			display:block;
			background:#eeeedd;
			padding:3px 7px;
			color:#948765;
		}
	 	.hasJS ul#year-filter li.current a,
	 	.hasJS ul#year-filter li a:hover,
	 	.hasJS ul.dropdown li.current a,
	 	.hasJS ul.dropdown li a:hover {
	 		text-decoration:none;
	 		background:#5c543f;
	 		color:#fff;	
	 	}
ul.related-links li a {
	color:#948765;
}
ul.related-links li a:hover {
	background: #EEEEDD;
	text-decoration: none;
}
/* Nav */
#header ul.top {
	list-style-type: none;
	font-size:1.25em;
	z-index:1;	
	margin:0;
	position:absolute;		
}
	#header ul.top li {
		display:inline;
		padding:0 10px;
		border-left:1px solid #948765;
		float:left;
		background:#fff;
		line-height:1;
	}
		#header ul.top li a {
			color:#948765;
		}
		#header ul.top li a:hover {
			text-decoration:none;	
			background: #EEEEDD;				
		}
		#header ul.top li a:hover {
			color:#5C543F;/*#e45235*/
			background: #EEEEDD;	
		}		
		
		#header ul.top li.selected a {
			color:#5C543F;
			/*text-decoration:underline;			*/
		}
		#header ul.top li.selected a,		
		#header ul.top li ul.second {
			display:block;	
			margin:0;
		}
			#header ul.top li ul.second li {
				float:none;
				display:list-item;
				list-style-type: none;
				padding:0;
				border:none;
			}
		.hasJS #header ul.top li ul.second {
			display:none;	
		}
	#header ul.top li.first {
		padding-left:0;
		border-left:none;
	}			
#header ul.top.out {
	margin-top:20px;
}	
	#header ul.top.out li.first {
		padding-left:0;
		border-left:none;
	}
		

/* REGULAR STUFF */
#wrapper {
	float:left;
	margin:0 30px 0 0;
	height:100%;
	background:#FFFFFF none repeat scroll 0 0;
}
	#header {
		height:62px;
		padding:39px 0 0;
		position:fixed;
		background:#fff;
		z-index:999;
	}
	#main-content {
		position:absolute;
		top:100px;
		left:0;		
	}
	#main-content.sections-loading {
		height: 1px;
		overflow: hidden;
	}
	#main-content h2.top {
		width:175px;
	}
	#main-content .top {
		margin-top:-30px;
		background:#fff;
		border-bottom:10px solid #FFFFFF;
		width:615px;
	}
	#side-content {
		position:absolute;
		top:100px;
		left:616px;
	}
		#side-content p {
			color:#8f8778;
		}
		#side-content p.footer-link {
    		margin: 1.7em 0 0;			
		} 
		
#wrapper-side {
	float:left;
	left:840px;
	position:fixed;
	height:100%;
	min-height:600px;  	
}
	
	#wrapper-side a#logo {
		padding:30px 0 0;
		display:block;
		margin-bottom:240px;
	}
	#wrapper-side div.base {
		position:absolute;
		left:30px;
		bottom:30px;	
	}
	
div#alert 
{
	padding: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	background: #006699;
	border: 3px solid #003366;
	color: #FFF;
	font-size: 1.5em;	
}


/* TEMP */
p.price 
{
	font-weight: bold;
	}
div.section-bio dl
{
	overflow: auto;
	margin: 0 0 2em 0;
}
div.section-bio dt
{
	width: 20%;
	float: left;
}
div.section-bio dd
{	
	width: 80%;
	float: left;
}
div.section-bio dd ul 
{
	list-style: none;
	margin: 0;
	padding: 0;	
}
div.section-bio dd li
{
	margin: 0;
	padding: 0;	
}

body.text-list div.item img
{
     display:none;
}
body.text-list div.item p a
{
    display: block;
}
body.text-list img#item-image.down
{
    margin: 3em 0 0 0;
}
body.text-list img#item-image.down
{
    margin: 3em 0 0 0;
}
body.text-list img#item-image.hasdd
{
    margin: 1.7em 0 0;
}

p.back
{
	margin-top: 2em;	
}

span.admin-notice {
	font-size:1.2em;
	margin:1em 0 0;
	display:block;
	background:#fff283;
	color:#9b9350;
	padding:5px;
}