/* zero "problem causers" for all elements */
* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}

html, body {
	width: 100%;
	height: 100%;
	font-family: arial, sans serif;
	font-size: 12px;
	color: #574109;
	background: #FFF;
}

a, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #574109;
	outline: none;
}

a:hover {
	color: #23A491;
}

.nobr {
	white-space: nowrap;
}


/* 2.SITE-WIDE CONTENT --------------------------- */

#error-page {
	float: left;
	width: 100%;
	height: 600px;
}

html>body #error-page {
	min-height: 600px;
	height: auto;
}

#main-container {
	position: relative;
	width: 940px;
	height: auto;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	background: #FFF;
}

#header {
	float: left;
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
	background: url(/images/logo.gif) bottom right no-repeat;
}

#header a {
	float: left;
	height: 16px;
	padding-top: 44px;
	font-size: 14px;
}

/* 3.CONTENT SECTION --------------------------- */

.content {
	float: left;
	width: 100%;
	height: 380px;
	margin-bottom: 20px;
}


/* 5.NAV / EXTRA CONTENT --------------------------- */

.nav {
	float: left;
	padding-right: 35px;
}

.last-nav {
	padding-right: 0;
}

.nav li {
	padding-bottom: 5px;
	list-style: none;
}

.nav li.here,
.nav li.here a {
	color: #23A491;
}

#tag {
  float: right;
}

.extra-content {
	float: right;
}

.extra-content p {
	float: left;
	width: 310px;
	padding: 0 0 15px 20px;
	line-height: 20px;
}

#project-images {
	padding-bottom: 8px;
	text-align: right;
	font-size: 10px;
}

#project-images a {
	padding: 0 3px;
	font-size: 10px;
}

#project-images a.here {
	color: #23A491;
}

#recognition-content strong {
	display: block;
	color: #23A491;
}

#contact-content p {
	width: 350px;
}

#contact-content p strong {
	margin-right: 5px;
	font-weight: normal;
	color: #23A491;
}

#copy {
	display: block;
	padding-top: 25px;
	font-size: 11px;
}

#hover-desc {
	position: absolute;
	right: 0;
	width: 280px;
	height: 90px;
	margin: -110px 10px 0 0;
	padding: 10px 15px;
	line-height: 20px;
	background: #FFF;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
