 /********************************************************
   main.css
   (C) Graffitinetwerk
   Specific style properties for this website
********************************************************/
html 			{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333;
	padding-top : 0; 
	padding-right : 0; 
	padding-bottom : 0; 
	padding-left : 0; 
	border-top-width : 0; 
	border-right-width : 0; 
	border-bottom-width : 0; 
	border-left-width : 0; 
	margin : 0; 
}
body 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(IMG/bg.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center top;
	background-color: #BCC8DF;
	top: 0px;
	height: 100%;
	padding: 0px;
	margin: 0px; 
}
div 	{  
	font-family: Arial, Helvetica, sans-serif
}
a 	{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	color: #CC0033;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;

}
table 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
td 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.invoer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: 	#CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 	0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
font 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
h1 {
	z-index: 0;
	color: #000000;
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	z-index: 0;
	color: #FF6600;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
.smallgreyfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #B0B3A6;
	font-weight: normal;
}
.portfolioover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BB132C;
	text-decoration: underline;
	cursor: pointer;
	font-weight: normal;
	background-color: #F4F3F3;
	background-image: url(../_img/bg_menu.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: right top;

}
.portfolionormaal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BB132C;
	text-decoration: none;
	font-weight: normal;
}
.smallfontnormal {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
.pinkfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;


}
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(http://www.graffitinetwerk.nl/_img/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.graffitinetwerk.nl/_img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.graffitinetwerk.nl/_img/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
