#wrapper	{
	min-height: calc(100vh - 7em);
}	

#container, nav, footer	{
	width: 96%;
	max-width: 75em;
	margin: 0 auto;
}

#container	{
	position: relative;
}	

/*NAVIGATION*/

nav li	{
	font-size: 1em;
	padding: .5em 3em .5em 0;
}	

/*HEADER*/

header	{
	width: 80%;
	float: right;
	/*margin: 0 0 0 20%;*/
	padding: 0 0 .5em;
}

#logo	{
	position: absolute;
	width: 20%;
	padding-bottom: 42%;
	top: 0;
	left: 0;
	background-position: 0 0;
	background-size: 100%;
}	

/*THEMES NAVIGATION*/

#themes 	{
	float: none;
	margin: 0;
	width: 80%;
	max-width: 12em;
	line-height: 1.4;
	position: absolute;
	left: 55%;
	top: 35%;
	z-index: 1000;
}	

/*CONTENT*/

#content	{
	margin-top: 0;
}	

#main {
	width: 68%;
	float: right;
	margin: 0;
	padding-bottom: 1em;	
}

#main h3	{
	margin: 0;
}
	
#main h3:first-child	{
	padding-top: .5em;
}
	
#main .text	{
	font-size: 1.1em;
	line-height: 1.5;
}

.portrait	{
	width: 40%;
}

.split	{
	width: 45%;
	float: left;
}

.split:last-child 	{
	float: right;
}

/*EASY ZOOM*/

#main	{
	position: relative;
}
	
#easy_zoom{
	width: 50%;
	height: 500px;	
	max-height: 50vh;
	border: 5px solid #d0c4b7;
	background: #20110e;
	color: #ad9782;
	position: absolute;
	top: 2em;
	right: 0;
	overflow: hidden;
	line-height: 200px;
	text-align: center;
}

.image img	{
	cursor: crosshair;
}	


.land #easy_zoom	{
	width: 35%;
}

#easy_zoom img	{
	width: auto;
}

.zoomable, .animation	{
	display: block;
	
}

/*Disable Easy Zoom on touch screen*/
.touch #easy_zoom	{
	display: none;
}

/*ASIDE*/	
aside	{
	width: 27%;
	float: left;
	margin-top: 23em;
}	

#links section img	{
	width: 30%;
}

/*RESOURCES*/

section#info, section#quick	{
	width: 48%;
	margin-right: 2%;
	float: left;
}

section#videos	{
	clear: both;
}

/*SLIDESHOW*/

/*
.slideshow {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 68%;
  border: 1px solid #ad9782;
}*/

/*
.slides {
  background-image: url(../img/woodcuts.jpg);
  background-size: 75%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 300%;
 
}
*/
/*
.slideshow:hover .slides	{
	 animation: slideshow 60s linear infinite;
}	 

@keyframes slideshow {
  0%    { left: 0; }
  100%  { left: -200%; }
}	
*/
	
/*PHOTOS*/

.photos .two	{
	width: 45%;
}	

.photos .three	{
	width: 26%;
	margin-right: 5%;
}

.picture	{
	float: left;
}
	
.photos .picture:last-child	{
	margin-right: 0;
	float: right;
}	

