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

/** BASIC LAYOUT **/

body
{
	margin: 0;
	padding: 0;
	font: 62.5% Helvetica, Arial, sans-serif;
	color: #666;
}

#wrapper
{
	position: relative;
	width: 680px;
	margin: 30px auto;
}

#photo-wrapper
{
	border: 1px solid #CCC;
}

	#photo-area{
		height:400px;
		padding: 40px 40px 10px;
		position: relative;
	}

#caption-area{
	text-align: center;
	position: relative;
	width: 600px;
	min-height: 30px;
	padding: 0 40px;
}


#nav-area
{
	padding: 15px 0px 0;
	font-size: 1.4em;
	line-height: 1.3em;
	letter-spacing: .03em;
}

#nav-area > span
{
	display: block;
	width: 226px; /* 1/3rd the width of the wrapper */
	float: left;
}

#links-left
{
	text-align: left;	
	text-transform: capitalize;
	font-size: .85em;
}

#links-center
{
	text-align: center;	
}


#links-right
{
	text-align: right;	
	font-size: .9em;
}


/** INTERMEDIATE / CONTENT **/

#bio, #contact
{
	display: none;
	position: relative;
	z-index: 100;	
	font-size: 1.25em;
	color: #999;
	line-height: 1.6em;	
	padding:80px 20px 0px 20px;
	height: 400px;
	text-align: center;
	border: 1px solid white;
	
}

	#contact
	{
	}

	#bio
	{
		text-align: justify;	
	}
	
	#bio-photo
	{
		float: left;
		margin-right: 20px;
		margin-top: 0px;
		margin-bottom: 100px;
	}



/** SPECIFICS **/

a:link, a:visited
{
	text-decoration: none;
	color: #666;
	outline: none;
}

a:hover, a:active
{
	color: #000;
	text-decoration: none;
}

	#photo-area > div
	{
		position: absolute;
		width: 600px;
		display: none;
		text-align: center;
	}
	
	#photo-area img
	{
		height: 400px;	
	}


#links-center img
{
	margin: 0 auto;
	vertical-align: top;
	border: 0;
}

#nav-left,
#nav-right
{
	cursor: pointer;	
}

