/*************************************

LAYOUT

***************************************/

body {
	margin: 0;
	padding: 0;
	background-color: #fefdff;
	border-left: 0.714285714em solid #dd6d61;
	border-right: 0.714285714em solid #dd6d61;
	}

article {
	max-width: 33em;
	margin: 0 auto;
	padding: 0 1em;
	}

img.fullimg {
	width: 100%;
	}
	
body>footer {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 2em 0;
	text-align: center;
	margin-top: 4.5em;
	line-height: 1.4em;
	color: #999;
	font-family: "proxima nova", Helvetica, Arial, sans-serif;
	font-size: 0.571428571em;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
	
body>footer a {
	color: #999;
	}


/*************************************

HEADER

***************************************/

header[role="banner"] {
	padding: 1.428571429em 0 1em 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 3em;
	text-align:center;
	font-family:"proxima nova", Helvetica, Arial, sans-serif;
	
	}
	
.name {
	font-size:16px;
		font-weight:bold;
		margin-bottom:0px;
		margin-top:0px;
}

.subtitle {
	font-size:14px;
	margin-top:0px;
	margin-bottom:0px;
}

.headline {
	font-style:italic;
	text-align:middle;
}


#logo {
	width: 1.428571429em;
	height: 1.428571429em;
	display: inline-block;
	position: relative;
	left: 50%;
	margin-left: -.476190476em;
	}

.monogram {
	width: 100%;
	height: 100%;
	}
	
nav ul {
	list-style: none;
	padding: 0;
	text-align: center;
	margin-top: -1.904761905em;
	}

nav ul li {
	display: inline-block;
	margin-right: 1.25em;
	}
	
nav ul li.divitem {
	margin-right: 3.571428571em;
	}

nav ul li:last-child {
	margin-right: 0;
	}
	
nav a {
	font-size: 0.571428571em;
	color: rgba(0,0,0,0.3);
	font-family: "proxima nova", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: none;
	padding-bottom: 0.095238095em;
	}

nav a.active {
	color: #000;
	font-weight: bold;
	}
	
nav a:hover {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	}


/*************************************

TYPOGRAPHY

***************************************/

body {
    font-family: "minion-pro", "ff-quadraat-web", Georgia, serif;
    font-size: 20px;
    line-height: 1.45em;
    color: #555;
    }
    
p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	}
	
	p span {
	font-family:"proxima nova", Helvetica, Arial, sans-serif;
	font-style:normal;
	text-transform:uppercase;
	font-size:13px;
	}
  
h1 {
	font-size: 2.5em;
	line-height: 1em;
	margin-bottom: 0.45em;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	}
	
h1:after {
	content: ' ';
	display: block;
	width: 1.5em;
	border-top: 1px solid #ccc;
	margin: 0.5em auto 1.5em auto;
	}
	
h1, h2, h3, h4 {
	font-weight: normal;
	text-rendering: optimizeLegibility;
	}
	
h2, h3 {
	margin-bottom: 0;
	font-family: "proxima nova", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.75em;
	color: #777;
	margin-top: 3em;
	}
	
h2 { font-size: 1em; line-height: 1.25em; }
	
h2 + p, h3 + p {
	margin-top: 0.75em;
	}
	
h4 {
	color: #777;
	font-style: italic;
	margin-bottom: 0;
}

h3.first { margin-top: 0; }

small, time {
	font-family: "proxima nova", Arial, sans-serif;
	font-size: 0.571428571em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #bbb;
}

small a {
	color: #bbb !important;
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	}
	
small a:hover {
	text-decoration: none;
	}
	
blockquote {
	border-left: 0.095238095em solid #ccc;
	padding-left: 1em;
	font-style: italic;
}

blockquote em {
	font-style: normal;
	}
	
ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: circle;
}

a {
	color: #dd6d61;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
article header aside {
	font-size: 0.8em;
	line-height: 1.4em;
	color: #666;
	margin-bottom: 3.3em;
	text-align: center;
	}
	
em.date {
	font-family: "proxima nova", helvetica, arial, sans-serif;
	display: inline-block;
	font-style: normal;
	font-size: 0.8em;
	letter-spacing: 1px;
	width: 4em;
	color: rgba(0,0,0,0.4);
	}

	
/*************************************

INFO

***************************************/

body#info {
	border-color: #babcd0;
	}
	
body#info article a { color: #8287b7; }

div.pic {
	max-width: 35%;
	margin: -1em auto 0 auto;
	}
	
div.pic img {
	width: 100%;
	}
	
p.illocredit:before {
	content: ' ';
	display: block;
	max-width: 10em;
	border-top: 1px solid rgba(0,0,0,0.15);
	padding-bottom: 1em;
	margin-top: 2em;
	}

h1.infotitle {
	margin-top: 0.25em;
	line-height: 1.1em;
	}
	
body#info h1:after {
	margin-bottom: 0;
	}

p.contact {
	text-align: center;
	margin-bottom: 2em;
	}
	
#portrait {
	margin-bottom: 1em;
	}
	
p.big {
	font-size: 1.3em;
	line-height: 1.25em;
	font-family: "proxima nova";
	color: #8287b7;
	font-weight: 300;
}
	


