body	{
	font-size: .9em;
}	

header {
	height: 8em;
}

#title	{
	width: 12em;
	left: 7em;
}	

#logo	{
	width: 8em;
	left: 0;
	
}	
/*NAVIGATION*/

nav	{
	width: 100%;
}	

nav label	{
	display: block;
	cursor: pointer;
	float: right;
	width: 3em;
	padding: .3em .5em;
	margin-right: -2px;
	font-family: georgia, serif;
	background: #dfd8ca;
	border: 2px solid #9e503d;
	border-radius: 8px 8px 0 0;
}	

nav input ~ ul	{
	height: 0px;
	overflow: hidden;
}	

nav input:checked ~ label	{
	background: #cf7f67;
}	

nav input:checked ~ ul	{
    height: auto;
	z-index: 100;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	top: 3em;
	left: 0;
	border-top: 1px solid #9e503d;
	border-right: 2px solid #9e503d;
}

nav input:checked ~ ul li	{
	border: 2px solid #9e503d;
	border-top: none;
	border-left: none;
	width: 100%;
	display: block;
}	

nav input:checked ~ ul a	{
	display: block;
	padding: .5em .7em;
	float: none;
	text-align: left;
	border: none;
	border-radius: 0;
}

/*SUB NAVIGATION*/

.parent:hover .child	 {
	display: block;
	position: static;
	border-right: none;
}

.parent:hover .child li {
	border: 1px solid #9e503d;
	border-left: none;
	border-right: none;
	width: 100%;
	display: block;
}

.parent:hover .child li:last-child {	
	border-bottom: none;
}	

.parent:hover .child a {
	padding-left: 2em;
}	

header .breadcrumbs ul	{
	display: none;
}

#content .breadcrumbs ul	{
	display: block;
	margin: 1em;
}

/*CONTENT*/

h2	{
	margin-left: 0;
}	

article	{
	padding: 1% 5% 1%;
}

.gallery	{
	padding-bottom: 2em;
}
	
.gallery section, .gallery section:first-child	{
	width: 80%;
	height: 0;
	margin: 1em auto 2em;
	float: none;
	padding: .6em 0 9em .5em;
	position: relative;
	overflow: hidden;
}

.gallery section .part	{
	width: 60%;
	margin: -1em 0 0 40%;
}	
.gallery:last-child	{
	padding-bottom: 2em;
}
section h3	{
	text-align: left;
	height: 100%;
	width: 40%;
	font-size: .9em;
}	

#punch	{
	display: block;
}
	
section.punch  {
	display: none;
}	

/*OBJECT PAGE*/	

.single .photo, .double .photo	{
	width: 100%;
}

.double .photo img	{
	width: 47%;
}	

.photo .detail div	{
	width: 47%;
}	

.single .label, .single .map, .double .label, .double .map 	{
	width: 100%;
}	

.map img	{
}	

.postcard, .kiln	{
	width: 100%;
}	

/*OBJECT LISTS*/

.objects	{
	margin-left: 2.5%;
	margin-top: 2em;
}

.objects, .numbers	{
	width: 100%;
	float: none;
}

.numbers	{
	clear: both;
	
}
	
.objects .item	{
	width: 28%;
	margin-right: 5%;
	margin-bottom: 3%;
}		
