/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* PAGE STYLES */

body {
	background: #FFFFFF;
	color: #2D3640;
	font-family: "p22-underground", sans-serif;
	font-weight: 300;
}
#name a {
	text-decoration: none;
	color: #2D3640;
	font-family: "p22-underground-pc", sans-serif;
	font-size: 2em;
	letter-spacing: 0.1em;
	position: fixed;
	z-index: 20;
	top: 30px;
	left: 30px;
}
#position {
	color: #FFAD33;
	position: fixed;
	z-index: 20;
	top: 68px;
	left: 30px;
}
h1,
.title {
	font-family: "p22-underground-pc", sans-serif;
	font-size: 1.125em;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}
h2, h3 {
	font-family: "p22-underground-pc", sans-serif;
	font-size: 1.25em;
	font-weight: 400;
	text-transform: lowercase;
	letter-spacing: 0.1em;
	margin: 1em 0;
}
h3 {
	color: #626870;
}
p {
	line-height: 1.5;
	margin: 1em 0;
}
strong {
	font-weight: 400;
}
em {
	font-style: italic;
}
.menu {
	background: #FFFFFF;
	max-width: 224px;
	padding: 120px 14px 0 28px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
}
.menu a {
	display: block;
	padding: 4px 2px;
	font-family: "p22-underground-pc", sans-serif;
	letter-spacing: 0.1em;
	text-decoration: none;
	color: #626870;
}
.menu a:hover {
	color: #2D3640;
}
.menu a.selected {
	color: #FFAD33;
}
.exhibitions {
	margin-top: 2em;
}
.exhibitions-list .info {
	margin-bottom: 2em;
	width: 640px;
}
/*
.cv-link {
	margin-top: 2em;
}
*/
.index {
	position: fixed;
	top: 550px;
	left: 30px;
}
.index li {
	float: left;
}
.index li a {
	display: block;
	padding: 8px;
	font-size: 1.125em;
	font-weight: 400;
	text-decoration: none;
	color: #626870;
	-webkit-transition: color 0.125s linear;
	-moz-transition: color 0.125s linear;
	-ms-transition: color 0.125s linear;
	-o-transition: color 0.125s linear;
	transition: color 0.125s linear;
}
.index li a:hover,
.index li a.selected {
	color: #FFAD33;
}
.gallery li {
	display: table-cell;
	vertical-align: top;
	padding: 120px 0 30px 280px;
}
.info {
	width: 400px;
	padding: 30px;
	box-shadow: rgba(45, 54, 64, 0.25) 0 2px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.contact {
	width: 240px;
	margin-right: 800px;
	padding: 30px;
	box-shadow: rgba(45, 54, 64, 0.25) 0 2px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
#cv {
	width: 640px;
}
.info a,
.contact a {
	text-decoration: none;
	color: #626870;
}
.info a:hover,
.contact a:hover {
	color: #2D3640;
}
.back a {
	font-family: "p22-underground-pc", sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.at {
	font-family: Georgia, serif;
}
.box {
	display: block;
	box-shadow: rgba(45, 54, 64, 0.25) 0 2px 10px;
}