/*
 * SCREEN CSS
 */

@import url('reset.css');

body {
	/* background: url('images/grid.png') repeat-y 50% 0 !important; */
}

/* -- typography -- */
	body {
		font: 13px Arial, sans-serif;
		line-height: 1.6;
		background: #fff url('images/body-bg.png') repeat-x 0 0;
	}
	#nav {
		font: 13px Helvetica, Arial, sans-serif;
	}
	p {
		margin: 15px 0;
	}
	#masthead {
		font-size: 12px;
	}

/* -- general -- */
	.struct { /* purely structural elems */
		display: none;
	}

/* -- frame -- */
	#document {
		width: 950px;
		margin: 0 auto;
		margin-top: 40px;
		margin-bottom: 50px; /* space for fixed footer */
		position: relative;
	}
	#content:after {
		content: '.';
		visibility: hidden;
		height: 0;
		clear: both;
		display: block;
	}
	#nav-backlink, #nav-custom-backlink {
		position: absolute;
		top: 0;
		left: 0;
		line-height: 1;
		margin: 0;
	}
	#nav {
		width: 950px;
		margin: 0 auto;
		position: relative;
	}
	#masthead {
		margin: 70px 0 40px 0;
		clear: both;
		width: 100%;
	}

/* -- layouts -- */
	.two-col>div {
		width: 50%;
		float: left;
	}
	.two-col:after { /* clearfix */
		content: '.';
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}

/* -- links -- */
	a:link {
		color: #ad0606;
	}
	a:visited {
		color: #5a0b0b;
	}
	a img {
		border: none;
	}
	a.backlink:link, a.backlink:visited,
	a.ff:link, a.rew:link, a.ff:visited, a.rew:visited {
		color: #ccc;
		text-decoration: none;
	}
	a.backlink:hover, a.backlink:active,
	a.ff:hover, a.ff.active, a.rew:hover, a.rew:active {
		color: #666;
	}

/* -- text -- */
	h1 {
		font-weight: normal;
		margin-bottom: 20px;
		color: #8d1111;
	}
	h2 {
		font-size: 14px;
		font-weight: bold;
		margin: 20px 0 10px 0;
	}

	.first {
		margin-top: 0;
	}
	.separator {
		color: #d5c6ab;
		word-spacing: 5px;
		text-align: center;
		display: block;
	}

/* -- forms -- {{{ */
	fieldset {
		border: 1px solid #d5c6ab;
		padding: 15px;
		background: #fffce1;
	}
	label {
		display: block;
	}
	textarea {
		width: 388px;
	}
	input.txt {
		width: 223px;
	}
	form .first {
		margin-top: 0;
	}
	form .last {
		margin-bottom: 0;
	}
	form .help {
		font-size: 11px;
		color: #333;
		display: block;
		margin: 1px 0 6px 0;
	}
	form .row p {
		width: 160px;
		float: left;
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 10px;
	}
	form .row p.txt {
		width: 230px;
	}
	form .row:after {
		content: '.';
		visibility: hidden;
		display: block;
		height: 0;
		clear: both;
	}

/* -- general -- */
	.images {
		width: 960px;
		margin-left: -7px;
	}
	.images img {
		margin: 2px 0 2px 4px;
		display: block;
		float: left;
		border: 1px solid #c9c5be;
		padding: 2px;
	}

/* -- masthead -- */
	#masthead p {
		width: 950px;
		margin: 0 auto;
		text-align: right;
		color: #827153;
	}
	#masthead a:link, #masthead a:visited {
		color: #827153;
		text-decoration: none;
	}
	#masthead a:hover, #masthead a:active {
		color: #2b1c06;
	}

/* -- navigation -- */
	#nav:after {
		content: '.';
		visibility: hidden;
		height: 0;
		clear: both;
		display: block;
	}
	#nav * {
		margin: 0;
	}
	#nav ul {
		list-style: none;
	}
	#nav li {
		float: left;
		padding: 13px 10px 1px 10px;
	}
	#nav li a {
		display: block;
		text-decoration: none;
	}
	#nav-lang {
		position: absolute;
		right: 0;
	}
	#nav-lang li {
		padding-left: 5px;
		padding-right: 5px;
	}
	#nav a:link, #nav a:visited {
		color: #605443;	
	}
	#nav .selected, #nav .selected:visited, #nav a:hover, #nav a:active {
		color: #2b1c06;
	}
	#nav-main .selected a, #nav-main .selected a:visited {
		font-weight: bold;
		color: #2b1c06;
	}
	#nav-lang a:link, #nav-lang a:visited {
		color: #7f7668;
	}

/* -- messages -- */
	.flash {
		background: #eee;
		padding: 1em;
	}
	.msg {
		background: #fffce1;
		border: 1px solid #94c587;
		padding: 0 15px;
		width: 360px;
	}
	p.msg {
		padding: 15px 15px 10px 15px;
	}
	.msg p:last-child {
		margin-bottom: 10px;
	}
	.msg li {
		margin-left: 2em;
	}
	.errors {
		border: 1px solid #c58786;
	}
	.caution {
		margin-left: auto;
		margin-right: auto;
		border: 5px solid #c58786;
		margin-bottom: 15px;
	}

/* -- error pages -- */
	.errorpage #document {
		width: 390px;
		margin: 107px auto 0 auto;
	}
	.errorpage #document {
		text-align: center;
	}
	.errorpage h1 {
		font: 48px Georgia, serif;
		margin-top: 0;
		color: #111;
	}
	.errorpage h1.small {
		font-size: 28px;
	}

/* -- general -- */
	hr {
		border: 0;
		border-bottom: 1px solid #d5c6ab;
		width: 75%;
		margin: 15px auto;
	}
	ul {
		margin: 15px 0;
	}
	.crumbs {
		list-style: none;
		color: #605443;
	}
	.crumbs strong {
		color: #000;
	}
	.crumbs li {
		display: inline;
		margin-right: 10px;
	}

/* -- index -- */
	#index #content {
		width: 950px;
		margin: 0 auto;
		padding-top: 0;
	}
	#index h1 {
		margin-top: 25px;
	}
	#index .intro {
		width: 560px;
		float: left;
	}
	#index .latest {
		width: 310px;
		float: right;
	}
	#index .teasers .desc {
		color: #605443;
	}

	/* intro */

	/* latest news */
	.latest h2 {
		margin-top: 0;
		font-size: 13px;
		border-bottom: 1px solid #c9c5be;
		color: #605443;
	}
	.latest .newsitem .date {
		color: #827153; 
		margin-bottom: 0;
	}
	.newsitem h3 {
		font-size: 13px;
		margin: 0;
	}
	.newsitem img {
		display: block;
		margin: 0 auto;
	}

/* -- show teasers -- */
	.teasers {
		overflow: auto;
		width: 100%;
	}
	.teasers h3 {
		font-size: 13px;
		margin-top: 0;
	}
	.teasers p.teaser {
		margin: 0;
	}
	.teasers p.header {
		margin: 0 0 5px 0;
	}
	.teasers>div {
		width: 470px;
	}
	.teasers .no1 {
		float: left;
	}
	.teasers .no2 {
		float: right;
	}
	.teasers .header img {
		display: block;
	}
	.teasers .desc {
		margin-left: 3px;
	}

/* -- exhibitions -- */
	#exhibitions #content {
		width: 950px;
		margin: 0 auto;
	}

	#book #content {
		width: 790px;
		margin: 0 auto;
	}

/* -- press -- */
	#press #content {
		width: 790px;
		margin: 0 auto;
	}
	ul.press {
		list-style: none;
	}
	ul.press li {
		margin: 5px 0;
	}

/* -- show -- */
	#show #content {
		width: 100%;
		padding-top: 0;
	}
	#show h1 {
		text-align: center;
	}
	#show .two-col .first {
		float: right;
		width: 530px;
	}
	#show .two-col .last {
		float: left;
		width: 390px;
		background: #ffffe7;
	}
	#show .last>.image-placeholder {
		height: 370px;
	}
	#show .last p {
		margin: 20px;
	}
	#show .last .thumbs {
		margin: 20px;
	}
	#show .last .thumbs:after {
		content: '.';
		display: block;
		height: 0;
		visibility: hidden;
		clear: both;
	}
	#show .last .thumbs a {
		width: 110px;
		height: 110px;
		float: left;
		margin-left: 10px;
		color: #666;
	}
	#show .last .thumbs .first {
		margin-left: 0;
	}

/* -- exhibition viewer -- */
	#exhibition #document {
		width: 1110px;
		margin-top: 25px;
		margin-bottom: 0;
	}
	#exhibition .nav {
		width: 630px;
		text-align: right;
		line-height: 1;
		margin-bottom: 10px;
	}
	#exhibition .nav div {
		display: inline;
		color: #fff; /* hides non-links */
	}
	#exhibition .nav-prev {
		margin-right: 30px;
	}
	#exhibition ul#nav-lang {
		margin-top: 0;
	}

	#exhibition #content {
		padding: 0;
	}
	/* need to compensate for removed content padding */
	#exhibition h1 {
		padding-top: 40px;
	}
	#exhibition .image {
		width: 630px;
		margin: 0;
		float: left;
	}
	#exhibition .text {
		width: 450px;
		float: right;
		margin-top: 100px;
	}
	#exhibition #masthead {
		margin-bottom: 10px;
	}

/* -- buy access -- */
	#buy #content {
		width: 790px;
		margin: 0 auto;
	}
	/* pad backlink up left to align w/ content */
	#buy #nav-custom-backlink {
		margin-left: 80px;
	}
	#buy .msg {
		margin-bottom: 15px;
	}

	/* confirmation */
	#confirmation #content {
		width: 790px;
		margin: 0 auto;
	}

/* -- contact -- */
	#contact #content {
		width: 790px;
		margin: 0 auto;
	}

