@charset "utf-8";

/* CSS Document */

html {
	outline:none;
}

body {
	background: #000000;
	color:#888;
	font-size:12px;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
}

#title h1 {
	display:none;
}

#wrapper {
	width: 968px;
	margin:0 auto;
}

#beinnocent {
	width:968px;
	height:61px;
}

div#title {
	background-image:url(../images/header_beinnocent.png);
	background-repeat:no-repeat;
	width:570px;
	height:38px;
	margin-top:15px;
	margin-left:25px;
	float:left;
}

#calltoaction a {
	display:block;
	background-image:url(../images/calltoaction.png);
	width:244px;
	height:44px;
	float:right;
}

#header {
	background-image:url(../images/content_top.png);
	background-repeat:no-repeat;
	width:968px;
	height:230px;
	float:left;
}

#projects {
	background-image:url(../images/projects/1.png);
	background-repeat:no-repeat;
	width:930px;
	height:191px;
	margin-left:18px;
	margin-top:20px;
	float:left;
}

#menu {
	float:left;
}

#menu ul {
	margin-left:20px;
}

#menu ul li {
	display:inline;
	padding-left:30px;
	padding-right:30px;
}

#menu ul li a {
	text-decoration:none;
	color:#FFFFFF;
	font-size:16px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

/**********************
********content********
**********************/

#content {
	background-image:url(../images/content_repeat.png);
	background-repeat:repeat-y;
	width:928px;
	height:100%;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	float:left;
}

#content h1{
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
}

#content h2{
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
}

#content a{
	color:#fff;
	text-decoration:none;
}

#content a:hover{
	color:#fff;
	text-decoration:underline;
}

#content a:active{
	color:#fff;
	text-decoration:none;
}

#content a:visited{
	color:#fff;
	text-decoration:none;
}

#c_left{
width:638px;
float:left;
}


#c_right{
width:286px;
float:left;
}

#subcontent_top {
	background-image:url(../images/subcontent_top.png);
	background-repeat:no-repeat;
	margin-top:20px;
	width:925px;
	height:31px;
	float:left;
}

#subcontent_repeat {
	background-image:url(../images/subcontent_repeat.png);
	background-repeat:repeat-y;
	width:885px;
	height:100%;
	padding-left:20px;
	padding-right:20px;
	float:left;
}

#subcontent_footer {
	background-image:url(../images/subcontent_bottom.png);
	background-repeat:no-repeat;
	width:925px;
	height:87px;
	float:left;
}

img.img{
	margin-top: 20px;
}

/**********************
****subcontent left****
**********************/


div.text{
	width:390px;
	float:left;
}

div.image{
	margin-left:20px;
	width:170px;
	float:left;
}


#subcontentleft_top {
	background-image:url(../images/subcontentleft_top.png);
	background-repeat:no-repeat;
	margin-top:20px;
	width:622px;
	height:31px;
	float:left;
}

#subcontentleft_repeat {
	background-image:url(../images/subcontentleft_repeat.png);
	background-repeat:repeat-y;
	width:582px;
	padding-left:20px;
	padding-right:20px;
	float:left;
}

#subcontentleft_footer {
	background-image:url(../images/subcontentleft_bottom.png);
	background-repeat:no-repeat;
	width:622px;
	height:87px;
	float:left;
}

/**********************
****subcontent right***
**********************/


#subcontentright_top {
	background-image:url(../images/subcontentright_top.png);
	background-repeat:no-repeat;
	margin-top:20px;
	width:286px;
	height:31px;
	float:left;
}

#subcontentright_repeat {
	background-image:url(../images/subcontentright_repeat.png);
	background-repeat:repeat-y;
	width:246px;
	height:100%;
	padding-left:20px;
	padding-right:20px;
	float:left;
}

#subcontentright_footer {
	background-image:url(../images/subcontentright_bottom.png);
	background-repeat:no-repeat;
	width:286px;
	height:87px;
	float:left;
}

#latest_news{
	
}

.news_item{
	margin:20px 0 30px 0;
}

.news_item h3{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.news_item p{
	margin:5px 0 0 0;
	padding:0;
}

.news_user{
	color:#bbb;
	border-bottom:1px solid #555;
}

/****************
****VIDEO CSS****
****************/

table.video_item{
	margin:10px 0 10px 0;
	width:580px;
	border-bottom:1px #666 solid;
}

table.video_item td.text{
	text-align:left;
	vertical-align:bottom;
	width:250px;
}

table.video_item td.video{
	text-align:center;
	vertical-align:bottom;
	width:300px;
}

table.video_item tr.fill{
	height:10px;
}

.video_item h3{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.video_item p{
	margin:5px 0 0 0;
	padding:0;
}

.video_user{
	color:#bbb;
}

td.video object{
	width:300px;
	height:241px;
}

td.video embed{
	width:300px;
	height:241px;
}

#latest_photos{
	margin-top: 20px;
}

.photo_item{
	margin-top: 25px;
}

div#photos{
	
}

img.photo{
	margin:10px 0 10px 20px;
}


/**********************
********footer*********
**********************/

#footer{
	background:transparent;
	margin-top:20px;
	width:928px;
	height:29px;
	float: left;
}

#footer span{
	font-size: 11px;
}

#infooter{
	width:400px;
	margin: 0 auto 0 auto;
}

span.clear {
	display:none;
}

/**********************
****kolom verdeling****
**********************/

.k1_left{
	width:550px;
	float:left;
}

.k1_right{
	width:300px;
	float:right;
}

.k1_right img{
	margin-top: 50px;
}

.k2_left{
	width: 580px;
	float: left;
}

.k2_right{
	width:180px;
	float:right;
}

.k2_right img{
	margin-top:50px;
}

.k2_left p{
	margin-top: 15px;
}


/**********************
*****Dashboard CSS*****
**********************/


.dashmenu{
	margin:20px 0 0 0;
}

table.dash{
	width:500px;
	border:1px solid #666;
	border-collapse:collapse;
	border-spacing:0px;
	margin-top:20px;
}

table.dash td{
	border-bottom:1px dotted #666;
	text-align:center;
	text-align:left;
	padding:3px;
	padding-right:20px;
	border-left:1px dotted #666;
}

td.heading{
	font:16px Arial, Helvetica, sans-serif;
}

td.video object{
	width: 200px;
	height: 160px;
}

td.video embed{
	width: 200px;
	height: 160px;
}


/**********************
****Flyout Menu CSS****
**********************/

div.menu{margin-left: 20px;}

#pmenu, #pmenu ul {padding:0; margin:0; list-style-type:none;}
#pmenu {font-family:Arial, Helvetica, sans-serif; margin:25px 0 200px 35px; position:relative;}
#pmenu li {float:left; position:relative; margin-left: 0px;}
#pmenu a, #pmenu a:visited {display:block; width:150px; font-size:14px; color:#fff; height:23px; line-height:22px; text-decoration:none; text-indent:5px; background:transparant;}
#pmenu li:hover > a{text-decoration:underline;}
#pmenu li ul {display: none;}
#pmenu li:hover > ul {display:block; position:absolute; top:0; left:0; background-color:#1e1e1e;}
#pmenu > li:hover > ul {left:0; top:20px;}

#pmenu li:hover > ul li {border-top: 1px solid #333;}
#lilast {width: 120px;}
#lilast a {width: 120px;}
#lilast a:hover{width: 120px;}


/* Hacks Sweet Hacks */
			
			A:focus, A:hover, A:active { /* Firefox image outline fix */
	outline: none
}


/**********************
*****Lightbox CSS******
**********************/

#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; }

