/* RTA Stylesheet */

/* Global reset */

/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, blockquote, th, td { margin:0; padding:0 }

table { border-collapse:collapse; border-spacing:0 }

fieldset, img { border:0 }

address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }

ol, ul, li { list-style:none }

caption, th { text-align:left }

h1, h2, h3, h4, h5, h6 { font-size:100% }

q:before, q:after { content:''}

a { text-decoration:none }

br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */

/* Global reset-RESET */

/* The below restores some sensible defaults */

strong { font-weight:bold }

em { font-style:italic }

* a { position:relative } /* Gets links displaying over a PNG background */

a { outline:none } /* Gets rid of Firefox's dotted borders */

a img { border:none } /* Gets rid of IE's blue borders */


html{
	background-image:url('../img/bg.jpg');
	background-position:top center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	
	font-family:Arial, Helvetica, sans-serif;
	}


/******** Main Elements *******/
/******************************/

#container{
	width:900px;
	margin:0 auto;
	margin-top:30px;
	overflow:auto;
	position:relative;
	}
	
#header{
	height:180px;
	width:900px;
	}
	
#content{
	width:720px;
	float:right;
	margin-bottom:50px;
	
	}

#footer{
	width:480px;
	height:20px;
	color:#ffffff;
	clear:both;
	padding:20px;
	text-align:center;
	margin-bottom:30px;
	margin-left:200px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:0.75em;
	}
	
/*********** Header ***********/
/******************************/

#logo{
	width:350px;
	height:130px;
	float:left;
	}
	
	

/********* Navigation *********/
/******************************/

#navigation{
	background-image:url('img/navigation.png');
	width:160px;
	float:left;
	position:relative;
	margin-bottom:50px;
	margin-right:0px;
	text-indent:-9999%;
	}

#navigation li{
	margin-bottom:10px;
	}
	
#navigation li a{
	display:block;
	outline:none;	
	}
	


li#navHome a{
	width:160px;
	height:35px;
	background-image:url('../img/navigation.png');
	background-position:0 0;
	background-repeat:no-repeat;
	}

li#navWerkenlijst a{
	width:160px;
	height:35px;
	background-image:url('../img/navigation.png');
	background-position:0 -40px;
	background-repeat:no-repeat;
	}
	
li#navProjecten a{
	width:160px;
	height:35px;
	background-image:url('../img/navigation.png');
	background-position:0 -80px;
	background-repeat:no-repeat;
	}
	
li#navVisie a{
	width:160px;
	height:35px;
	background-image:url('../img/navigation.png');
	background-position:0 -120px;
	background-repeat:no-repeat;
	}
	
li#navContact a{
	width:160px;
	height:35px;
	background-image:url('../img/navigation.png');
	background-position:0 -160px;
	background-repeat:no-repeat;
	}

li#navHome a:hover{
	background-position:-160px 0;
	}

li#navWerkenlijst a:hover{
	background-position:-160px -40px;
	}
	
li#navProjecten a:hover{
	background-position:-160px -80px;
	}
	
li#navVisie a:hover{
	background-position:-160px -120px;
	}
	
li#navContact a:hover{
	background-position:-160px -160px;
	}
	

body#Home li#navHome a{
	background-position:-320px 0;
	}
	
body#Werkenlijst li#navWerkenlijst a{
	background-position:-320px -40px;
	}
	
body#Projecten li#navProjecten a{
	background-position:-320px -80px;
	}
	
body#Visie li#navVisie a{
	background-position:-320px -120px;
	}
	
body#Contact li#navContact a{
	background-position:-320px -160px;
	}

/********** Content ***********/
/******************************/

.selector{
	width:160px;
	float:left;
	height:100px;
	position:relative;
	font-size:0.89em;
	line-height:22px;
	text-transform:uppercase;
	letter-spacing:1px;
	}

.selector a{
	padding-left:10px;
	background-image:url('../img/bullet2.gif');
	background-position:left center;
	background-repeat:no-repeat;
	}
	
.project{
	width:400px;
	height:140px;
	background-image:url('../img/bg.png');
	background-repeat:repeat;
	
	padding:20px 300px 20px 20px;
	margin-bottom:30px;
	position:relative;
	}

.project_img{
	width:240px;
	height:180px;
	position:absolute;
	top:0;
	right:0px;
	}

.uitgebreid{
	width:440px;
	background-image:url('../img/bg.png');
	background-repeat:repeat;
	float:left;
	padding:20px 20px 20px 20px;
	margin-bottom:30px;
	position:relative;
	overflow:auto;
	}

	
#grid{
	width:500px;
	/*background-image:url('../img/bg.png');
	background-repeat:repeat;*/
	padding:0px;
	overflow:auto;
	border:3px double #fff;
	}
	
.thumbnail{
	margin:0px;
	float:left;
	}
	
#page{
	width:420px;
	background-image:url('../img/bg.png');
	background-repeat:repeat;
	overflow:auto;
	padding:30px 30px 20px 30px;
	margin-bottom:30px;
	position:relative;
	}

#projectpage{
	width:660px;
	background-color:#ffffff;
	overflow:auto;
	padding:20px;
	margin-bottom:30px;
	position:relative;
	}

#project_grid{
	width:210px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:10px;
	float:right;
	background-image:url('../img/gridbg.png');
	background-repeat:repeat;
	}
	
#project_grid img{
	margin-right:5px;
	margin-bottom:5px;
	}
	
/********* Typography *********/
/******************************/

h1{
	font-size:3em;
	}
	
h2{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:1.13em;
	font-weight:normal;
	line-height:1.4em;
	margin-bottom:18px;
	}

h3{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:0.69em;
	margin-top:-9px;
	}

p{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:0.75em;
	line-height:18px;
	margin-bottom:10px;
	}
	
ul.list{
	font-size:0.75em;
	margin-bottom:20px;
	line-height:18px;
	}
	
/*********** Links ************/
/******************************/

a{
	color:#000000;
	}
	
a:hover{
	text-decoration:underline;
	}

a.readmore{
	position:absolute;
	bottom:20px;
	left:360px;
	font-size:0.75em;
	}

#logo a{
	display:block;
	width:350px;
	height:130px;
	text-indent:-9999%;
	background-image:url('../img/logo.png');
	}
	
ul.list a{
	text-decoration:underline;
	}
	
ul.list a:hover{
	text-decoration:none;
	}
	
/********** Lightbox **********/
/******************************/
	
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('../img/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('../img/nextlabel.gif') right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
