body	{
	margin: 0;
	padding: 0;
	background-color: #505157;
	}
	
img	{
	border: 0;
	margin: 0;
	padding: 0;
	}
	
a	{
	outline: none;	/* keeps FF from showing dotted border on links */
	}
	
a:link	{
	color: #9c9ca3;
	text-decoration: underline;
	}
	
a:hover	{
	color: #787878;
	text-decoration: underline;
	}

a:visited	{
	color: #9c9ca3;
	text-decoration: underline;
	}
	
div#top	{
	width: 775px;
	margin: 48px auto 0;
	height: 92px;
	}
	
div#nav	{
	padding: 11px 0 0 470px;
	}
	
div#nav a	{
	display: block;
	font: 12px verdana, arial, sans-serif;
	color: #d6d6d6;
	text-decoration: none;
	}
	
div#nav a:hover	{
	color: #fff;
	}

div#nav a.activepage	{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
	
/* dropdown menus modified from htmldog.com */
	
div#nav ul, div#nav ul li ul	{
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
div#nav ul li	{
	float: left;
	padding-right: 22px;
	margin: 0;
	}
	
#nav li ul	{	/* second level lists */
	position: absolute;
	left: -999em;
	}
	
#nav li ul li	{
	padding-top: 6px;
	}
	
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	}
	
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul	{	/* lists nested under hovered list items */
	left: auto;
	}
	

/* following navigation styles were used for previous javascript toggle subnav */	
/*
	
div#subnav	{
	padding-top: 5px;
	}
/*
/* subnavigation is not an unordered list as Safari will not then render the javascript toggle effect correctly */
/*div#subnav a	{			
	display: inline-block;
	padding-right: 20px;
	}
*/
	
div#middle	{
	clear: left;
	width: 100%;
	background-color: #fff;
	}
	
div#container, div#thumbnails	{
	width: 758px;
	margin: 0 auto;
	font: 12px verdana, arial, sans-serif;
	color: #505157;
	}
	
div#copyright	{
	width: 758px;
	margin: 25px auto 0;
	font: 11px verdana, arial, sans-serif;
	color: #d6d6d6;
	}
	
div#copyright p	{
	margin: 0;
	padding: 0 0 20px 0;
	}
	
/* text display definitions */

div#thumbnails p	{
	padding-top: 0.5em;
	line-height: 1.5em;
	width: 650px;
	}
	
div#thumbnails p.narrow	{
	width: 350px;
	margin-left: 210px;
	}
	
p.pagetitle	{
	margin: 0 0 1.5em;
	padding-top: 1.5em;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.25em;
	}
	
p.subheading	{
	width: 600px;
	border-bottom: 1px solid #d6d6d6;
	letter-spacing: 0.1em;
	}
	
p.collections	{
	margin: 15x 0 0 0;
	padding-left: 68px;
	font-size: 11px;
	}
	
table.resume	{
	margin-left: 1.5em;
	width: 600px;
	}
	
table.resume td	{
	vertical-align: top;
	padding-top: 15px;
	font-size: 11px;
	}
	
table.resume td.year	{
	font-weight: bold;
	padding-right: 10px;
	}
	
table.hours	{
	width: 500px;
	margin: 0;
	padding: 0;
	}
	
table.hours th	{
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	border-bottom: 1px solid #d6d6d6;
	border-collapse: collapse;
	padding: 0;
	}
	
table.hours td	{
	vertical-align: top;
	padding: 15px 0;
	font-size: 11px;
	width: 50%;
	border-bottom: 1px solid #d6d6d6;
	border-collapse: collapse;
	}
	
table.hours td.place	{
	font-weight: bold;
	}
	
/* image display definitions */

div#thumbnails img	{
	display: block;
	float: left;
	padding-top: 30px;
	}
	
div#thumbnails img.inline, div#container img.inline	{
	display: inline;
	float: none;
	padding: 0;
	vertical-align: bottom;
	}
	
/* styles for the timelapse landing page */

#container .timelapse-list	{
	margin-top: 30px;
	margin-left: 30px;
	clear: left;
	}
	
#container .timelapse-thumb	{
	float: left;
	width: 115px;
	}
	
#container .timelapse-title	{
	margin-left: 150px;
	padding-top: 30px;
	}
	
#container .timelapse-title a, #container .timelapse-title a:link, #container .timelapse-title a:visited	{
	color: #505157;
	}
	
#container .timelapse-title a:hover	{
	color: #787878;
	}

/* end styles for timelapse */
	
/* styles for image poups */

div#image	{
	margin: 10px 25px 0;
	width: 500px;
	padding-top: 25px;
	font: 11px verdana, arial, sans-serif;
	color: #505157;
	}
	
div#thumbnails p.description	{
	clear: left;
	text-align: left;
	margin: 0 0 0 15px;
	font-size: 11px;
	line-height: 1.4em;
	}
	
div#thumbnails p.description span	{
	color: red;
	}
	
/* end styles for image popups */
