@charset "utf-8";


@font-face {
	font-family: 'DIN';
	src: url('/exhibit11/css/din-webfont.eot');
	src: local(' '), url('/exhibit11/css/din-webfont.woff') format('woff'), url('/exhibit11/css/din-webfont.ttf') format('truetype'), url('/exhibit11/css/din-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body, h1, h2, h3, p, ul, li, form, img, hr{
	border: 0;
	margin: 0px;
	padding: 0px;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}


body{
	color: #fff;
	font-family:Axis std, sans-serif;
	font-size: 12px;
	line-height: 1;
	background: #756020; /*#111,#208585,#fff*/
}


article, aside, dialog, figure, footer, header, legend, nav, section {
  display: block;
}




p{
	line-height: 2.0em;
}

ul{list-style: none;}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

h1{
	font-size: 72px;
}
h2{
	font-size: 48px;
	padding: 0 0 20px;
}

h1,h2,#global{
	font-family: 'DIN';
}

h3{
	font-size: 18px;
	padding: 10px 0 10px;
}

h4{
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 1.4em;
}

h5{
	font-size: 14px;
	//padding-top: 5px;
	padding-bottom: 10px;
}

h6{
	padding-top: 5px;
}

a{
	outline: none;
	color: #fff;
}

a:link, a:visited{
	text-decoration:none;
}

.grid1, .grid2, .grid3, .grid4, .grid5, .grid6{
	float: left;
	margin: 0 12px;
	display: inline;
}

.grid1{
	width: 144px;
	padding-bottom: 20px;
}

.grid2{
	width: 312px;
}

.grid3{
	width: 480px;
}

.grid4{
	width: 648px;
}

.grid5{
	width: 228px;
}

.grid6{
	width: 984px;
	clear: both;
}


#page{
	margin: 0 auto;
	padding: 10px 24px 480px;
	width: 1008px;
	text-align: left;
	position: relative;
}

header{
	overflow: auto;
	padding-top: 40px;
	padding-bottom: 50px;
}

header h1 #date{
	font-size: 36px;
}
header h1 #day{
	font-size: 18px;
}

#global{
	position: absolute;
	right: 24px;
	top: 62px;
	border-right: 1px #fff dotted;
}

header nav ul{
	font-size: 14px;
}

header nav ul li{
	
	border-left: 1px #fff dotted;
	height: 20px;
	float: left;
	display: block;
	width: 94px;
}

header nav ul li a{
	text-align: center;
	display: block;
	padding: 3px 0;
	//color: #fff;
}

.clear{
	clear: both;
}

#info,
#exhibits,
#event,
#access,
#contact{
	overflow: auto;
	padding: 40px 0 48px;
	background: url(/exhibit11/css/img/border.png) no-repeat center top;
}

table{
	text-align: left;
	margin-bottom: 10px;
}

th{
	font-weight: normal;
}

tr{
	line-height: 2.0em;
}

#info table th{
	width: 3.5em;
}

#event table th{
	width:  10em;
}

.studio{
	font-size: 11px;
}

.thumb{
	width: 144px;
	height: 96px;
	background: #111;
}

.thumb-name{
	font-size: 11px;
}

#background{
	position: fixed;
	left: 0px;
}

/*exhibit*/

/*
.exhibits li a{
	display: block;
	width: 144px;
	height: auto;
}
*/
.event-detail{
	clear:both;
	padding-top: 24px;
	padding-bottom: 24px;
	background: url(/exhibit11/css/img/dot.png) no-repeat center top;
}

.exhibit{
	display: none;
}
.exhibit-image{
	width: 648px;
	float: left;
}
.exhibit-description{
	width: 312px;
	float: right;
}

.exhibit-title{
	padding-top: 0;
}

.exhibit-caption{
	padding-bottom: 20px;
}

.author-caption{
	border-top:1px dotted #fff;
	padding-top:20px;
}

.author-caption table{
	font-size: 11px;
}

.author-profile th{
	width: 3.5em;
}

.author-account th{
	width: 6em;
}

.author-caption h4{
	font-size: 14px;
}

#welcome-party{
	margin-top: 20px;
}

#welcome-party a{
	font-weight: bold;
	background: #fff;
	padding: 12px;
	color: #111;/*208585*/
}

a.hyperlink{
	//text-decoration: ;
	border-bottom: 1px dotted #fff;
	/*
	background: #fff;
	padding: 5px;
	color: #111;
	*/
}

.event-detail p{
	padding-bottom: 12px;
}

.guest-name{
	font-size: 16px;
	padding-top: 12px;
}

.guest-description{
	font-size:11px;
	line-height:1.8em;
}

.grid5 .guest-description{
	line-height:1.6em;
}

#pit{
	position: fixed;
	right: 0;
	color: #111;
	line-height: 1.5;
	padding: 10px;
	text-align: right;
	font-size: 11px;
	z-index: 999;
	background: #fff;
}

