body {
background: #cecece;
font-family : verdana, arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
display: inline;
}

#header {
width: 1000px;
height: 200px;
background: url('cssimages/header.png');
margin: 0px auto;
margin-bottom: 25px;
}

#title {
color: black;
float: left;
padding-left: 5px;
background: #cecece;
float: right;
}

#title a, a:visited, a:hover {
text-decoration: none;
}

#title h1{
font-size: 275%;
}

#button {
margin-top: 135px;
float: right;
height: 40px;
padding-top: 30px;
padding-left: 7px;
}

#button a {
background: #cecece;
border-bottom : solid 2px #cecece;
border-left : solid 2px black;
border-right : solid 2px #cecece;
border-top : solid 2px black;
color : black;
font-size : 20px;
text-align : center;
text-decoration : none;
padding : 0 4px 2px 4px;
margin : 3px;
display : block;
float : left;
width: 110px;
}

#button a:hover {
border-bottom : solid 2px black;
border-left : solid 2px #cecece;
border-right : solid 2px black;
border-top : solid 2px #cecece;
color : black;
padding : 1px 3px 1px 5px;
}


#container {
width: 1000px;
margin: 0px auto;
border: 5px solid red;
position: relative;
}

#data {
margin: 5px 5px 5px 5px;
margin-top: 5px;
width: 700px;
height: 100px;
float: left;
text-align: center;
}

#data table td.date {
width: 350px;
text-align: right;
background: white;
}

#data table td.act {
width: 350px;
text-align: left;
background: white;
}

#data table a, a:visited {
color: black;
text-decoration: underline;
}

#data table a:hover {
color: black;
text-decoration: none;
background-color: #EDEDED;
}

#logo {
margin: 5px 5px 5px 5px;
margin-top: 5px;
width: 280px;
height: 100px;
background: url('cssimages/logo.png'); /*via http://www.cgtextures.com/ */
float: right;
text-align: center;
font-size: 110%;
color: black;
}

#logo h5 {
font-size: 120%;
}

#news {
margin: 5px 5px 5px 5px;
width: 700px;
float: left;
}

#post {
margin: 0px 5px 5px 5px;
width: 686px;
background: #e5e5e5;
float: left;
border: solid red 1px;
}

#post p.title {
font-size: 1.4em;
font-weight: bold;
}

#post p.date {
font-size: 0.7em;
text-align: right;
}



#post p.entry {
text-align: left;
}

#news a, a:visited {
color: black;
text-decoration: underline;
}

#post a.comment, a:visited.comment {
font-size: 0.7em;
color: black;
text-decoration: underline;
}

#news a:hover {
color: black;
text-decoration: underline overline;
}



#post a:hover.comment {
font-size: 0.7em;
color: black;
text-decoration: underline overline;
}

#border_c {
margin: 5px 5px 5px 5px;
width: 278px;
float: right;
}

#border {
margin: 5px 5px 5px 5px;
width: 278px;
float: right;
border-left: solid 2px red;
border-bottom: solid 2px red;
}

#border a, a:visited {
color: black;
text-decoration: underline;
}

#border a:hover {
color: black;
text-decoration: none;
background-color: #EDEDED;
}

#footer {
margin: 5px 5px 5px 5px;
clear: both;
width: 990px;
height: 40px;
border-top: solid 5px red;
text-align: center;
}

#footer a, a:visited {
color: black;
text-decoration: underline;
}

#footer a:hover {
color: black;
text-decoration: none;
background-color: #EDEDED;
}

/*LIGHTBOX > voor fotopagina*/
#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(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/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; }

