/*
Theme Name: Harbers Administraties
Description: Basic website voor Harbers Administraties 
Author: Vincire IC
Author URI: http://www.vincire.nl
*/


/* ----------- Restart-----------------*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

a { 
outline: 0; 
}

strong{
	font-weight:bold;
}

em{
	font-style:italic;
}


/* ----------- End Restart-----------------*/

/*---------------------------- TEXT STYLES ----------------------------*/
h1 {
	font-family:"Myriad Pro","Trebuchet MS", "Arial";
	font-size:36px;
	color:#8C686B;
	line-height:1.3em;	
}

h2, h2 a, h2 a:hover{
	font-family:"Myriad Pro","Trebuchet MS", "Arial";
	font-size:25px;
	color:#8C686B;
	line-height:1.3em;	
}

h3{
	font-family:"Myriad Pro","Trebuchet MS", "Arial";
	font-size:22px;
	color:#8C686B;
	line-height:1.3em;	
}

h4 {
	font-size:18px;
	color:#8C686B;
	line-height:1.3em;	
}


h5 {
	font-size:15px;
	color:#8C686B;
	line-height:1.3em;	
}


h6 {
	font-size:13px;
	color:#8C686B;
	line-height:1.3em;	
}

hr {

	background-color:#e8e8df;
	border:#e8e8df;
	height:1px;
}

ul{
	padding-left:20px;
}

ol{
	padding-left:20px;
}

p{
margin-bottom:15px;
margin-top:15px;
}

a { 
text-decoration:none;
color:#582425;

}

a:hover{
color:#582425;
text-decoration:underline;
}

/*---------------------------- TEXT STYLES ----------------------------*/


body {
	font-family:Arial, Helvetica, sans-serif;
/*	font-family:Myriad Pro,Trebuchet MS,Arial,Sans-Serif;
font-family:"Lucida Grande", arial, sans-serf;*/
	font-size:15px;
	font-weight:300;
	line-height:1.5em;
	background-color:#666;
	line-height:1.8em;
	font-size:13px;
}

#mainContainer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	background-color:#fff;
}


.center{
	height:auto;
	width:960px;
	margin:auto;
	text-align:left;
	padding:0px;
	position:relative;
}

/*-------------------------MENU---------------------------------*/

#navigationContainer{
	height:184px; /*was 82px; bij auto schuift de gehele pageHeader balk naar rechts */ 
	width:100%;
	/*background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;*/
}

#menuContainer{
	height:36px;
	position:relative;
	clear:left;
	/*margin-top:12px;*/
}

#menu {
	position:relative;
	padding:0;
}

#menu ul{
	height:36px; 
}

/*#menu ul li{ 
    display:inline;
	float: left;
}

#menu ul li a{
	text-decoration: none;
	color:#6c6c6c;
	padding-left:11px;
	padding-right:15px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	height:35px;
	line-height:35px;
	background-color: #f2f2f2;
	background-image: url(images/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#menu ul li a:hover{
    color:#689516;
	background: url(images/nav-hover.gif) no-repeat top right #dddddd;
	
}

#menu ul li.current_page_item a{
	color:#689516;
}

#nav {
	margin:113px 0 0 258px;
	float:left;
	clear:right;
	padding:0;
}
*/

/*------------------DROP DOWN MENU------------------------*/

#menu ul li ul{
     position:absolute;
     left:0px; 
	 top:37px;  /*afstand tov 1st level */
     background-color:#fff;  
     margin:0;
	 padding:0;   
     float:left;  
     width:180px;  
	 /*border-bottom:1px solid #ececec;*/
	 z-index:100;
	 height:auto;
	 visibility:hidden;
}

#menu ul li ul li{
    margin:0px;
	padding:0px;	
	display:block;
}


#menu ul li ul li a {
	float:left;
	width:180px;
	border-width:0px;
	background-color:#fff;  
	line-height:2.5em;
	margin:0px;
	padding:0px;
	font-size:13px;
	font-family:"Arial";
	padding-left:10px;
	padding-bottom:5px;
	text-transform:capitalize;
	font-weight:normal;
}

#menu ul li.current_page_parent a{
	color:#689516;
}

#menu ul li.current_page_parent ul li a{
	color:#56583a;
}

#menu ul li ul li.current_page_item  a{
	color:#689516;
}

#menu ul li.current_page_item ul li  a{
	color:#56583a;
}

#menu ul li.current_page_parent ul li a:hover,#menu ul li.current_page_item ul li a:hover{
	color:#689516;
}

.hover{
	background-color:#fff;
}


/*---------------------------- LOGO ----------------------------*/
#logoContainer{
	width:250px;
	height:129px;
	background-repeat:no-repeat;
	float:left;
	margin-top:15px;
}

#logoContainer a{
	width:310px;
	height:110px;
	display:block;
	background-repeat:no-repeat;
}

#logoContainer p{
	margin-top:0px;
	font-size:13px;
	font-weight:bold;
	color:#6c6c6c;
}

#slogan {
	float:left;
	width:400px;
	height:auto;
	margin:35px 10px 10px 0;
	padding:0;
	color: #000;
	font-weight:bold;
}

#headaddress {
	float:right;
	margin-top:0px;
	padding:5px 25px 5px 15px;
	width: 234px;
	height:auto;
	font-size:90%;
	color:#999;
	line-height:normal;
}

#headaddress ul {
	list-style-image: none;
	list-style-type: none;	
}

#headaddress ul li {
	display:inline;
}

/*---------------------------HEADER----------------------------*/

#header{
	background-color:#6a9716;
	background-image:url(images/headerbg.jpg);
	background-repeat:repeat-x;
	width:100%;
	min-height:299px;
	overflow:hidden;
}

#headerBottom{
	background-image:url(images/header_bottom_bg.jpg);
	height:45px;
	width:100%;
	position:relative;
}

.headerText{
	width:460px;
	height:auto;
	float:left;
	color:#fff;
}

.headerText p{
	font-size:16px;
}

.headerTitle h1, .headerTitle h1 a{
	color:#FFFFFF;
	font-weight:bold;
	line-height:1.1em;
	font-family:"Myriad Pro","Trebuchet MS", "Arial";
	margin-top:28px;
	width:440px;
	display:block;
}

.headerTextSmall{
	color:#FFFFFF;
	font-size:17px;
	line-height:1.5em;
	padding-top:20px;
	margin:0px;
}

.headerButtons{
	position:relative;
	float:left;
	width:500px;
	height:43px;
	margin-top:34px;
}

.headerButton1 a{
   
    height:41px;
    width:180px;
	background-image:url(images/header_buttons.jpg);
	background-position:0 0;
	display:block;
	float:left;
}

.headerButton1 a:hover {
	background-position:0 41px;
}

.headerButton2 a{
   
    height:41px;
    width:180px;
	background-image:url(images/header_buttons.jpg);
	background-position:180px 0px;
	display:block;
	margin-left:35px;
	float:left;
}

.headerButton2 a:hover {
	background-position:180px 41px;
}

.imageWrapper{
	position:relative;
	width:457px;
	height:273px;
	float:right;
	background-image:url(images/slider_bg.png);
	background-repeat:no-repeat;
	margin-top:34px;
}

.staticImageHolder{
	width:395px;
	height:225px;
	position:absolute;
	top:14px;
	left:15px;
}

.staticImageHolder img{
	max-width:420px;
}

/*---------------------------SLIDER----------------------------*/

.fadeWrapper{
	position:relative;
	width:457px;
	height:273px;
	float:right;
	background-image:url(images/slider_bg.png);
	background-repeat:no-repeat;
	margin-top:34px;
}

.imageHolder{
	width:395px;
	height:225px;
	position:absolute;
	top:14px;
	left:15px;
}

.headerFadeWrapper{
	position:relative;
	height:305px;
	overflow:hidden;
}

.singleFade{
	position:absolute;
	top:0px;
	left:0px;
	width:960px;
	
}

ul.navUl li{
	background-image:url(images/nav_bullet_off.png);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	float:left;
	padding-right:5px;
	margin-top:10px;
}

#sliderNavigation{
	float:right;
	width:auto;
	}

ul.navUl{
	list-style:none;
}
	
ul.navUl li.selected{
	background-image:url(images/nav_bullet.png);
} 

/*-------------------------END SLIDER----------------------------*/

/*---------------------------- CONTENT ----------------------------*/
#contentContainer{
	
	position:relative;
	min-height:500px;  /*was 600px*/
	width:635px;
	float:left;
	padding-top:40px;
	margin-bottom:50px;
}

#contentContainer p:first-child{
	margin-top:0px;
}

#contentContainer img{
	margin-left:-9px;
	/*
	padding:5px;
	background-color:#FFFFFF;
	border:1px solid #dadada;
	margin-right:20px;
	margin-top:10px; */
}

/*.servicesBox{
	margin-top:25px;
	margin-bottom:25px;
}*/

.servicesBoxs h1,h2,h3,h4,h5,h6 {
	color:#8C686B;
}

.servicesBoxs h2,.servicesBoxs h2 a{
	text-transform:capitalize;
	font-size:20px;
	margin-bottom:7px;
	color:#8C686B;
}

.servicesBoxs ul {
	margin:0px 15px 25px 15px;
}

.servicesBoxs li {
	list-style-image:url(images/bullet_red.png);
	list-style-position: outside;
}

.servicesImg{
float:left;
padding:5px;
background-color:#FFF;
border:1px solid #dadada;
margin-right:20px;
margin-top:5px;
}

.servicesBoxs .startpagearea {
	float: left;
	margin:0 32px 10px 0;
	padding:0 10px 10px 8px;
	width:280px;
	border-left:1px solid #dadada;
	border-right:1px solid #dadada;
	border-bottom:1px solid #dadada;
}

.servicesBoxs .startpagearea img {
	margin:0px 0 5px -6px;
	border:none;
}

.newsBox {
	margin-top:25px;
	margin-bottom:25px;
	border-bottom:solid 1px #dadada;
	padding-bottom:15px;
}

.newsBox a {
	color: #C3BDC4;
}

.newsBox a:hover {
	color: #8C686B;
}

.check{
float:left; 
margin-right:15px;
margin-top:7px;
}

.address {
float:right;
width:250px;
padding:40px 15px 5px 0px;
/*font-size:140%;
color:#666666;*/

}

/*-----------------------  SIDEBAR MENU  ---------------------------*/

.sidebarBox{
float:left;
position:relative;
background-color:#fff;
width:270px;
margin-left:49px;
margin-top:50px;
}


.sidebarBox h3 #sendButton {
	/*background-image:url(images/sidebar_title_bg.jpg);*/
	display:block;
	height:42px;
	color:#FFFFFF;
	font-size:16px;
	text-transform:uppercase;
	line-height:38px;
	font-family:"Myriad Pro","Trebuchet MS", "Arial";
	width:auto;
	word-spacing:5px;
}

.sidebarMenu{
	border-left:1px solid #dadada;
	border-right:1px solid #dadada;
	border-bottom:1px solid #dadada;
	background-color:#fcfcfc;
	padding:15px 0 15px 15px;  /*was15px*/
	padding-bottom:10px;
	padding-top:10px;
	margin-bottom:30px;
}

.sidebarMenu img{
	margin-bottom:5px;
	margin-top:5px;
}

.sidebarTitle{
	position:relative;
}

.sidebarTitle h3 a{
	color:#fff;
}

.left{
	float:left;
}
.right{
	float:right;
}

.homesidebarMenu{
	border-left:1px solid #dadada;
	border-right:1px solid #dadada;
	border-bottom:1px solid #dadada;
	background-color:#fcfcfc;
	padding:15px 0 15px 15px;  /*was15px*/
	padding-bottom:10px;
	padding-top:10px;
	margin-bottom:30px;
}

.homesidebarMenu li {
	border-bottom:1px solid #dadada;
	line-height:2em;
	margin-bottom:5px;
	color:#8C686B;
	
}
/*-----------------------  FOOTER  ---------------------------*/


#footer{
	height:100px;
	width:100%;
	display:block;
	/*background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;*/
	float:left;

}

#footerBg{
	/*background-image:url(images/footer_light.jpg);
	background-repeat:repeat-x;	*/
	display:block;
	height:75px;
	padding-top:30px;
}

#footerBg p{
	color:#582425;
	font-size:90%;
	margin-top:0px;
}

#footerBg img{
margin-top:34px;
}

#footerMenu{
	display:block;
	margin-top:-62px;
}

#footerMenu ul{
	text-align:left;
	font-size:90%;
	font-weight:bold;
	line-height:20px;
	float:right;
	/*color:#fff;*/
}

#footerMenu ul li{
	float:left;
	text-decoration: none;
	padding-left:10px;
	list-style:none;
}

#footerMenu ul li a{
	color:#666;
	text-decoration: none;
}

#footerMenu ul li a:hover{
	color:#8C686B;
}

#footeradres {
	float:left;
	padding-left:220px;
	font-size:90%;
	color:#8C686B;
}

#footerLogo{
	background-image:url(images/footer-logo-harbers-administraties.png);
	background-repeat:no-repeat;
	display:block;
	height:90px;
	width:200px;
	background-position: center;
}
#footerLogo p{
margin-top:0px;
}

#credits {
	position:absolute;
	bottom:-20px;
	right:250px;
	font-size:80%;
	color:#fff;
}

#credits a {
	color:#fff;
}

/*-------------------------BLOG PAGE-------------------------*/

#pageHeader{
	width:100%;
	height:210px;
	overflow:auto;
}

/*
#pageHeader h2{
	color:#fff;
}

#pageHeader h5{
	color:#fff;
	position:relative;
	top:-2px;
}*/

.intro {
	padding:15px 10px 15px 10px;
	color: #FFF;
	width: 99%;	
}

.intro .text {
	padding:15px 50px 10px 0;
	font-size:110%;
	color:#FFFFFF;
}

.text h1, h2, h3 {
	color:#FFF;
}

.text h4, h5, h6 {
	color:#FFF;
}

.intro .img {
	/*width:350px;
	height:auto;*/
	float:right;
	max-height: 170px;
	max-width:350px; 
	margin:5px 15px 5px 35px;
}


#subpageHeader {
	width:100%;
	height:60px;
	overflow:auto;
}

.postBox{
	margin-bottom:50px;
	height:auto;
	overflow:hidden;
}

.postBox img{
padding:5px;
background-color:#FFFFFF;
border:1px solid #dadada;
margin-right:20px;
margin-top:10px;
}

.postBox img + p{
	margin-top:10px;
}

.pageBoxInside h3 a {
	color:#582425;
}

.date{
	text-transform:uppercase;
	color:#ef9100;
}

.postInfo{
	font-size:12px;
	margin-bottom:6px;
}

.commentBubble{
	background-image:url(images/comment_bubble.jpg);
	background-repeat:no-repeat;
	width:38px;
	height:25px;
	float:right;
	color:#fff;
	text-align:center;
	font-weight:bold;
	line-height:22px;
}

.commentBubble a{
	color:#fff;
}

.moreLink{
	color:#ef9100;
	text-decoration:none;

}

.navigation{
width:100%;
height:30px;
}

.alignleft{
	float:left;
	margin: 5px 15px 5px 0;
}

.alignright{
	float:right;
	margin: 5px 0 5px 15px;
}

.alignnone {
	margin:3px 10px 10px 0;
}

.aligncenter {
	margin:0 auto;
	display:block;
}

.navigation a, .commentNavigation a{
	border:1px solid #ccc;
	padding:5px;
	color:#2c2c2c;
	padding-left:10px;
	padding-right:10px;
}

.navigation a:hover{
	color:#888888;
}

.wp-pagenavi a{
border:1px solid #ccc;
	padding:5px;
	color:#2c2c2c;
	
}



/*--------------------SINGLE PAGE STYLES------------------------*/

.pageContainer img{
padding:5px;
background-color:#FFFFFF;
border:1px solid #dadada;
margin-right:20px;
}

/*---------------------------- CONTACT PAGE ----------------------------*/
.input{
	width:300px;
	height:24px;
	border:1px solid #b0a4a4;
	background-color:#fff;
	padding-top:8px;
}

.textArea{
	height:205px;
	padding-top:0px;
	font-family:Arial;
	font-size:12px;
	padding-top:8px;
	padding-bottom:8px;
}

#sendButton{
	width:80px;
	height:35px;
	margin-bottom:-5px;
	border: none;
	/*border:1px solid #999999;
	border-top:0px;*/
	
}

.errorMessage{
	color:red;
}

.borderImg{
	padding:5px;
	background-color:#FFFFFF;
	border:1px solid #dadada;
}


#submitForm{
	margin-top:40px;
}


/*----------------------HEADER SLIDER----------------------*/


div.wrapper {
	position: relative;
	width:960px;
	height:308px;
	padding:0px;
	overflow: hidden;
}

ul.wrapper  {
  display: block;
  padding:0px;
  margin: 0px;
  list-style: none;
}
.wrapper li {
  display: block;
  float: left;
  padding: 0;
}
.wrapper  a {
  display: block;
  text-decoration: none;
}
.articleHolder {
	width:960px;
	height:308px;
	float:left;
	display:inline;
	margin:0px;
}

#leftArrow{
	border:0px;
	background-image:url(images/left_arrow.png);
	background-repeat:no-repeat;
	width:25px;
	height:40px;
	position:absolute;
	top:150px;
	left:-50px;
}

#rightArrow{
	border:0px;
	background-image:url(images/right_arrow.png);
	background-repeat:no-repeat;
	width:25px;
	height:40px;
	position:absolute;
	top:150px;
	right:-50px;
}


/*--------------------ALT PAGE------------------------*/

.fullWidthContainer{
	position:relative;
	min-height:400px;
	height:auto;
	width:1000px;
	float:left;
	padding-top:50px;
	padding-bottom:50px;
}

.contentBoxs{
margin: 0px -40px 0px 0px;

}

.contentBoxs h3 span{
position:relative;
top:-10px;
left:15px;
text-transform:capitalize;

}

.servicesIcon{

float:left;
max-height:50px;
}

.contentBox{
float:left;
width:380px;
margin-right:40px;
margin-left:30px;
margin-bottom:30px;
}
.contentBox h3 a{
	color:#2c2c2c;
}

.pairWrapper{
	width:100%;
	height:auto;
	overflow:auto;
}

#bigBox{
float:left;
}

#bigBox h3 a, #bigBox  h3 a:hover{
	color:#2c2c2c;
}


#bigBoxLeft{
width:635px;
float:left;

}

#bigBoxRight{
margin-left:50px;
float:left;

}

#bigBoxRight img{
	margin-top:5px;
	margin-bottom:5px;
	padding:4px;
	background-color:#FFFFFF;
	border: 1px solid #deded6;
}

.check{
float:left; 
margin-right:5px;
margin-top:7px;

}

.testimonials{

font-style:italic;
font-size:13px;

}

#searchContainer {
	/*position: absolute;
	right: 0;
	top: 25px;*/
	float:right;
	margin-top:50px;
	width: 234px;
	height: 36px;
	background-image: url(images/search-bg.gif);
	background-repeat: no-repeat;
	border:none;
	clear:right;
}

#searchContainer  #search {
	width: 200px;
	height: 30px;
	float: right;
	border:none;
}

#searchContainer .inputbox, #searchContainer .inputbox:hover, #searchContainer .inputbox:focus {
	/*background: none;*/
	width: 198px;
	height: 26px;
	margin: 0px;
	padding: 6px 0 0;
	font-size: 125% !important;
	font-weight: bold;
	color: #999999;
	border:none;
}

#searchContainer #search #s {
	padding: 2px 0 2px 15px;
	width: 155px;
	color: #666;
	font-size: 1em;
	margin-right: 15px;
	margin-top: 5px;
	border:none;
}

#searchInput {
	margin-top:7px;
}

.noborder input {
   background:none;
   border:0;
}  

/*--------------------------------COMMENTS-----------------------------*/


.commentContainer{
border:#d2d2ca 1px solid;
margin-top:20px;
background-color:#f7f7ee;
padding:0px;
width:635px;
margin-left:-20px;
}

.comentBox{
border:#fff 1px solid;
background-color:#fff;
padding:20px;
width:593px;
min-height:140px;
overflow:auto;

}

.comentBox img{
margin-right:20px;
margin-bottom:10px;
margin-top:0px;

}
.commentAutor{
float:left;
}

.commentAutor p{
	margin-top:0px;
	margin-bottom:0px;
}

.avatar{
	margin-bottom:0px;
}

.ComentAutorName{
font-size:12px;
}

.commentDate{
font-size:10px;
}

.comentBoxAdmin{
	background-color:#f3f3f3;
}

.wholePageCommentNavigation{
	width:800px;
	float:left;
	height:50px;
	position:relative;
	margin-top:20px;
	border:1px solid red;
}

.commentNavigation{
	width:100%;
	float:left;
	height:50px;
	position:relative;
	margin-top:20px;
}

.commentNavigation a span{
	position:relative;
	top:-2px;
}

.commentInput{
	padding-top:4px;
	height:20px;
	width:250px;
	margin-bottom:15px;
}

.commentTextArea{
	width:350px;
	margin-bottom:15px;
}

.commentFormTitle{
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
}

#respond p{
	margin:0px;
	margin-top:-10px;
}

