/* overall font stylings */

body{
	display: relative;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 200;
	font-size:   110%;
	letter-spacing: 0.1em;
	line-height: 200%;
	color: #202020;
	background-color: #fafafa;
}

/* separate the page into halves */

.left,.right{
	height: 100%;
}

/* left half should always be present, even for scroll */
.left{
	width:   33%;
	position: fixed;
	display: table;
}

/* right half should be scrollable */
.right{
width: 66%;
	position: absolute;
	right: 0px;
	display: table;
	float: right;
}

/* table-cells to center vertically */
.wrapper{
	display:table-cell;
	vertical-align: middle;
	width: 100%;
}
.left .content{
	float: right;
}

/* actual color and text style */

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

a:visited {
	color: #666;
}

a:hover {
	color: #aaa;
}

a:active {
	color: #aaa;
}

.left .content{
	text-align: right;
	padding: 0% 8% 0% 0%;
	width: 200px;
}

.right .content{
	width: 88%;
	padding: 0% 0% 0% 8%;
}

.title{
	font-size: 140%;
	letter-spacing: 0.15em;
}
.title a {
	color: #202020;
}

/* article and citation style */

ul li ul{
	position: relative;
	left: 30px;
	
}

.ouvre,.citation{
	display: inline;
}

.ouvre{
	font-size: 93%;
}

.citation{
	font-size: 85%;
}
.photo{
	display: inline-block;
	text-align: right;
	margin: 0% 0% 0% 17%;
	width: 33%;
	max-width: 300px;
}
.credit{
	display: block;
	font-size: 45%;
	margin: -2% 0% 0% 0%;
}
