#container, nav, footer	{
	width: 92%;
}	

/*NAVIGATION*/
nav label {
	display: block;
	cursor: pointer;
	text-align: right;
	font-weight: bold;
	font-size: .9em;
	text-transform: uppercase;
	text-decoration: none;
	color: #20110e;
	position: relative;
	padding: .3em 0 .3em 1.25em;
}

nav input:checked label	{
	color: #9a1515;
}	

nav li {
	display: block;
	text-align: center;
	border-top: 1px solid #9a1515;
	font-size: .9em;
	padding: .3em 0;
}	

nav input ~ ul	{
	display: none;
}
	
nav input:checked ~ ul	{
    display: block;

}

nav label	{
	background-image: url(../img/navicon2.jpg);
	background-size: .9em;
	background-position: calc(100% - 3.2em) center;
	background-repeat: no-repeat;
}	

/*HEADER*/

header	{
	width: 100%;
	margin: 0;
	padding: 1em 0 .5em;
}	

#title_wide	{
	display: none;
}

#title_narrow	{
	display: block;
}

#logo	{
	margin: 0;
	height: 0;
	padding-bottom: 80%;
	background-size: 40%;
}

/*THEMES LOCAL NAV*/

#themes {
	width: 55%;
	max-width: 12em;
	margin-top: .2em;
	float: right;
	line-height: 1.3;
}

/*CONTENT*/

#content	{
	margin-top: 1em;
	margin-bottom: 1em;
}	

#main, aside	{
	width: 100%;
	padding-top: 2em;
}	

#main h3	{
	text-align: center;
	margin-bottom: 1em;
}

#main h3:first-child	{
	padding-top: 1em;
	border-top: 1px solid #584a44;
}	

#main p	{
	text-align: justify;
}	

.left, .right	{
	margin: 1em 0;
}	
	
/*OBJECTS*/

.artifacts, .objects	{
	-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;
}

.artifact	{
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	page-break-inside: avoid; /* Firefox */
	break-inside: avoid; /* IE 10+ */
 }

/*EASY ZOOM*/

.zoomable, .animation	{
	display: none;
}

.scrolling	{
	display: block;
	color: #d0c4b7;
	font-style: italic;
	font-size: 1.1em;
	margin-bottom: 1em;
}
.image img {	
	cursor: default;
}	

/*SLIDESHOW*/

