/* RESET */
body, html { width: 100%; height: 100%; }
*, html, body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td, header, footer, nav, section, article { margin:0; padding:0; box-sizing: border-box; -moz-box-sizing: border-box; }
a, a img, img { border:0; text-decoration: none; }
em, strong, th { font-style:normal; font-weight:normal; }
ol, ul, li { list-style:none; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
p { margin-bottom: 15px; }
/* and just for ease of use, make all divs positioned relative… the zoom is to fix floated content */ 
div, header, footer, nav, section, article { position: relative; *zoom: 1; }


body {
	background: #E6E6E6;
	font-family: Lucida Sans Unicode,  Corbel, "Lucida Grande", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 12px;
	margin-left: 20px;
	color: #404040;
}

a {
	text-decoration: none;
	color: #7e7e7e;
	font-size: 12px;
	font-weight: lighter;
}

a:hover {
	color: #000;
}

/* start navigation bar appearance */

#navcontainer {
	margin-top: 25px;
	width: 100%;
	height: 50px;
	position: relative;
}

#nav {
	width: 800px;
	height: 60px;
	line-height: 100%;
	overflow: hidden;
	font-size: 14px;
}


/* end navigation bar appearance */


/* start bio work resume appearance */
#pages {
	list-style: none;
	padding: 0;
}

.pages a {
	float: left;
	font-size: 14px;
	font-weight: lighter;
	color: #404040;
	padding: 1px 13px; 
	margin: 10px 1px 0 0;
	text-decoration: none;
	letter-spacing: 4px;
	list-style: none;
}

.pages a:hover {
	background-color: #FFFFFF;
	color: #404040;
}



.openpage a {
	float: left;
	font-size: 14px;
	font-weight: lighter;
	padding-left: 13px;
	padding-right: 13px;
	margin-top: 10px;
	list-style: none;
	text-decoration: none;
	letter-spacing: 4px;
	background-color: #FFFFFF;
	color: #404040;
}



/* end bio work resume appearance */
	
/* start project index appearance */	
#workcont {
	width: 100%;
	height: auto;
	position: relative;
	padding: 30px 0 0 10px;
}
.project-link-cont{
	display: inline-block;
/* 	float: left; */
	margin: 0 2% 5% 0;
	opacity: 0.8;
}
.project-link-cont:hover { 
	opacity: 1;
}

.project-link-cont a {
	width: auto;
	height: 100%;
	display: inline-block;
	clear: both;
}
.project-link-cont img { padding: 3px; }
.project-link-cont:hover img {

}
.project-title {
	opacity: 0;
	margin: -4px 0 0 0;
	padding: 0 5px;
	text-align: center;
	font-weight: lighter;
	font-size: 12px;
	color: #404040;
	width: 120px;
	position: absolute;
	z-index: 10;
	
}
.project-link-cont:hover .project-title {
	opacity: 1;
}

.project-link-cont img {
	max-height: 120px;
}
	 
/* end project index appearance */

/* start statement appearance */

.statement {
	font-family: Lucida Sans Unicode;
	font-size: 12px;
}


/* end statement appearance */

/* start resume page */

#resume {
	margin: 50px 0 0 5px;
	
}

.resumecategories {
	margin: 30px 0 15px 0;
	
}

ul.cvindent li {
	list-style-type: none;
	padding: 0 0 0 75px;
	margin:0;
}

ul.cvindent li:first-child {
	list-style-type: none;
	float:left;
	margin:0;
	padding:0;
}

ul.cvindent {
	margin: 15px 0 0 0;
	max-width: 1000px;
}

/* end resume page */

/*start bio page */

#biodiv {
	max-width: 1000px;
}

#biodiv img {
	float: left;
	width: 300px;
	height: 100px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#biodiv a:hover {
	color: #000;
}

	
/*end bio page */
	

/* project page */

.accordion-link:hover {
	color: #000;
}

.accordion {
	max-width: 600px;
}


/* slideshow */

.slideshow { 
	position:relative;
	width: auto;
	height: 400px;
	margin: 60px 0 15px 0;
}

#workcont .slideshow:first-child {
	margin-top: 0;
}

.slideshow > div {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
    width: 100%;
	height: 100%;
	overflow: hidden;
	background: #E6E6E6;
}
.slideshow div img, .slideshow div a img{
	padding: 0;
	margin: 0;
	height: 100%;
}

.slideshow-control {
	width: 100%;
	position: relative;
	bottom: 15px;
	left: 10px;
}

.slide-prev, .slide-next, .slide-descriptor, .slide-numbers {
	position: relative;
	float: left;
	margin-right: 10px;
}



.slide-prev, .slide-next {
	font-weight: 900;	
}

.slide-prev:hover {
	color: #000 !important;
}

.slide-next:hover {
	color: #000 !important;
}



/* end slideshow */
	
	
