@CHARSET "UTF-8";

h1 {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 34px; /* (34pt) */
	line-height: 40px; /* (40pt) */
	color: #333;
}

h1.office {
	font-size: 21px; /* (21pt) */
	line-height: 30pt; /* (30pt) */
}

h1.bio {
	font-size: 21px;
	line-height: 30px;
}

h2.project {
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 15px; /* (15pt) */
	line-height: 24px; /* (24pt) */
	color: #333;
}

h3 {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
}

h3.dropped {
	padding-top: 18px;
}

body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; /* (12pt) */
	line-height: 19px; /* (19pt) */
	color: #3D3D3D;
	background-color: #FFF;
}

p {
	margin: 0 0 14px 0;
	padding: 0;
}

p.projectDetails {
	color: #A0A0A0;
}

a,
a:active,
a:visited {
	color: #8DD816;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a#current {
	text-decoration: underline;
	color: #8DD816;
}

div#footer {
	color: #CCC;
	padding-bottom: 30px;
	text-align: center;
}

div#footer a,
div#footer a:active,
div#footer a:visited {
	color: #3D3D3D;
}

div#footer a.evoke,
div#footer a:active.evoke,
div#footer a:visited.evoke {
	color: #CCC;
}
div#footer a:hover.evoke {
	color: #3D3D3D;
	text-decoration: underline;
}

div#header {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px; /* (13pt) */
	letter-spacing: 0.05em;
}

div#header a,
div#header a:active,
div#header a:visited {
	text-decoration: none;
	color: #333;
}

div#header a:hover {
	text-decoration: underline;
	color: #8DD816;
}

div#header a img {
	border: none;
}

/* --- stylistic elements -- */
div#keyline {
	clear: both;
	margin-top: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #BFBFBF;
}

div#keyline.thick {
	clear: both;
	border-bottom: 2px solid #BFBFBF;
}