html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
sub, sup {
	line-height: 0;
	font-size: 0.7em;
}
sub {
	vertical-align: sub;
	position: relative;
	top: -3px;
}
sup {
	vertical-align: super;
	position: relative;
	top: 3px;
}
small {
	font-size: 0.8em;
	line-height: 0;
}
big {
	font-size: 1.2em;
	line-height: 0;
}
em, i {
	font-size: italic;
}
strong, b {
	font-weight: bold;
}
ol, ul {
	list-style: none;
	margin-bottom: 1em;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #fff url(/img/bg.png) repeat-y;
	line-height:1.4 !important;
	font: 14px "Helvetica Neue", Helvetica, arial, sans-serif;
	color: #333;
}

a:link {
	color: #a00;
	text-decoration: underline;
}

a:visited {
	color: #900;
	text-decoration: underline;
}

a:hover,  
a:focus {
	text-decoration: none;
	background: url(/img/bg.png) repeat-y;
	outline: none;
}

a:active {
	color: #600; 
}

h2 {
	font-size: 30px;
	margin-bottom: 0.2em;
}

h3 {
	font-size: 22px;
}

h2 + h3 {
	margin-top: -0.5em;
}

h4 {
	font-size: 18px;
	margin-top: 1em;
}

h3 + h4 {
	font-style: italic;
	font-size: 16px;
	margin-top: -0.3em;
	color: #666;
}

h4.regular {
	font-style: normal;
	color: #333;
}

p {
	margin-bottom: 1em;
}

.skills {
	overflow: hidden;
}

.skills li {
	float: left;
	width: 40%;
}

li, dd {
	background: url(/img/bullet.png) no-repeat 0 6px;
	margin: 0 0 0.2em 1em;
	padding-left: 20px;
}

dl {

}

dt {
	font-weight: bold;
}

.urlList {
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
}

#preload {
	display: none;
}

#accessibility {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 10px;
}

#accessibility a {
	opacity: 0.5;
}

#accessibility a:hover {
	opacity: 1;
}

#contain {
	overflow: hidden;
	width: 980px;
	padding-top: 30px;
}

#content {
	float: right;
	width: 790px;
}

#navigation {
	float: left;
	text-align: right;
	width: 150px;
	font-size: 18px;
	letter-spacing: -0.05em;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 1px;
}

#navigation li {
	background: none;
	padding: 0;
	margin: 0;
}

#resume .resume a,
#visual .visual a {
	background: url(/img/bullet.png) no-repeat 0 6px;
	padding-left: 20px;
}

#navigation a {
	text-decoration: none;
	color: #a00;
}

#siteName {
	font-weight: bold;
	font-size: 60px;
	letter-spacing: -0.04em;
	line-height: 0.9;
	margin-bottom: 0.6em;
}

#siteName a {
	color: #222;
	text-decoration: none;
}

#siteName a:hover {
	background: none;
}

#siteName span {
	display: block;
}

.salutation {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 0.3em;
}

.project {
	position: relative;
	z-index: 100;
	margin: 0 0 2em -170px;
	overflow: hidden;
}

.project .logo {
	float: left;
	margin-right: 40px;
	text-align: right;
}

.project .logo a {
	font-size: 11px;
}

.project h1 {
	font-size: 24px;	
}

.project h1 a {
	text-decoration: none;
}

.project .involvement {
	font-size: 11px;
}

.project .body {
	float: left;
	width: 780px;
}

.project .info {
	float: right;
	text-align: right;
	margin-top: -5px;
}

.project .desc, .project .imgs {
	overflow: hidden;
	margin-bottom: 2em;
}

.project .label {
	float: left;
	width: 130px;
	text-align: right;
	margin-right: 20px;
	font-weight: bold;
}

.project .value {
	float: left;
	width: 320px;
}

.project .imgs .value {
	width: 630px;
}

.project .imgs .value {
	background: url(/img/ajax-loader.gif) no-repeat 50% 50%;	
}

.project .imgs .value img {
	display: block;
	border: 1px solid #ccc;
}

#imgNav li {
	display: inline;
	font-size: 11px;
	padding: 0;
	margin: 0;
	background: none;
}

.viewSite {
	border: 1px solid #ccc;
	background: url(/img/bg.png) repeat-y;
	text-transform: uppercase;
	text-decoration: none !important;
	font-weight: bold;
	padding: 2px 6px;
	margin-top: 2px;
	letter-spacing: 1px;
	float: right;
	width: 70px;
	text-align: center;
}
