/* RESET ALL
*/

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;
}

/* END RESET
*/

body{

   	                     
	font-family: Helvetica, Verdana, Arial, sans-serif;
   	font-weight: normal;                     
	letter-spacing: 0.09em;
	font-size: 0.75em;
	line-height: 1.5em;
	overflow-x: hidden;
	overflow-y: scroll;

}

	

a{
	text-decoration: none;
	}

a:link {
	color: black;
	}      
a:visited {
	color: black;
	}  
	
a:hover {
	color: #808184;
	border-bottom-style: solid;
	border-bottom-color: #808184;
	border-bottom-width: .13em;
	} 
a.image:hover, .topcenter a, a.mag{
	border-style: none;
	} 

a.image{
	display: inline;
	}

	
a:active {
	color: black;
	}

a.highlight{
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: .13em;
	}

.project-thumb{
	margin: 0.75em;
	
	}
	
.image{
	margin-top: 1.5em;	
	}


.topcenter{
	margin: 0 auto;
	width: 150px;
/* 	outline: solid 1px red; */
	text-align: center;
	position: relative;

	}
	
.loupe { background-color: white; background: white; border: 0.13em solid black; cursor:url('/images/blank.png'), url('/images/blank.cur'), none; }	

div.bio h1{
	margin-left: 3.5em;
	padding-bottom: 0;
	}

div.bio h2.year{
	float: left;
	padding:0;
	}
	
div.bio p{
	margin-left: 3.5em;
	}
	
p.description{
	padding-top: 1.5em;
	width: 400px;
	letter-spacing: 0.05em;
	}
	
.title{
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: .13em;
	}
	
#nav h1{
	padding-bottom: 1em;
}
	
#nav{
	overflow-y: scroll;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	bottom: 5em;
	left: 0;
	width: 200px;
	text-align: left;
	padding: 1.5em 0 0 2em;
	z-index: 10;
	/* 	outline: solid 1px red; */
	}
	
ul.menu, ul.menu li, ul.menu ul{
	padding-bottom: 1em;
	}

#content{
	width: 800px;
	margin: 0 auto;
	padding-top: 5.5em;
	padding-bottom: 50px;
	padding-left: 250px;
	padding-right: 250px;
	z-index: 1;
	}
	
#footer{
	position: fixed;
	bottom: 0;
	margin: 0 0 2em 2em;
	}


	
	
	
	
	
	