/*COLORS*/
/*Dark beige: #cac3b3;*/
/*Medium beige: #dad6cc;*/
/*Light beige: #e8e4d9;*/
/*Brownish: #af6510;*/
/*Intermediate brown: #74430a;*/
/*Dark brown: #3d1b10;*/

/*BASIC LAYOUT*/

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}


/*ANDROID FIX FOR CHECKBOX HACK*/

body { 
	-webkit-animation: bugfix infinite 1s; 
} 

@-webkit-keyframes bugfix { 
	from {padding:0;} to {padding:0;} 
} 

/**/

body, header, footer, section, article, nav, aside, main {
   display: block;
   margin: 0;
   padding: 0;
}

body	{
	background-color: #e8e4d9;
	line-height: 1.4;
	font-family: calibri, arial, sans-serif;
	color: #3d1b10;
}

#wrapper {
	/*background: #ffffff;*/
	margin: 1% auto;
	padding: 0;
}	

#container	{
	width: 100%;
	/*float: left;*/
	background: #e8e4d9;
	margin: 0 0 1%;
	padding: 0;
	-webkit-box-shadow: 0 4px 20px #3d1b10;
	-moz-box-shadow: 0 4px 20px #3d1b10;
	box-shadow: 0 4px 20px #3d1b10;
}	

	
#content	{
	position: relative;
	/*float: left;*/
}
	
.hide	{
	display: none;
}

.show	{
	display: block;
}	

.clearfix	{
	clear: both;
}	

.italic	{
	font-style: italic;
}	

.important	{
	font-weight: bold;
}
	
/*NAVIGATION*/

nav	{
	float: left;
	width: 100%;
	background: #cac3b3;
	border-bottom: 1px solid #cac3b3;
}
	
nav ul	{
	margin: 0;
	padding: 0;
}	

nav li	{
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}	
	
nav a	{
	display: block;
	text-decoration: none;
}	

nav a:hover, nav a:focus, .primary label:hover	{
	background: #dad6cc;
}	

nav a.current, nav a.current_parent {
	background: #e8e4d9;
}	


/*HOME PAGE*/

#cover h1, #cover h2, #title h1, #title h2	{
	display: none;
}	

#start h2	{
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	font-style: italic;
}	

#start h2 a, aside h2 a:focus, aside h2 a:active, aside h2 a:hover, aside h2 a:visited	{
	text-decoration: none;
}

#start h2 a:hover, #start h2 a:focus	{
	font-weight: bold;
}	

/*FOOTER*/
	
footer	{
	clear: both;
	width: 96%;
	margin: 0;
	padding: 1% 2%;
	background: #cac3b3;
	 
}	

#credits ul	{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .9em;
}	

#credits li	{
	line-height: 1.0;
	padding: .2em 0;
	
}

#credits a	{
	text-decoration: none;
}	

#credits a:hover, #credits a:focus	{
	font-weight: bold;
}	
	
/*IMAGES*/

img	{
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

.outer	{
	position: relative;
}	

.inner	{
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

body a, body a:hover, body a:focus, body a:active,  body a:visited, nav label {
	color: #74430a;
}
	
/*CONTENT*/

h3	{
	color: #af6510;
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: .3em;
}	


h4	{
	color: #af6510;
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: .3em;
}	

#main h4	{
	margin-bottom: -.5em;
}	

#title	{
	clear: both;
	width: 100%;
}

#title img	{
	width: 100%;
}

#main section	{
	margin-bottom: 2em;
}

#main section:last-of-type	{
	margin-bottom: 0;
}
	
.gallery h4	{
	text-align: center;
}	

.gallery .outer	{
	/*aspect ratio 1.77778*/
	/*width: 90%;*/
	/*margin: 1em auto 4em;*/
	/*padding-bottom: 50.625%;*/
	border: 1px solid #cac3b3;
	
	width: 100%;
	padding-bottom: 56.25%;
}	

.gallery .outer .caption	{
	margin: 0;
	position: absolute;
	bottom: 3px;
	left: 0;
	right: 0;
	padding: .6em 0;
	text-align: center;
	background: #e8e4d9;
	opacity:0.8;
	font-weight: bold;
	font-size: .9em;
	color: #74430a;
}	


/*POP-UP BOXES*/

#expand1, #expand2, #expand3	{
	background: #dad6cc;
	margin-bottom: 3em;
}

#expand1 p, #expand2 p, #expand3 p	{
	margin: .5em 0;
}	

#expand1 img, #expand2 img, #expand3 img	{
	display: block;
	padding: 1em 0;
}	

#expand1 .caption, #expand2 .caption, #expand3 .caption	{
	margin: 0;
	font-size: .9em;
}	

.more	{
	clear: both;
	display: block;
	text-align: right;
	margin: 0;
	font-style: italic;
	color: #74430a;
	text-decoration: none;
}	

.more:hover, .more:focus	{
	font-weight: bold;
}	


#obj1, #obj2, #obj3 	{
	position: absolute;
	top: 0;
	left: 2%;
	right: 2%;
	background: #e8e4d9;
	
	-webkit-box-shadow: 0 6px 10px #3d1b10;
	-moz-box-shadow: 0 6px 10px #3d1b10;
	box-shadow: 0 6px 10px #3d1b10;
	z-index: 1;
}	

.pop_up .close	{
	background: #e8e4d9;
	border-radius: 50%;
	border: 1px solid #cac3b3;
	margin: 0;
	padding: 0 .6em .2em;
	font-size: 1.5em;
	text-decoration: none;
	position: absolute;
	top: -.3em;
	right: -.3em;
}	

.pop_up .close:hover, .pop_up .close:focus	{
	font-weight: bold;
}	

.pop_up .image	{
	margin: 2%;
	
}	

.pop_up .image img	{
	border: 1px solid #cac3b3;
}
	
.pop_up  .video, .youtube {
	padding-top: 3em;
	padding-bottom: 60%;
	height: 0;
}

.pdf, .web {
	padding-top: 3em;
	padding-bottom: 70%;
	height: 0;
}

.pop_up iframe	{
	position: absolute;
	top: 3%;
	left: 2%;
	width: 96%;
	height: 94%;
	margin: 0;
	padding: 0;
	border: 1px solid #cac3b3;
}

.youtube iframe, .pdf iframe, .web iframe	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #cac3b3;
}

.pop_up .video .caption	{
	margin: 0;
	width: 96%;
	position: absolute;
	bottom: 0;
	left: 0;
	/*right: 0;*/
	padding: 1em 2% 2em;
	left: 0;
	text-align: center;
	background: #e8e4d9;
	opacity:0.8;
	font-weight: bold;
	font-size: .9em;
	color: #74430a;
}	

.pop_up .video + p	{
	margin: 0 2%;
}	

/*STATION PAGE*/
.station #main .outer, .tour .outer	{
	border: 1px solid #cac3b3;
}

.station #main img	{
	/*border: 1px solid #cac3b3;*/
	margin-bottom: -6px;
	
}
/*
.station  #main .card ul	{
	margin-bottom: 0;
}	*/

.station  #main .outer .caption	{
	margin: 0;
	position: absolute;
	bottom: 0;
	/*border-bottom: 1px solid #cac3b3;*/
	/*width: 96%;*/
	left: 0;
	right: 0;
	/*padding: .5em 2% 1em;*/
	padding: .5em 0;
	text-align: center;
	background: #e8e4d9;
	opacity:0.8;
	font-weight: bold;
	font-size: .9em;
	color: #74430a;
}	

img.inline	{
	width: 40%;
	border: none;
	float: right;
}	

img.full	{
	width: 100%;
	border: none;
	margin-top: 1em;
}

img.two_left  {
	width: 45%;
	float: left;
	margin-top: 2em;
	padding-bottom: 2em;
}	

img.two_right  {
	width: 45%;
	float: right;
	margin-top: 2em;
	padding-bottom: 2em;
}	

#catalogue img	{
	margin: 2em 0 1em 1em;
}
	
img.left		{
	width: 40%;
	border: none;
	float: left;
}	

#breadcrumbs ul {
	margin: 0; 
	padding: 0; 
	list-style: none;
	width: 100%;
}

#breadcrumbs ul	{
	float: left;
}	

#breadcrumbs li	{
	display: inline-block;
	text-transform: uppercase;
	font-style: italic;
	float: left;
	margin-right: .5em;
}	

#breadcrumbs a	{
	display: block;
	text-decoration: none;
}	

#breadcrumbs .current {
	font-weight: bold;
}

#breadcrumbs li:hover, #breadcrumbs li:focus	{
	
	font-weight: bold;
}	

#breadcrumbs li.next	{
	float: right;
}	

/*ITINERARY*/

#itinerary, #artifacts, .list	{
	background: #dad6cc;
	padding: 1em;
	margin-bottom: 1em;
}

#itinerary > ol	{
	list-style: upper-roman;
}	

.itinerary	{
	margin: 3em auto 0;
}	

.itinerary .item	{
	float: left;
	position: relative;
	border: 1px solid #cac3b3;
	/*outline: 5px solid #e8e4d9;*/
}

.itinerary .item:target	{
	outline: .5em solid #cac3b3;
}	

.itinerary .item a	{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}	

.itinerary .item a img	{
	width: 100%;
	margin: 0;
	border: none;
}

.itinerary .item a .caption	{
	margin: 0;
	position: absolute;
	bottom: 0;
	/*border-bottom: 1px solid #cac3b3;*/
	/*width: 96%;*/
	left: 0;
	right: 0;
	/*padding: .5em 2% 1em;*/
	padding: .5em 0;
	text-align: center;
	background: #e8e4d9;
	opacity:0.8;
	font-weight: bold;
	font-size: .9em;
	color: #74430a;
}	

.itinerary .item a .caption	{
	/*bottom: 5px;*/
	display: none;
}

.itinerary .item a:hover .caption, .itinerary .item a:focus .caption, .itinerary .item:target a .caption	{
	display: block;
}	

#content p a, #itinerary a	{
	text-decoration: none;
}	


#content p a:hover, #content p a:focus, #itinerary a:hover, #itinerary a:focus, #itinerary a.current	{
	font-weight: bold;
}	

.help	{
	text-align: right;
	margin: 0;
}
	
.help a	{
	font-size: .9em;
	text-decoration: none;
	text-transform: uppercase;
	font-style: italic;
	display: inline-block;
}

.help a:hover, .help a:focus	{
	font-weight: bold;
}	
	
.objectnew	{
	border: 1px solid #cac3b3;
	margin: 0 auto;
}

.objectnew img	{
	margin-bottom: -6px;
}	

.itinerary h4	{
	text-align: center;
}	

/*OBJECT PAGES*/

.objects, .scrolls	{
	width: 100%;
	margin: 1em 0;
}	

.artifact	{
	background: #dad6cc;
	margin: 0 auto 1.5em;
	padding: 1em;
}	

.card span	{
	display: block;
}

.card .name	{
	text-transform: uppercase;
	color: #af6510;
}	

/*ACKNOWLEDGMENTS*/

#lenders, #venues	{
	margin-top: -.5em;
}	

.acknowledgments ul	{
	margin-top: 0;
}	

h4 a, ul a	{
	text-decoration: none;
}
	
h4 a:hover, h4 a:active, ul a:hover, ul a:active	{
	font-weight: bold;
}	

.acknowledgments section span.title	{
	font-style: italic;
}	

#regents	{
	clear: both;
}
	
#regents p	{
	text-align: center;
	padding-top: .5em;
}	
	
#regents a {
	text-decoration: none;
	font-size: .8em;
}

#regents a:hover, #regents a:active	{
	font-weight: bold;
}	

