/*-----------------------------------------------------------------------------
Primary Eightyseven Style Sheet

version:   1.0
author:    Kars Kremers
email:     k.kremers@gmail.com
website:   http://www.bosons.nl
-----------------------------------------------------------------------------*/

/* =Reset Styles - Thank you Eric Meyer (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */

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,
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-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #333;
	background: white;
	font-family: Helvetica, Geneva, "sans serif";
	font-size: 62.5%; /* 16px × 62.5% = 10px */
}
ol, ul, li {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
table td, table th {
	padding : 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* =General Style */

body, html {
	height: 100%;
	width: 100%;
	background: #f8931d;
}
#whitebody {
	width: 100%;
	/* min-height: 600px; */
	background: #ffffff;
	clear: both;
	box-shadow:0px 4px 6px #c77716;
	-webkit-box-shadow:0px 4px 6px #c77716;
	-moz-box-shadow: 0px 4px 0px #c77716;
	margin: 0;
}
#centermain, #centerfooter {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
}
#header {
	position: relative;
	width: 900px;
	height: 110px;
	border-bottom: 1px solid #adadad;
}
#afh {
	position: relative;
	float: right;
	width: 229px;
	text-align: right;
	line-height: 30px;
	margin-top: 13px;
}
.afh {
	box-shadow:0px 1px 2px #adadad;
	-webkit-box-shadow:0px 1px 2px #adadad;
	-moz-box-shadow:0px 1px 2px #adadad;
}
.logo {
	float: left;
}
#menu {
	position: relative;
	width: 140px;
	float: left;
	margin: 30px 0 0 0;
}
#menu ul li {
	font-size: 14px;
	letter-spacing: 2px;
	text-shadow: 1px 1px 2px #adadad;
	margin-bottom: 20px;
}
#menu ul li a {
	text-decoration: none;
	color: #333;
}
#menu ul li a:hover, #menu ul li a.active {
	color: #f8931d;
}
#maincontent {
	position: relative;
	width: 740px;
	float: right;
	margin-top: 30px;
	text-align: right;
	color: #666;
}
.project {
	font-size: 28px;
	font-weight: bold;
	color: #6d6e71;
}
.title {
	font-size: 28px;
	font-weight: bold;
	color: #f8931d;
}
#photo, .svw {
	height: 466px;
}
#description {
	position: relative;
	border-top: 1px solid #adadad;
	padding: 10px 0 10px 0;
	margin-top: 10px;
	color: #666;
}
#description p {
	margin-left: 390px;
	width: 350px; 
	line-height: 18px;
	font-size: 10px;
}
#centerfooter {
	color: #fff;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 16px;
}
.eightyseven {
	color: #cc6600;
}
#centerfooter a {
	color: #fff;
	text-decoration: none;
}
#centerfooter a:hover {
	text-decoration: underline;
}
#centerfooter .eightyseven a {
	color: #cc6600;
	text-decoration: none;
}
#centerfooter .eightyseven a:hover {
	text-decoration: underline;
}
.prev {
	float: left;
}
.next {
	margin-left: 4px;
}
#partners {
	padding-bottom: 30px;
}
#partners a {
	display: block;
	margin: 10px;
	float: right;
	background-color: #f8931d;
}
#partners a:hover img {
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	opacity: 0;
}
p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
	width: 450px; margin-left: 290px;
}
p a {
	color: #666;
}
p a:hover {
	color: #f8931d;
}
.linkedin {
	margin-top: -16px;
	float: right;
}
