body {
	color: black;
	background-color: white;
	font-family: Helvetica, Arial;
	margin: 30pt;
	font-size: 11pt;
	text-transform: lowercase;
}
/* attempt to constrain to reasnable line length. currently not havin it. 
body div {
	width:expression(document.body.clientWidth > 800? "800pt": "auto" );
	max-width:800pt;
}
*/

/* top padding to knock down 1st line of inverse leading & display ascenders*/
.bigWord {
	line-height: 80pt;
	font-size: 144pt;
	font-weight: bold;
	padding-top: 42pt;
	padding-bottom: 42pt;
	padding-top: 22pt;
	padding-bottom: 22pt;
	border: none;
	overflow: hidden;
/*	border: 1px #ccc dotted;
	margin-right: -30pt;
*/
	letter-spacing: -18pt;
	width: 100%;
}

/* 50% of big word */
.mediumWord {
	line-height: 40pt;
	font-size: 72pt;
	font-weight: bold;
	padding-top: 21pt;
	padding-bottom: 21pt;
	padding-top: 11pt;
	padding-bottom: 11pt;
	border: none;
	overflow: hidden;
	letter-spacing: -9pt;
}

.bigWord .twoLiner {
padding: 0;
margin: -88pt 0;
 }

.bigWord a:hover {
	color: white;
	background-color: black;
}

.top
{
	padding-bottom: 3pt;
	padding-left: 8pt;
	padding-right: 8pt;
	padding-top: 3pt;
	color: white;
	background-color: black;
}

.top .nav { float: left;
}

.nav a, .subnav a {
	color: white;
	margin-left: 4pt;
}

.nav a:hover, .subnav a:hover {
	color: black;
	background-color: white;
}
.nav .other {
	color: #999;
}

.top .crumb {
	float: right;
	font-size: 7pt;
	padding-bottom: 3pt;
	padding-left: 4pt;
	padding-right: 4pt;
	padding-top: 3pt;
}

.subnav {
	padding-bottom: 0pt;
	padding-left: 8pt;
	padding-right: 8pt;
	padding-top: 3pt;
	color: white;
	background-color: black;
	font-size: 7pt;
    line-height: 14pt;
}

.nav a, .subnav a { }

p	{
	text-align: justify;
	font-size: 11pt;
	line-height: 12pt;
	text-transform: none;
	}

/* h1.bigWord  used on homepage with more space, other pages use h2.bigWord */
h1 { margin: 88pt 0;
	padding: 0;
	}

h2 { margin: 0;
	padding: 0;
	}

/* h3 now set to mirror <p> */
h3 {
	text-align: justify;
	font-size: 11pt;
	line-height: 12pt;
	font-weight: normal;
	text-transform: none;
	}

h6 {
	font-size: 9pt;
	line-height: 10pt;
	display: inline;
}

a {
	text-decoration: none;
	color: black;
	padding: 0 2pt;
}

.nav .on { 	
	color: black;
	background-color: white;
	border-bottom: 4px white solid; }
	
.subnav .on { 	
	color: black;
	background-color: white;
	border-bottom: 5px white solid; 
	border-top: 2px white solid; 
}

p a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

a:hover {
	color: white;
	background-color: black;
}

hr {
    height: 18pt;
    color: black;
    background-color: black;
    border: none;
    margin: 0;
	}


.work {
	padding: 2em 0;
	text-align: center;
}

.work .next {
	font-size: 72pt;
	padding: 0 24pt;
	font-weight: bold;
	vertical-align: middle;
}

.work img {
	vertical-align: middle;
}

.work p:first-line { font-weight: bold; }

.footer {
	font-size: 7pt;
	padding-bottom: 6pt;
	padding-left: 12pt;
	padding-right: 12pt;
	padding-top: 6pt;
	color: white;
	background-color: black;
	/*margin-bottom: 2em;*/
}

.crumb a, .footer a {
	color: white;
}

.crumb a:hover, .footer a:hover {
	color: black;
	background-color: white;
}

.bigWord span {
	display: none;
	white-space: nowrap;
}

.bigWord a {
	display: block;
}

.right {
	float: right;
}

.left {
	float: left;
}

td {
	vertical-align: top;
	width: 25%;
	padding-right: 18pt;
	text-align: left;
}

td p {
	text-align: left;
}

li { display: inline;
}

dl {
	margin: 0;
	padding: 1em 0;
	text-transform: none;
}
dt {
	padding: 0.25em 0;
	float: left;
	clear: left;
	display: block;
	width: 9em;
	}
.cv dt {
	padding: 1em 0;
	width: 19em;
	}
dd {
	padding: 0.25em 0 0.25em 10em;
	margin-left: 0;
	display: block;
	}
.cv dd {
	padding: 1em 0 1em 20em;
	border-top: 1px black solid;
	}
.home {
	font-weight: bold;
	}
	
.youtube {
	text-align: center;
	padding: 2em;
	}