@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

li {
	display: block;
	margin-bottom: 2px;
	padding: 2px;
	font-size: .9em;
	line-height: .8em;
}

li:hover {
}

a {
	color: black;
	text-decoration: none;
	cursor: pointer;
	font-size: .8em;
}

a:hover {
}

#wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

/* ------------------------- */

#projects, #press, #email {
	width: 576px;
}

#cvdoc, #pressdoc, #emaildoc {
	background-color: whitesmoke;
	display: block;
	padding: 20px 20px 50px;
}

#emaildoc {
	padding-bottom: 200px;
}

#cvdoc p {
	font-size: .8em;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 4px;
	line-height: 1.3em;
}

#projects li {
	border-bottom: 1px solid silver;
	padding-top: 4px;
	padding-bottom: 6px;
}

#projects {
}

.title {
	border-bottom: 1px solid black;
	font-size: 1.4em;
	height: 1.2em;
	margin: 0 0 20px;
}

#title {
	border-style: none;
	margin-bottom: 20px;
	font-size: 1.4em;
	line-height: 1em;
}

#press, #email {
	background-image: url(veil.png);
	padding: 0;
}

#press .title, #email .title {
	width: 574px;
	margin-right: 440px;
	margin-left: 0;
}

#email td {
	padding-right: 10px;
}

#nav {
	position: absolute;
}

#nav a {
	font-size: 1.4em;
}

/* ------------------------- */
/*
.col, .menu {
	background-image: url(veil.png);
	margin-left: 2px;
	padding-top: 5px;
	margin-top: 27px;
}

.menu {	
	position: absolute;
	padding-top: 5px;
	margin: 0;
	float: left;
}
*/
#imagemenu {
	background-image: none;
	position: absolute;
	margin-left: 194px;
	padding-top: 0;
}

#imagemenu li {
	font-size: .9em;
}

#projectmenu {
	float: left;
	position: absolute;
}

#text {visibility: hidden;
	width: 615px;
	background-color: white;
	position: absolute;
	margin-left: auto;
	margin-top: 50px;
	padding: 10px;
	opacity: 0.85;
	margin-right: auto;
	overflow: auto;
	max-height:400px;
	color: #444;
	font-size: small;
}

#text p {
	padding-right: 10px;
	padding-left: 10px;
}

#text a {
	border-bottom: 1px solid gray;
	padding-bottom: 3px;
	padding-right: 2px;
}

#text a:hover {
	border-bottom: 1px none;
}

#pdf {
	float: right;
}

/* ------------------------- */

#caption {
	float: left;
	font-size: 1em;
	padding: 2px;
	display: block;
	clear: left;
	margin-top: 0;
}

#caption div {
	font-size: .6em;
	padding-top: .4em;
	padding: 2px;
}

#photo {
	width: 770px;
	text-align: center;
}

#foot, #slideshow {
	font-size: .6em;
	color: #777;
	padding: 0 2px 2px;
	margin-top: 10px;
	width: 200px;
	float: left;
	position: absolute;
}

#slideshow {
	float: right;
	text-align: right;
	position: relative;
}

#previous, #next {
	width: 100px;
	float: left;
	font-size: 11px;
	padding-bottom: 2px;
}

#next {
	float: right;
	text-align: right;
}

#leftmenu {
	width: 290px;
	float: left;
}

#trigger {
	width: 770px;
	height: 15px;
	background-color: black;
	margin-bottom: 5px;
		cursor: pointer;
	margin-top: -5px;
	color: gray;
	font-size: 9px;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
}

.loader {
	height: 500px;
}

