/* @override http://www.darylvisscher.com/css/default.css */

/* Basic 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Common Styles */

body{
	font-family:  Helvetica, Lucida Grande, Arial, san-serif; 
	color: #5a5252; 
}
	
a {
	text-decoration: none;
	color: #3171e5;	
}

img {border-style:none;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Header */

#header {
	position: fixed; 
	padding: 20px 0 25px 40px;
	z-index:9000;
	background-color: #fff;
	width:100%;
}
#header h1 a{
	height: 30px;
	width: 200px;
	display: block;
	float: left;
	text-indent: -9000px;
	background: url(../img/logo-daryl-visscher.png) no-repeat;
}
#nav {
	width: 970px;
	padding-left: 40px;
	}
	
#nav li {
	float: left;
	}

#nav li a{
	font-size: 14px;
	display:block;
	text-transform: lowercase;
	color: #6c5d5d;	
	padding: 10px;
	margin: 2px 10px 0px 10px;
	}
	
#nav li#nav-bio a {
	margin-left: 85px;
}

#nav li a:hover {
	color: #3171e5;
}

#nav li a.active {
	color: #e5319b;
}
	
/* Gallery */

#gallery, #content {
	padding-left: 44px;
	height: 600px;
	position: relative;
	top: 83px;
}

/* Widths specified for the various Galleries */

#portraits #gallery {
	width: 21100px;
}

#editorial #gallery {
	width: 27000px;
}

#industry #gallery {
	width: 18200px;
}

#development #gallery {
	width: 12500px;
}

#work #gallery {
	width: 33200px;
	margin-left: -100px;
}

#commercial #gallery {
	width: 14000px;
	margin-left: -100px;
}

.titles h2 {
	color: #6c5d5d;	
	font-size: 20px;
	font-weight: normal;
	display: inline;
	float: left;
	margin-right: 30px;
	margin-left: 100px;
	text-align: right;
}

#video .titles h2 { margin-left: 0px;}

.video-wrapper {
	width: 1067px;
	float: left;
	font-size: 0.9em;
}

.video-wrapper iframe {
	background: #ebebeb;
}


.video-wrapper p {
	margin-top: 10px;
}

.titles h2 span {
	display: block;
	font-size: 15px;
	color: #999;
	margin-top: 5px;
}

.titles  img {
	float: left;
	margin-right: 5px;
}

/* Content */

#content p {
	font-size: 0.8em;
	padding-bottom: 20px;
	line-height: 1.3em;
}

#bio #content img {
	margin-top: 20px;
}

#content h2 {
	font-size: 0.9em;
}

#content h3 {
	font-size: 0.9em;
	font-weight: normal;
	color: #6c5d5d;	
	margin-bottom: 20px;
}

#content #copy {
	width: 400px;
	float: left;
}

#content #clients {
	margin-left: 200px;
	float: left;
}

#content #clients h2 {
	margin-bottom: 30px;
}
