/* reset
-------------------------------------------------------------------------------*/

html,body,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,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;
}
article,aside,figure,footer,header,hgroup,nav,section {
	display: block;
}
object,embed {
	max-width: 100%;
}
ul,ol {
	list-style: none;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
del {
	text-decoration: line-through;
}
abbr[title],dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: bold;
	vertical-align: bottom;
}
td {
	font-weight: normal;
	vertical-align: top;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input,select {
	vertical-align: middle;
}
pre {
	white-space: pre;/* CSS2 */
	white-space:pre-wrap;/* CSS 2.1 */
	white-space:pre-line;/* CSS 3 (and 2.1 as well,actually) */
	word-wrap:break-word;/* IE */
}
input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	ertical-align: bottom;*vertical-align:baseline;
}
.ie6 input {
	vertical-align: text-bottom;
}
select,input,textarea {
	font: 99% sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
}
a:hover,a:active {
	outline: none;
}
small {
	font-size: 85%;
}
strong,th {
	font-weight: bold;
}
td,td img {
	vertical-align: top;
}
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
pre,code,kbd,samp {
	font-family: monospace,sans-serif;
}
.clickable,label,input[type=button],input[type=submit],button {
	cursor: pointer;
}
button,input,select,textarea {
	margin: 0;
}
button {
	width: auto;
	overflow: visible;
}
.ie7 img {
	-ms-interpolation-mode: bicubic;
}
.ie6 html {
	filter: expression(document.execCommand("BackgroundImageCache",false,true));
}

/* primary
-------------------------------------------------------------------------------*/

body {
  font-family: "helveticaneue", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 1.38;
  color: #333;
  background: #fff;
}

body.flat {
  overflow: hidden;
}

body.flat #timeline-map-header h1 {
  display: none;
}

body.flat #map-filters.float-right {
  float: left !important;
  padding: 0 !important;
}

a {
	color: #f30;
	text-decoration: none;
}
a:hover {
	color: #666;
}

/* headings
-------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5 {
	font-weight: bold;
}
h1 {
	font-size: 20px;
	line-height: 24px;
}

/* timeline and map
-------------------------------------------------------------------------------*/

.box {
	padding: 15px;
}
#timeline-map-container {
	width: 689px;
	margin: 0 auto;
}

/* map */

#map-filters {
	padding-top: 6px;
}
#map-filters .map-filter {
	display: inline-block;
	padding-left: 6px;
}
/*
#map-filters .map-filter:first-child {
	padding-right: 6px; 
}
#map-filters .map-filter:first-child label {
	color: #777;
}
*/
#map-filters .map-filter label {
	padding-left: 3px;
	font-size: 11px;
}
#map-container {
	position: relative;
	height: 325px;
	margin-top: 16px;
	background: #fafafa;
}

/* map elements */

.exhibition-tip {
	position: absolute;
	width: 113px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 2px 2px 10px rgba(64,64,64,0.2);
	-moz-box-shadow: 2px 2px 10px rgba(64,64,64,0.2);
	-o-box-shadow: 2px 2px 10px rgba(64,64,64,0.2);
	box-shadow: 2px 2px 10px rgba(64,64,64,0.2);
}
.exhibition-bubble {
	position: absolute;
	width: 120px; /* 113px */
	border: 1px solid #ccc;
	-webkit-box-shadow: 2px 2px 10px rgba(64,64,64,0.2);
	-moz-box-shadow: 2px 2px 10px rgba(64,64,64,0.2);
	-o-box-shadow: 2px 2px 10px rgba(64,64,64,0.2);
	box-shadow: 2px 2px 10px rgba(64,64,64,0.2);
}
.exhibition-info {
	position: relative;
	padding: 8px 10px;
	font-size: 11px;
	line-height: 1.2;
	background: #ededed;
	display: block;
}
.exhibition-bubble .exhibition-info {
	border-bottom: 1px solid #ccc;
}
.exhibition-info .year {
	font-weight: bold;
}
.exhibition-info .pointer {
	position: absolute;
	display: block;
	width: 12px;
	height: 100%;
	top: 0;
	left: -12px;
	background: transparent url(../images/bubble-pointer.png) no-repeat 50% 50%;
}
.exhibition-object {
	padding: 10px;
	font-size: 11px;
	line-height: 1.2;
	background: #fff;
	display: block;
}
.exhibition-info h6,
.exhibition-object h6 {
	color: #777;
	font-weight: normal;
}
.exhibition-info h6 {
	font-size: 10px;
	padding-bottom: 2px;
}
.exhibition-object .first-exhibited {
	padding-bottom: 6px;
}
.exhibition-object img {
	display: block;
}

/* timeline */

#timeline-container {
	position: relative;
	height: 118px;
	border: 1px solid #dedede;
	background: #f1f1f1;
}
#timeline {
	position: absolute;
	width: 100%;
	height: 119px;
	top: 0px;
	left: 0px;
}
#timeline-objects {
	position: relative;
	height: 119px;
	overflow: hidden;
}
#objects-container {
	position: relative;
	height: 119px;
	overflow: hidden;
}
#objects {
	position: absolute;
	padding: 0 40px;
	height: 119px;
	top: 0px;
	left: 0px;
}
.object-container {
	position: relative;
	height: 119px;
	float: left;
}
.object-container .object {
	position: relative;
	height: 70px;
	padding: 33px 0 16px 0;
	margin: 0 3px;
	float: left;
}
.object-container .object a {
	display: block;
	height: 70px;
	background: #333;
}
.object-container .object a img {
	filter: alpha(opacity=40);
	opacity: 0.4;
}
.object-container .object.active {
	background: transparent url(../images/active-pointer.png) no-repeat 50% bottom;
}
.object-container .object.active a img {
	filter: alpha(opacity=100);
	opacity: 1.0;
}
.object-container .object:hover {
	background: transparent url(../images/active-pointer.png) no-repeat 50% bottom;
}
.object-container .object:hover a img {
	filter: alpha(opacity=100);
	opacity: 1.0;
}
.object-container .year {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 13px 0 0 5px;
	font-size: 11px;
}
.timeline-controls {
	display: block;
	position: absolute;
	top: 0;
	width: 30px;
	height: 118px;
	background: #f30;
	filter: alpha(opacity=90);
	background: rgba(255,51,0,0.9);
}
.timeline-controls:hover {
	background: #333;
	filter: alpha(opacity=90);
	background: rgba(51,51,0,0.9);
}
.timeline-controls.disabled,
.timeline-controls.disabled:hover {
	background: #f30;
	filter: alpha(opacity=30);
	background: rgba(255,51,0,0.3);
	cursor: default;
}
.timeline-controls span {
	display: block;
	width: 30px;
	height: 118px;
	text-indent: -9999px;
}
#timeline-prev {
	left: 0;
}
#timeline-next {
	right: 0;
}
#timeline-prev span {
	background: url(../images/arrow-left.png) no-repeat 50% 50%;
}
#timeline-next span {
	background: url(../images/arrow-right.png) no-repeat 50% 50%;
}

/* info panels */

#info-container {
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	background: #fff;
}

/* start panel */

#start-panel {
	display: block;
}
#start-panel h2 {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	padding-right: 2px;
	padding-bottom: 10px;
}
#start-panel h2 a{
	border-bottom: 1px dotted #666;
}
#start-panel h2.start-small {
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
}
#start-panel h2.start-small.end {
	padding-bottom: 15px;
}
#start-link {
	display: block;
	width: 94px;
	height: 30px;
	text-indent: -9999px;
	background: url(../images/start-button.gif) no-repeat 0px 0px;
}
#start-link:hover {
	background: url(../images/start-button.gif) no-repeat 0px -30px;
}

/* exhibition panel */

#exhibition-panel {
	display: none;
}
#exhibition-panel .col-a,
#exhibition-panel .col-b {
	width: 320px;
	float: left;
}
#exhibition-panel .col-a {
	margin-right: 15px;
}
#exhibition-panel .col-a #exhibition-slideshow-image table tr td {
	background: #ededed;
	vertical-align: middle;
	overflow: hidden;
}
#exhibition-panel .col-a #exhibition-slideshow-image img {
	display: block;
	margin: 0 auto;
	max-width: 325px;
	max-height: 245px;
}
#exhibition-panel .col-a #exhibition-slideshow-pager {
	padding-top: 10px;
}
#exhibition-panel .col-a #exhibition-slideshow-pager ul li {
	position: relative;
	display: block;
	float: left;
	padding-right: 6px;
	padding-bottom: 6px;
}
#exhibition-panel .col-a #exhibition-slideshow-pager ul li a {
	position: relative;
	display: block;
	width: 22px;
	color: #f30;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	border: 1px solid #ededed;
	text-align: center;
	text-decoration: none;
}
#exhibition-panel .col-a #exhibition-slideshow-pager ul li a:hover,
#exhibition-panel .col-a #exhibition-slideshow-pager ul li a.active {
	color: #000;
	text-decoration: none;
  	border: 1px solid #ccc;
}
#exhibition-panel .col-a #exhibition-slideshow-pager ul li img {
	position: absolute;
	display: none;
	top: 16px;
	left: -1px;
	padding-top: 5px;
	z-index: 400;
}
#exhibition-panel .col-a #exhibition-slideshow-caption {
	padding-top: 10px;
}
#exhibition-panel .col-a #exhibition-slideshow-caption .caption {
	color: #777;
}
#exhibition-panel .col-a #exhibition-slideshow-caption .artist {
	color: #F30;
}
#exhibition-panel .col-a .exhibition-quote {
	padding: 15px;
	background: #ededed;
	margin-top: 30px;
}
#exhibition-panel .col-a .exhibition-quote h6 {
	color: #777;
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 4px;
}
#exhibition-panel .col-a .exhibition-quote h5 {
	color: #333;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 4px;
}
#exhibition-panel .col-a .exhibition-quote blockquote {
	color: #777;
	font-style: normal;
}
#exhibition-panel .col-b h5 {
	font-size: 13px;
}
#exhibition-panel .col-b .exhibition-header {
	padding-top: 13px;
}
#exhibition-panel .col-b .exhibition-header h6 {
	color: #777;
	font-size: 10px;
	font-weight: normal;
}
#exhibition-panel .col-b .exhibition-header h2 {
	font-size: 16px;
}
#exhibition-panel .col-b .exhibition-map-links {
	padding-top: 13px;
	color: #777;
}
#exhibition-panel .col-b .exhibition-map-links .map-link {
	font-size: 9px;
}
#exhibition-panel .col-b .exhibition-text {
	padding-top: 13px;
}
#exhibition-panel .col-b .exhibition-text .read-more-text {
	display: none;
}
#exhibition-panel .col-b .exhibition-text .read-more-link a {
	color: #333;
	text-decoration: underline;
	font-size: 11px;
}
#exhibition-panel .col-b .exhibition-text .read-more-link a:hover {
	text-decoration: none;
}
#exhibition-panel .col-b .exhibition-downloads {
	padding-top: 13px;
	font-size: 11px;
}
#exhibition-panel .col-b .exhibition-downloads li {
	padding: 2px 0;
}
#exhibition-panel .exhibition-nav {
	padding-top: 15px;
}
#exhibition-panel .exhibition-nav .prev {
	display: block;
	width: 150px;
	height: 21px;
	font-size: 11px;
	line-height: 21px;
	text-align: left;
	color: #777;
	text-transform: uppercase;
	background: url(../images/prev-square.gif) no-repeat left 0px;
	padding-left: 30px;
	float: left;
}
#exhibition-panel .exhibition-nav .next {
	display: block;
	width: 150px;
	height: 21px;
	font-size: 11px;
	line-height: 21px;
	text-align: right;
	color: #777;
	text-transform: uppercase;
	background: url(../images/next-square.gif) no-repeat right 0px;
	padding-right: 30px;
	float: right;
}
#exhibition-panel .exhibition-nav .prev:hover,
#exhibition-panel .exhibition-nav .next:hover {
	color: #333;
}

/* helper
-------------------------------------------------------------------------------*/

.hidden { display: none !important; visibility: hidden; }
.invisible { visibility: hidden; }
.float-left { float: left; }
.float-right { float: right; }
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:before,.clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }