/* CSS Reset */
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 {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

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

/* Infinity Architecture */
.clear-left {
	clear: left;
	display: block;
}

.hidden {
	display: none;
}

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

body {
	background-color: #474747;
	background-image: url(background.png);
	background-position: center top;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

#hband {
	background-image: url(hband.png);
	background-position: center 89px;
	background-repeat: repeat-x;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 716px;
}

#top {
	background-image: url(shadow-y.png);
	background-repeat: repeat-y;
	padding-left: 28px;
	padding-right: 28px;
}

#header {
	position: relative;
}

#identity {
	float: left;
	font-family: arial, helvetica, sans-serif;
	height: 350px;
	width: 140px;
}

#identity a {
	background-image: url(sidebar.png);
	background-position: right 13px;
	background-repeat: no-repeat;
	display: block;
	height: 90px;
	width: 140px;
}

#logo {
	position: absolute;
	right: 0;
	top: 8px;
}

#title {
	font-size: 4.833em;
	font-weight: normal;
	letter-spacing: 0.14em;
	text-transform: lowercase;
}

#title a {
	background-position: right -103px;
	color: #EDEDED;
	height: 217px;
	margin-top: 28px;
	text-decoration: none;
}

#title a:hover {
	color: #E5E5E5;
}

#nav {
	float: left;
	font-size: 0.75em;
	letter-spacing: 0.125em;
	margin-left: 2.75em;
	margin-top: 60px;
	text-transform: uppercase;
}

/* IE Hacks */
#nav {
	position: absolute;
}

html>body #nav {
	position: relative;
}

*:first-child+html #nav {
	position: absolute;
}
/* end hacks */

#nav a {
	background-position: center bottom;
	background-repeat: no-repeat;
	display: block;
	padding-bottom: 1.11em;
}

#nav a.active {
	background-image: url(harrow-orange.png);
}

#nav a:hover {
	background-image: url(harrow.png);
}

#nav li {
	background-image: url(delimiter.png);
	background-position: right 1px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 0.75em;
	padding-bottom: 0.25em;
	padding-right: 0.75em;
	padding-top: 0.35em;
}

#nav li.last {
	background: none;
}

#body-container {
	background-color: #FFF;
	text-align: left;
}

#body {
	min-height: 275px;
}

/* IE Hacks */
#body {
	height: 275px;
}

html>body #body {
	height: auto;
}
/* end hacks */

.hr {
	background-image: url(hr.png);
	background-repeat: repeat-x;
	height: 2px;
}

#article {
	color: #484848;
	font-size: 0.9167em;
	line-height: 1.8em;
	margin: 2em;
}

#article p {
	margin-bottom: 1em;
}

#article h3 {
	font-size: 1.2em;
	line-height: 2em;
}

#article ul a {
	color: #848484;
}

#article li a {
	background-image: url(varrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 1em;
}

#article li a.active, #article li a:hover {
	background-image: url(varrow-orange.png);
}

#article ul ul {
	margin-left: 1em;
}

#article ul ul ul {
	display: none;
}

.gallery li {
	float: left;
	display: inline;
}

/* IE Hacks */
.gallery li {
	float: none;
}

html>body .gallery li {
	float: left;
}

*:first-child+html .gallery li {
	float: none;
}
/* end hacks */

.gallery img {
	border: 1px #FFF solid;
	margin-bottom: 7px;
	margin-right: 7px;
}

.gallery a.active img, .gallery a:hover img {
	border-color: #E7AF8C;
}

.vcard {
	font-weight: bold;
	padding-top: 1em;
}

.vcard .email a {
	color: #484848;
}

.spacer {
	margin-top: 1.5em;
}

#project-sample {
	padding: 2em 2em 3em;
}

#project-sample ul {
	display: none;
}

#project-sample li {
	float: left;
	margin-right: 0.5em;
}

#footer {
	background-image: url(shadow-x.png);
	color: #999;
	font-size: 0.75em;
	height: 27px;
	padding-left: 28px;
	padding-right: 28px;
	text-align: right;
}

#copyright {
	padding-right: 1em;
	padding-top: 1em;
}

a.active, a:hover, #article ul a.active, #article ul a:hover, .vcard .email a:hover {
	color: #DA834C;
}

#identity a span, #article h2, #project-sample h3 {
	display: none;
}

/* Home Page */
#home #header {
	background-color: #FFF;
	height: 88px;
}

#home #identity {
	background: none;
	float: none;
	height: auto;
	width: auto;
}

#home #identity a span {
	display: block;
}

#home #identity a {
	display: inline;
}

#home #title {
	padding-left: 5px;
}

#home #nav {
	margin-left: 7.78em;
	margin-top: 10px;
}

#home #nav a:hover {
	background: none;
	padding: 0;
}

#home #body-container {
	padding: 0 8px 8px;
}

#home #article img {
	border-top: 4px #CA4E00 solid;
}

#home #hblack {
	background-color: #000;
	border-bottom: 1px #4C4C4C solid;
	height: 13px;
	margin-top: 2px;
	width: 100%;
}

/* Projects pages */
#projects #body-container {
	padding-left: 140px;
}

#projects #body {
	background-image: url(arch.png);
	background-position: right top;
	background-repeat: no-repeat;
	border-left: 5px #CA4E00 solid;
	padding-top: 88px;
	width: 506px;
}

#projects .hr {
	margin-left: 5px;
	width: 100%;
}

#projects .vcard div div {
	display: none;
	margin-top: 1em;
}

#projects .vcard img {
	border: 1px #DA834C solid;
	float: left;
	margin-top: .5em;
	margin-right: 2em;
}

/* Project pages */
body#project, #project #container, #project #top, #project #footer {
	background: none;
	border: none;
	padding: 0;
	width: auto;
}

#project #header {
	display: none;
}

#project #body {
	font-size: 0.75em;
	margin: 20px;
	width: 506px;
}

#project .hr {
	margin-bottom: 10px;
	margin-top: 10px;
}

#project .categories {
	color: #808080;
	margin-bottom: 0.75em;
}

#project #close {
	display: block;
	font-weight: bold;
	margin-top: -1em;
	text-align: right;
	text-transform: uppercase;
}

#project #close a {
	color: #DA834C;
	padding: 0.2em 0.4em;
	text-decoration: none;
}

#project #close a:hover {
	background-color: #E7AF8C;
	color: #FFF;
}

#project h2 {
	color: #505050;
}

#project h2 strong {
	text-transform: uppercase;
}

#project #description {
	color: #525252;
	float: right;
	line-height: 1.8em;
	margin-top: -0.25em;
	text-align: right;
	width: 260px;
}

#project #description p {
	margin-bottom: 1em;
}

#project #display {
	height: 288px;
	position: relative;
	width: 506px;
}

#project #display img {
	position: absolute;
}

#project #footer {
	clear: both;
	width: 536px;
}


