/* ======================
	COMMON 
========================= */

body {
	background:#f3f3f3;
	color:#787878;
	font: normal normal bold 10px/12px Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	}
	
a { 
	text-decoration: none; color:#e68200; 
}

a:hover { 
	text-decoration: underline; 
}

.garamond {
	font-style: italic;
}

.neue {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.divider {
	background: url(../images/bg_dotted.png) repeat-x;
	height: 1px;
}

.clearer {
	clear: both;
}

/* ======================
	PAGE STRUCTURE 
========================= */

#wrapper {
	position: relative;
	width: 969px;
	margin: 6px auto 120px auto;
}

/* ======================
	HEADER 
========================= */

#header {
	position: relative;
	width: 957px;
	height: 166px;
	margin: 4px 0 0 0;
	background: url('../images/bg_header.png') no-repeat;
}

#contact {
	position: absolute;
	top: 92px;
	left: 730px;
	width: 238px;
}

#contact h2 {

	color: #757575;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 5px;
}

#contact .divider {
	margin-bottom: 5px;
}

#contact p {
	color:#e68200;
	font-size: 14px;
	line-height: 16px;
}

#contact p a:hover {
	color: #ffb761;
	text-decoration: none;
}

#header h1 {
	text-indent: -99999em;
}

#nav {
	height: 66px;
}

#nav ul {
	margin-left: 2px;
	margin-top: 10px;
	
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	list-style-position: inside;
	clear: left;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	float: left;
	margin: 0px 10px 2px 0px;
	font-size: 1em;
	color: #000;
}

#nav li a {
	color: #999999;
}

#nav li a:hover {
	color: #e68200;
	text-decoration: none;
}

/* ======================
	THUMBNAIL TABLE 
========================= */

#thumbs {
/*	margin-bottom: 80px;*/
	border-spacing: 0px;
}

#thumbs td {
	vertical-align: top;
	min-width: 235px;
	height: 315px;
	background: no-repeat;
}

#thumbs td.thumb {
	background: #3e3d3d;
}

#thumbs td.thumb a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

#thumbs td.thumb a {
	color: #ffffff;
}

#thumbs td.thumb a:hover {
	color: #dadada;
	text-decoration: none;
}

#thumbs td.thumb a .overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ff8a00;
}

#thumbs td.thumb a img {
	display: block;
}

#thumbs td.thumb .cell_wrapper {
	position: relative;
}

#thumbs td.thumb .caption {
	position: absolute;
	left: 7px;
	top: 6px;
	line-height: 16px;
}

#thumbs td.thumb .caption .title {
	font-size: 28px;
	display: block;
}

#thumbs td.thumb:hover .caption .title {
	font-size: 28px;
	display: block;
}

#thumbs td.thumb .caption .subtitle {
	font-size: 18px;
	display: block;
}

#thumbs td.sidebar {
	width: 253px;
	padding-left: 21px;
}

#thumbs td.sidebar h3 {
	padding-top: 4px;
	padding-bottom: 3px;	
	color: #5b5b5b;
	font-size: 28px;
	font-weight: normal;
}

#thumbs td.sidebar .divider {
	margin-bottom: 14px;
}

.entry_title a {
	color: #757575;
	font-size: 18px;
}

.entry_title a:hover {
	color: #e68200;
	text-decoration: none;
}

.entry_date {
	color: #757575;
	font-size: 11px;
	margin-bottom: 10px;
}

#thumbs td.sidebar .body {
	line-height: 12px;
	width: 195px;
}

#thumbs td.sidebar .body p {
	margin-bottom: 12px;
}

#thumbs td.sidebar .body dt {
	float: left;
	width: 15px;
}

#thumbs td.sidebar .body dd {
	float: left;
	min-width: 180px;
}

#thumbs td.sidebar .links a {
	color: #787878;
}

#thumbs td.sidebar .links a:hover {
	text-decoration: underline;
}

/* ======================
	PROJECTS 
========================= */

.project {
	margin-top: 80px;
	overflow: hidden;
	position: relative;
}

.project h2 {
	color: #5b5b5b;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 6px;
}

.project .top_button {
	position: absolute;
	top: 16px;
	right: 0;
}

.project .top_button:hover {
	color: #ffb761;
	text-decoration: none;
}

.project .divider {
	margin-bottom: 4px;
}

.project .carousel {
	float: left;
}

.project .sidebar {
	float: left;
	margin-top: 3px;
	position: relative;
	height: 431px;
	margin-left: 21px;
}

.project .sidebar ul {
	overflow: hidden;
}

.project .sidebar ul .label {
	float: left;
	width: 83px;
	margin-bottom: 10px;
	color: #555555;
	font-size: 12px;
	margin-bottom: 10px;
}

.project .sidebar ul .content {
	float: left;
	width: 130px;
	margin-bottom: 28px;
}

.project .sidebar ul .comments {
	clear: both;
	width: 180px;
}

.project .sidebar ul .comments p {
	margin-bottom: 12px;
}

.project .controls {
	position: absolute;
	bottom: 0px;
	right: 192px;
}

.prev_button {
	display: block;
	float: left;
	background: url(../images/btn_slides.png) no-repeat;
	width: 25px;
	height: 22px;
}

.prev_button:hover {
	background-position: -50px 0px;
}

.next_button {
	display: block;
	float: left;
	background: url(../images/btn_slides.png) no-repeat -25px;
	width: 25px;
	height: 22px;
}

.next_button:hover {
	background-position: -75px 0px;
}
