body	{
	background: #aab7c3;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
}

#container	{
	background: #ffffff;
	margin: 0 auto;
	padding: 1rem;
	-webkit-box-shadow: 0 0 6px 3px #333333;
	-moz-box-shadow: 0 0 6px 3px #333333;
	box-shadow: 0 0 6px 3px #333333;
}	

img	{
	width: 100%;
	display: block;
	border: none;
}	

.clearfix	{
	clear: both;
}	

/*HEADER*/

header, #content	{
	background: #ffffff;
}

	
h1	{
	text-align: left;
	text-transform: uppercase;
	font-family: 'Kameron', serif;
	margin-top: 0;
	
}	

h1 a	{
	color: #863300;
	text-decoration: none;
}	

h1, h2, h3	{
	font-weight: bold;
}	

#skip	{
	width: 100%;
	padding: 1rem 0;
	text-align: center;
	background: #ffcb05; /*U-M maize color*/
}	

h2	{
	color: #333333;
	
}	

h2	{
	font-size: 1.5rem;
	margin-top: 3rem;
}

/*NAVIGATION*/

#navigation	{
	background: #ffcb05; /*U-M maize color*/
}
	
nav 	{
	clear: both;
}	

nav ul	{
	list-style: none;
	margin: 0;
	padding: 1rem 0 0 1rem;
}

nav li	{
	display: block;
	margin: .5rem 0;
	padding: 0 .5rem;

}	

nav a, #skip a, #menu a	{
	font-size: 1.1rem;
	text-decoration: none;
	color: #00274c; /*U-M blue*/
}

nav li:hover a, nav li:active a, nav li:focus a, #menu:hover a, #menu:active a, #menu:focus a, #skip:hover a, #skip:active a, #skip:focus a {
	text-decoration: underline;
	font-weight: bold;
}	

nav li a.current {
	font-weight: bold;
}	

#cube	{
	margin: 2rem auto;
}

#cube ul	{
	list-style: none;
	margin: 0;
	padding: 0;
}

#cube a	{
	width: 28%;
	float: left;
	margin-left: 4%;
	margin-bottom: 4%;
	-webkit-box-shadow: 0 0 4px 2px #808080;
	-moz-box-shadow: 0 0 4px 2px #808080;
	box-shadow: 0 0 4px 2px #808080;	
}	

#cube a:hover, #cube a:active, #cube a:focus	{
	transform: scale(1.1,1.1);
	-webkit-box-shadow: 0 0 6px 3px #333333;
	-moz-box-shadow: 0 0 6px 3px #333333;
	box-shadow: 0 0 6px 3px #333333;

}	

#cube a.current:hover, #cube a.current:active, #cube a.current:focus	{
	transform: none;
	-webkit-box-shadow: 0 0 4px 2px #808080;
	-moz-box-shadow: 0 0 4px 2px #808080;
	box-shadow: 0 0 4px 2px #808080;
}	


/*CONTENT*/

#panel {
	line-height: 1.5;
}

#panel a	{
	text-decoration: none;
	font-weight: bold;
	color: #863300;
}	

#panel a:hover, #panel a:focus, #panel a:active	{
	color: #333333;
}	

.signature	{
	font-style: italic;
}

.signature span	{
	display: block;
}	

#photo	{
	clear: both;
	padding: .5rem 1rem 1rem;
	margin-top: 3rem;
	background: #aab7c3;
}	

#photo figure	{
	width: 100%;
	border: 1px solid #333333;
}	

.photo	{
	margin-bottom: 2rem;
}

.translation	{
	font-size: 95%;
}	

.object	 {
	width: 100%;
	margin-bottom: 2rem;
	padding: 0;
}	

figure	{
	border: 1px solid #aab7c3;
	margin: 0;
	padding: 0;
}

figure img	{
	border-bottom: 1px solid #aab7c3;
}	

figcaption	{
	padding: .5rem 1rem;
	font-size: 90%;
	background: #ffffff;
}
	
/*GALLERY VIEWS*/

#views	{
	margin-top: 2rem;
	border-top: 1px solid #aab7c3;
}	

#views figure	{
	margin-top: 2rem;
}	

#views figure img	{
	border-bottom: none;
}	

/*FOOTER*/

#menu	{
	width: 100%;
	padding: 1rem 0;
	text-align: center;
	background: #ffcb05; /*U-M maize color*/
}	

#copyright	{
	font-size: 80%;
	text-align: center;
	margin-bottom: 0;
	padding-top: 1rem;
	color: #863300;
}	

#copyright a {
	text-decoration: none;
	font-weight: bold;
	color: #863300;
}

#copyright a:hover, #copyright a:focus, #copyright a:active	{
	text-decoration: underline;
}	


 
	