/*   
Theme Name: Bemarcon
Description: Official layout of Bemarcon
Author: Remon de Vries
Author URI: http://remon.lemo-design.nl
Version: 0.1
.
General comments/License Statement if any.
.
*/
body {
	background: url('images/bg.jpg') repeat-x #f8f8f8;
	margin: 0;
	font-family: Arial, Verdana;
}

#taal_bar {
	background: url('images/bar_bg.gif');
	height: 30px;
}
#taal_bar div {
	width: 900px;
	padding: 4px 0 0 0;
	margin: auto;

	font-size: 8pt;
	color: #ffffff;
	text-transform: uppercase;
	text-align: right;
}
	#taal_bar div span {
		float: right;
		margin: 0 5px 0 0;
		padding: 0px 0 0 0;
	}
	#taal_bar ul {
		float: right;
		font-size: 0pt;
		margin: 0;
		padding: 0;
	}
	#taal_bar li {
		display: inline;
	}
	.qtrans_flag_and_text {
		text-decoration: none;
		color: #175293;
	}
	#taal_bar .qtrans_flag_nl span {
		background: url('images/icon_nl.png') no-repeat;
		width: 26px;
		height: 21px;
	}
	#taal_bar .qtrans_flag_en span {
		background: url('images/icon_en.png') no-repeat;
		width: 26px;
		height: 21px;
	}

	#taal_bar .active .qtrans_flag_en span {
		background: url('images/icon_en_hover.png') no-repeat;
		width: 26px;
		height: 21px;
	}
	#taal_bar .active .qtrans_flag_nl span {
		background: url('images/icon_nl_hover.png') no-repeat;
		width: 26px;
		height: 21px;
	}

#website {
	width: 900px;
	margin: 60px auto 0 auto;
}

#sidebar {
	float: left;
	width: 264px;
	background: #ffffff;
}

#sidebar h1 {
	float: left;
	text-indent: -9999px;
	width: 264px;
	height: 129px;
	margin: 0;
	background: url('images/logo.gif') #ffffff no-repeat;
	border: 1px solid #e7e7e7;
}

#sidebar ul {
	float: left;
	margin: 0;
	padding: 0;
	background: #f8f8f8;
}
#sidebar li {
	width: 264px;
	list-style-type: none;
	text-align: center;
}
#sidebar li a {
	display: block;
	width: 264px;
	padding: 10px 0 10px 0;
	text-transform: uppercase;
	font-size: 9pt;
	color: #757575;
	text-decoration: none;
	border: 1px solid #e7e7e7;
	border-top: none;
}
#sidebar li a:active {
	font-size: 10pt;
	color: #757575;
}
#sidebar li a:hover {
	background: #ffffff;
	color: #757575;
}
#sidebar .current_page_item a {
	background: #ffffff;
	color: #004b8e;
	border-right: 1px solid #ffffff;
}

#contact_informatie {
	float: left;
	width: 246px;
	height: 216px;
	padding: 10px 10px 0 10px;
	background: url('images/contact_informatie_bg.gif') #f8f8f8 repeat-x;

	color: #ffffff;
	font-size: 8pt;
}
#locatie {
	border-left: solid 3px #ffffff;
	padding: 2px 0 2px 10px;
	margin: 0 0 10px 0;
}
#telefoon {
	border-left: solid 3px #ffffff;
	width: 105px;
	margin: 0;
	padding: 2px 0 2px 13px;
	float: left;
}
#overig {
	width: 105px;
	margin: 0;
	padding: 0 0 0 13px;
	float: right;
}
#contact_informatie a {
	color: #ffffff;
	text-decoration: none;
}
#contact_informatie a:hover {
	color: #cccccc;
	text-decoration: underline;
}

#content {
	float: right;
	width: 593px;
	background: #ffffff;
	border: 1px solid #e7e7e7;
	border-left: none;
	padding: 20px;
	font-size: 10pt;
	color: #757575;
}
	#content h1 {
		color: #004b8e;
		font-size: 16pt;
	}

#laatste_projecten {
	float: right;
	width: 612px;
	padding: 20px 0 20px 20px;
	border: 1px solid #c6a661;
	background: url('images/laatste_projecten_bg.gif') #dfbd75 repeat-x;
}
#laatste_projecten h2 {
	float: left;
	text-indent: -9999px;
	width: 400px;
	margin: 0 0 0 25px;
	background: url('images/titel_laatste_projecten.gif') no-repeat;
}
#laatste_projecten img {
	border: 0;
}

#laatste_projecten div {
	float: left;
	margin: 0 0 0 10px;
}

#laatste_projecten ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: solid 3px #c6a661;
}
#laatste_projecten li {
	float: left;
	width: 252px;
	height: 93px;
	margin: 10px;
	padding: 4px;
	background: url('images/profile_item_bg.gif') no-repeat;
}
#laatste_projecten li:hover {
	margin: 11px 10px 9px 10px;
	background: url('images/profile_item_bg_hover.gif') no-repeat;	
}
#laatste_projecten li p {
	margin: 0;
	padding: 0;
}
#laatste_projecten li div {
	width: 250px;
	margin: -30px 0 0 0;
	background: url('images/project_item_icon.png');

	color: #ffffff;
	filter:alpha(opacity=99); 
	   -moz-opacity: 0.99; 
	   opacity: 0.99;
}
#laatste_projecten li div p {
	padding: 5px 5px 5px 5px;
	display: block;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
#laatste_projecten li div p:hover {
	color: #cccccc;
}





#content p {
	padding: 0 0 20px 10px;
	margin: 0;
}

#content img {
	border: 0;
}

#content div {
	float: left;
	margin: 0 0 0 10px;
}

#content ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#content li {
	float: left;
	width: 252px;
	height: 93px;
	margin: 10px;
	padding: 4px;
	background: url('images/profile_item_bg.gif') no-repeat;
}
#content li:hover {
	margin: 11px 10px 9px 10px;
	background: url('images/profile_item_bg_hover.gif') no-repeat;	
}
#content li p {
	margin: 0;
	padding: 0;
}
#content li div {
	width: 250px;
	margin: -30px 0 0 0;
	background: url('images/project_item_icon.png');

	color: #ffffff;
	filter:alpha(opacity=99); 
	   -moz-opacity: 0.99; 
	   opacity: 0.99;
}
#content li div p {
	padding: 5px 5px 5px 5px;
	display: block;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
.bewerk a {
	float: left;
	text-indent: -9999px;
	background: url('images/icon_bewerk.gif') no-repeat;
	width: 76px;
	height: 25px;
}
.bewerk a:hover {
	background: url('images/icon_bewerk_hover.gif') no-repeat;
}

.wpcf7 {
	float: right;
	width: 320px;
	margin: 30px 0 0 0;
	padding: 15px 15px 0 5px;
	border: 1px solid #cccccc;
	background: #e7e7e7;
}
.wpcf7 p {
	margin: 0;
	padding: 0;
}
.wpcf7 input, .wpcf7 textarea {
	width: 300px;
	margin: 0;
	padding: 5px;
}
.wpcf7 input, .wpcf7 textarea {
	background: #ffffff;
	padding: 5px;
	margin: 7px 0 0 0;
	border: 0;
	border-bottom: 2px solid #013d75;
	font-size: 12pt;
	color: #c7c7c7;
}
.wpcf7 input:focus {
	color: #5685bb;	
}
.wpcf7 #verzenden {
	background: url('images/icon_verzenden.gif');
	width: 79px;
	height: 25px;
	float: right;
	text-indent: -9999px;
	cursor: pointer;
	border: none;
}
.wpcf7-mail-sent-ok {
	background: green;
	text-align: center;
	width: 300px;
	color: #ffffff;
	margin: 0;
	padding: 10px 5px 10px 5px;
}
.wpcf7-validation-errors {
	background: red;
	color: #ffffff;
	margin: 0;
	padding: 10px 5px 10px 5px;
	text-align: center;
	width: 300px;
}

#contact_information {
	width: 200px;
	height: 450px;
}
#contact_information p {
	font-size: 15pt;
	color: #b7b7b8;
	padding: 10px 0 10px 15px;
	margin: 0 0 20px 10px;
	border-left: solid 3px #013d75
}
#contact_information strong {
	color: #89898a;
	font-size: 10pt;
}
#contact_information a {
	color: #b7b7b8;
	text-decoration: none;
}
#contact_information a:hover {
	color: #5685bb;
	text-decoration: none;
}





#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #dfbd75;
	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(images/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(images/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #dfbd75;
	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;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.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 */
	}
