﻿body {
	color: #000000;
	padding: 12pt 0;
	border: none;
	width: 100%;
}

header	{
	padding-top: 0;
	border-bottom: 1px solid #000000;
}

header h1	{
	font-size: 14pt;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	border: none;
	font-family: georgia, serif;
}	


#logo, #point	{
	display: none;
}	


nav, #nav2, #guide, input, #back, #forth, #sitemap, .zoomed, .expand, .collapse, iframe, .close, .caption	{
	display: none;
}	
	
.artifact .caption, .picture .caption	{
	display: block;
	font-size: 10pt;
}

.caption .span	{
	display: block;
}
.side_panel ul span	{
	display: block;
}

#content	{
	clear: both;
}	

h2	{
	font-size: 14pt;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	margin: 6pt;
	text-align: center;
}

h3	{
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 6pt;
}	

a, a:hover, a:active, a:visited	{
	color: #000000;
	text-decoration: none;
}	

.caption	{
	font-size: 9pt;
	text-align: center;
}	
 	
footer	{
	clear: both;
	
}	

.item	{
	width: 40%;
	margin: 2em;
	float: left;
}

.central	{
	width: 80%;
	margin: 2em auto;
}
	
.central img, .item img	{
	width: 100%;
}
	
/*OBJECT PAGES*/

 .index	{
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	
	-webkit-column-gap: 2em; /* Chrome, Safari, Opera */
	-moz-column-gap: 2em; /* Firefox */
	column-gap: 2em;
}

.index_item	{
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	page-break-inside: avoid; /* Firefox */
	break-inside: avoid; /* IE 10+ */
	margin-bottom: 30pt;
	
 }
 
.index_item img	{
	display: block;
	width: 100%;
	
}	

.band img	{
	width: 98%; 
	margin: 0 auto;
}	

/*GALLERY*/

.photos_two	{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	
	-webkit-column-gap: 2em; /* Chrome, Safari, Opera */
	-moz-column-gap: 2em; /* Firefox */
	column-gap: 2em;
}

.photos_two:last-child	{
	margin-bottom: 100pt;
}	

.photos_three:first-child	{
	page-break-before: always;
}	

.photos_three	{
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	
	-webkit-column-gap: 2em; /* Chrome, Safari, Opera */
	-moz-column-gap: 2em; /* Firefox */
	column-gap: 2em;
}



.gallery_item	{
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	page-break-inside: avoid; /* Firefox */
	break-inside: avoid; /* IE 10+ */
	margin-bottom: 30pt;
}
 
.gallery_item img	{
	display: block;
	width: 100%;
	
}	 

/*EXPANDABLE WINDOWS*/

#acknowledgments_short, #introduction_short, #borrowing_short, #objects_short, #recollection_short, #constraints_short, #hands_short, #umma1_short, #umma2_short, #kelsey_short, #bio_short	{
	display: none;
}

#acknowledgments_long, #introduction_long, #borrowing_long, #objects_long, #recollection_long, #constraints_long, #hands_long, #umma1_long, #umma2_long, #kelsey_long, #bio_long	{
	display: block;
}

	
