/**
 *	Dutch Internet Works general stylesheet
 *	@author		Harmen Janssen
 *	@modified	20 dec 2007
 */

/**
 *	General style rules and tags
 */

* {
	margin: 0;
	padding: 0;
	background:eeeeee;
}

/* general float-clearing class */
.clearfix:after {
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	content: ".";
}

.clearfix {
	display: inline-block;	/* IE7 */
	zoom: 1;				/* IE6 */
}

html {
	height: 100%;
	background: #000 url(../images/html-gradient.jpg) repeat-x 0 0;
}

body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #fff;
}

#container {
	position: relative;
	min-width: 724px;
	max-width: 1100px;
	min-height: 100%;
	margin: 0 auto;
	overflow: hidden;
	color: #000;
	background: #fff none repeat-y 100% 0;
	z-index: 2;
}

#top {
	width: 100%;
	height: 126px;
	display: block;
	background: url(../images/top-gradient.jpg);
}

a {
	color: #006fd6;
	text-decoration: underline;
}

a:hover,a:focus,a:active {
	color: #f51976;
}

a.readmore {
	display: block;
}

a.vcard {
	min-height: 32px;
	padding-left: 35px;
	display: block;
	line-height: 32px;
	background: transparent url(../images/vcard.gif) no-repeat 0 50%;
}

a.alv {
	min-height: 32px;
	padding-left: 35px;
	display: block;
	line-height: 32px;
	background: transparent url(../images/adobe.gif) no-repeat 0 50%;
}

a.mail {
	min-height: 20px;
	padding-left: 20px;
	display: block;
	background: #fff url(../images/mail.png) no-repeat 0 0;
}

a img {
	border-width: 0;
}

p,li,address,blockquote,label,legend {
	font-size: 0.6875em;
	line-height: 1.225em;
}

p,ul,ol,blockquote,address,form,table,h2 {
	margin: 1em 0;
}

strong.error {
	color: #900;
}

body.home h1 {
	position: relative;
	top: -122px;
	width: 724px;
	height: 266px;
	margin: 0 auto -122px;
	text-indent: -999em;
	background: transparent url(../images/dutch-internet-works-logo.jpg) no-repeat 0 0;
}

h2 {
	display: inline;
	font-family: Impact, Impact, Charcoal, sans-serif;
	font-size: 1.875em;
	font-weight: normal;
	color: #165b9b;
}

h2 span {
	color: #97c0e6;
}

h2.sub {
	display: block;
}

h3 {
	color: #165b9b;
	font-weight: normal;
}

body.werk h1,body.contact h1,body.nieuwsbrief h1,body.quick-contact h1 {
	display: inline;
	font-family: Impact, Impact, Charcoal, sans-serif;
	font-size: 1.875em;
	font-weight: normal;
	color: #165b9b;
}

h1 span {
	color: #97c0e6;
}

body.werk #logo,body.contact #logo,body.nieuwsbrief #logo,body.quick-contact #logo {
	position: relative;
	top: -42px;
	margin: 0 0 -42px 20px;
}

p.first {
	display: inline;
}

form#nieuwsbrief {
	margin-top: 15em;
}

form#quick-contact {
	margin: .5em;
	padding: .5em;
	border: 3px double #165b9b;
}

form#nieuwsbrief fieldset,form#quick-contact fieldset {
	padding-top: 1em;
	border: 0px none transparent;
}

form#quick-contact fieldset {
	padding-top: .5em;
}

form#quick-contact fieldset fieldset {
	margin: 1em 0;
}

form#nieuwsbrief legend {
	font-family: Impact, Charcoal, sans-serif;
	font-size: 1.125em;
	font-weight: normal;
	color: #165b9b;
}

form#quick-contact legend {
	color: #f51976;
}

input.text:focus {
	background-color: #ff9;
}

input.submit {
	display: block;
}

/**
 *	Columnation
 */

#main-content {
	padding-bottom: 59px;
}

#main-content .column {
	position: relative;
	width: 31%;
	display: block;
	padding: 10px 1% 0;
	padding-bottom: 32767px;	/* trick 100% height -- http://positioniseverything.net/articles/onetruelayout/equalheight */
	margin-bottom: -32767px;
	float: left;
}

#main-content .double {
	width: 62%;
}

#main-content #hallo {
	z-index: 1;
}

body.home #main-content #werk {
	min-height: 152px;
	background: transparent url(../images/column-divider-left.jpg) no-repeat 0 0;
	z-index: 4;
}

body.home #main-content #samen {
	background: transparent url(../images/column-divider-right.jpg) no-repeat 0 0;
	z-index: 2;
}

body.werk #main-content #portfolio,body.contact #main-content #contact {
	min-height: 152px;
	background: transparent url(../images/column-divider-left.jpg) no-repeat 0 0;
	z-index: 4;
}

/**
 *	Navigation
 */
 
#main-navigation {
	position: absolute;
	top: 113px;
	right: 15px;
	margin: 0;
	padding-right: 31px;
	background: #fff url(../images/nav-shadow-right.jpg) no-repeat 100% 0;
	list-style: none;
}

#main-navigation li {
	float: left;
}

#main-navigation a {
	padding: 6px 16px;
	display: block;
	text-decoration: none;
	color: #414142;
	background: url(../images/nav-divider.jpg) no-repeat 100% 0;
}

#main-navigation a:hover,#main-navigation a:focus,#main-navigation a:active {
	color: #f51976;
}

#main-navigation #nav-home {
	padding-left: 31px;
	background: url(../images/nav-shadow-left.jpg) no-repeat 0 0;
}

#main-navigation #nav-contact a {
	background-image: none;
}

/* current styles */
body.home #nav-home a,body.werk #nav-werk a,body.contact #nav-contact a { color: #f51976; } 

/**
 *	Footer
 */

#footer {
	position: relative;
	width: 100%;
	min-height: 134px;
	background: #4b5258 url(../images/footer-gradient.jpg) repeat-x 0 0;
	z-index: 4;
}

#footer div {
	position: relative;
	min-width: 724px;
	max-width: 1100px;
	margin: 0 auto;
	display: block;
}

#footer a, #footer p {
	float: left;
}

#footer a {
	position: relative;
	width: 70px;
	height: 134px;
	margin: -39px 0 0 7px;
	display: block;
	text-indent: -999em;
	outline: none;
	background: url(../images/klomp.png) no-repeat 0 0;
	z-index: 10;
}

#footer p {
	margin: 10px 0 0 10px;
	color: #f51976;
}

/* polaroids on homepage */

#polaroids {
	position: relative;
	margin: 15px 0 15px -25%;
	display: block;
	z-index: 10;
}

/* portfolio */

#main-content #portfolio {
	padding-left: 2%;
}

#portfolio ul {
	list-style: none;
}

#portfolio li {
	padding-bottom: 1em;
	border-bottom: 1px solid #f51976;
}

#portfolio li h2 {
	margin: 1em 0;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
}

#portfolio li div {
	position: relative;
	height: 100px;
	overflow: hidden;
}

#portfolio li img {
	position: relative;
	height: 250px;
	padding: 10px;
	border: 1px solid #ccc;
	z-index: 1;
}

#portfolio div a {
	outline: none;
}

#portfolio div a:hover img {
	background-color: #ffe;
	border-color: #aaa;
}

#portfolio li p {
	font-size: 1em;
}

/* contactgegevens */

address {
	width: 23em;
	font-style: normal;
}

address strong,address span {
	float: left;
	line-height: 1.5;
}

address strong {
	width: 7em;
	clear: left;
	font-weight: normal;
	text-transform: lowercase;
	color: #165b9b;
}

address span {
	width: 14em;
}

/* pullquotes, based on http://www.456bereastreet.com/archive/200609/automatic_pullquotes_with_javascript_and_css/, by Roger Johansson */

blockquote.pullquote {
	width: 10em;
	margin: 0.25em 0.75em 0.25em 0;
	padding: 0.5em;
	float: left;
	font: italic 1.3em/1.3 Verdana;
	color: #f51976;
	background: transparent;
}

blockquote.alt {
	margin: 0.25em 0 0.25em 0.75em;
	float: right;
}

.pullquote p {
	margin: 0;
	text-align: center;
}

.pullquote p:first-letter {
	text-transform: uppercase;
}

/* werknemers lijst */

#theguys {
	margin-left: 1.5em;
}

#theguys li {
	color: #f51976;
}

#theguys li h3 {
	font-size: 1.45em;
}

#theguys h3 .title {
	font-size: 70%;
	font-style: italic;
	color: #414142;
}

#theguys li p {
	font-size: 1em;
	color: #000;
}
