/*****Reset*****/ 
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}
/*****Basic Elements*****/

html, body {
	background: #FFF url(images/bg.jpg) repeat-x;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 28px;
}
h1 {
	color: #FFF;
	font-family:  Helvetica, Arial, sans-serif;
	font-size:  42px;
	font-weight: bold;
	line-height: 44px;
	margin-bottom: 10px;
}
h1 a {
}
h2 {
	color: #38769c;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
}
h2 a {
	color: #38769c;
	text-decoration: none;
}
h2 a:hover {
}
h3 {
	color: #4998b7;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 12px;
}
h3 a {
}
h4 {
	color: #38769c;
	font-size: 15px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 4px;
}
h4 a {
	color: #38769c;
}
h5 {
}
p {
	margin-bottom: 16px;
}
a {
	color: #333;
	text-decoration: none;
}
img {
	border: 0;
}
td {
	vertical-align: top;
}
small {
}
/*****Generic Classes*****/

.absbottom {
	bottom: 0;
	position: absolute;
	right: 0;
}
.alignleft {
	display: inline;
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	display: inline;
	text-align: right;
}
.bg-slider {
	background: #FFF url(images/bg-slider.jpg) repeat-x;
	min-height: 570px;
}
.button {
	background: url(images/button.png) no-repeat right 0px;
	border-bottom: 1px solid #305b74;
	border-left: 1px solid #4989a8;
	color: #FFF;
	font-size: 10px;
	line-height: 14px;
	padding: 6px 10px 6px 9px;
	text-decoration: none;
	text-transform: uppercase;
}
.button:hover {
	background: url(images/button.png) no-repeat right -30px;
}
.clear {
	clear: both;
}
.categories {
	display: block;
	margin-top: 5px;
}
.categories a {
	background: #e5f0f7;
	border-top: 3px solid #f1f7fb;
	border-bottom: 0 !important;
	color: #38769c !important;
	padding: 3px 7px;
	font-size: 11px; 
	line-height: 26px;
	margin-right: 4px;
	margin-bottom: 8px;
}

.date {
	color: #3e85a7;
	display: block;
	font-size: 12px;
	margin-bottom: 15px;
}
.date a {
	color: #5496b2;
}
.entry {
	position: relative;
	margin-bottom: 45px;
}
.entry img {
}
.entry-header {
	background: url(images/entry-header.png) no-repeat;
	min-height: 60px;
	height: auto;
	position: relative;
	overflow: hidden;
}
.entry-date {
	background: url(images/entry-date.png) no-repeat;
	text-align: right;
}
.entry-date-day {
	color: #FFF;
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	padding-right: 18px;
	padding-top: 9px;
	text-align: right;
}
.entry-date-monthyear {
	color: #FFF;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	padding-right: 18px;
	text-align: right;
	text-transform: uppercase;
}
.entry-title {
	padding: 19px 0;
}
.entry-content {
	
	position: relative;
}
.entry-content div {
	margin-bottom: 20px;
}
.entry-content p {
	padding-right: 22px;
}
.hline {
	background: url(images/page-entry-header.png) repeat-x;
	clear: both;
	height: 4px;
}
.page-hline {
	background: url(images/page-entry-header.png) repeat-x;
	clear: both;
	height: 4px;
}
.page-entry {
	position: relative;
	margin-bottom: 45px;
}
.page-entry-header {
	background: url(images/page-entry-header.png) repeat-x;
	min-height: 22px;
	height: auto;
	padding: 19px 40px 19px 40px;
	position: relative;
	overflow: hidden;
}
.page-entry-content {
	margin-top: 30px;
	padding: 0 40px 0 40px;
	position: relative;
}
.page-entry-content td{
	border: 1px dotted #333;
	font-size: 13px;
	padding: 4px;
}
.entry-content a, .page-entry-content a {
	border-bottom: 1px dotted #333;
	color: #333;
}
.entry-content a:hover, .page-entry-content a:hover {
	border-bottom: 1px dotted #38769c;
	color: #38769c;
}
.more-link {
	background: url(images/more-link.png) no-repeat left center;
	margin-left: -18px;
	padding-left: 18px;
}
* .more-link {
	margin-left: 0;
}
.more-link a {
	border-bottom: 1px dotted #333;
	color: #333;
	font-weight: bold;
}
.more-link a:hover {
	border-bottom: 1px dotted #38769c;
	color: #38769c;
}
.tags {
	margin-top: 20px;
	background: #f3f8fb;
	border-top: 3px solid #f8fbfd;
	border-bottom: 0 !important;
	color: #539dcb !important;
	padding: 3px 7px;
	font-size: 11px; 
	line-height: 26px;
	margin-right: 4px;
	margin-bottom: 4px;
}
.tags a {
	color: #539dcb !important;
	border-bottom: 0 !important;

}
/* Images */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin: 15px;
}
img.alignright {
	display: inline;
	float: right;
	margin: 5px 0px 5px 15px;
}
img.alignleft {
	display: inline;
	float: left;
	margin: 5px 15px 5px 0px;
}
/* End Images */

/*****Basic Layout*****/
#page {
}
/*****Header*****/

#header {
	height: 182px;
	position: relative;
	z-index: 9999;
}
#logo {
	background: url(images/logo.png) no-repeat;
	display: block;
	float: left;
	height: 47px;
	margin-left: 20px;
	margin-top: 34px;
	position: relative;
	width: 337px;
}
#logo a {
	cursor: pointer;
	display: block;
	height: 47px;
	width: 337px;
	text-indent: -9999px;
}
/*****Menu*****/

#access {
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: 300;
}
#access .menu-header, div.menu {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}
div.menu {
	position: relative;
}
#access .menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li, div.menu li {
	float:left;
	position: relative;
}
#access .menu-header li:hover, div.menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#access a {
	color: #b7d9ec;
	display: block;
	line-height: 54px;
	padding:0 18px;
	text-decoration: none;
}
#access ul ul {
	display:none;
	position:absolute;
	top: 53px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	width: 256px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 160px;
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background: #1e79b0;
	border-bottom: 1px solid #1c71a6;
	display: block;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 30px;
	padding: 0px 18px;
	width: 220px;
}
#access li:hover > a, #access ul ul :hover > a {
	color: #fff;
}
#access li:hover > a {
	background: #1c71a6;
}
#access ul ul :hover > a {
	background: #1c71a6 url(images/sub-menu-active.png) no-repeat left center;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
	color: #fff;
}
/*****Search*****/
#search {
	background: url(images/search.png) no-repeat;
	bottom: 10px;
	height: 32px;
	padding-top: 2px;
	position: absolute;
	right: 0;
	width: 220px;
}
#search .searchfield {
	background: none;
	border: 0px solid #FFF;
	color: #aeb4b7;
	margin-left: 10px;
	width: 176px;
}
#search .searchbutton {
	background: url(images/search-button.png) no-repeat;
	border: 0px solid #FFF;
	cursor: pointer;
	width: 22px;
	height: 20px;
}
/*****Slider*****/ 
#slider {
	background: url(images/slider.jpg) no-repeat bottom;
	height: 344px;
	padding: 20px 0;
	position: relative;
}
#slider-foreground {
	background: url(images/slider-foreground.png) no-repeat bottom;
	bottom: 0px;
	height: 370px;
	position: absolute;
	right: 0px;
	width: 300px;
	z-index: 200;
}
#slides div {
	position: relative;
	width: 940px;
}
#slides div div {
	color: #dbf1ff;
	font-size: 18px;
	line-height: 26px;
	padding: 48px 296px 48px 40px;
	width: 604px;
}
#slides div a {
	border-bottom: 1px dotted #FFF;
	color: #FFF;
}
#slider .pager {
	height: 12px;
}
#slider .pager a {
	background: #afd5ed;
	border: none;
	cursor: pointer;
	display: block;
	height: 12px;
	float: left;
	margin-right: 6px;
	text-indent: -9999px;
	width: 10px;
	z-index: 200;
}
#slider .pager a.activeSlide {
	background: #278fce;
}
/*****Content*****/

#content {
	margin-bottom: 36px;
	margin-top: 36px;
	position: relative;
}
#content ul {
	list-style: square inside;
	margin-bottom: 16px;
}
#archive-title {
	display: block;
	margin-top: 36px;
}

#archive-title a.lvl1, #archive-title span.lvl1 {
	background: url(images/crumb1.png) repeat-x;
	border-bottom: 0 !important;
	color: #38769c !important;
	padding: 5px 16px 5px 16px;
	font-size: 11px; 
	line-height: 29px;
	z-index: 2;
}
#archive-title a.lvl2, #archive-title span.lvl2 {
	background: url(images/crumb2.png) no-repeat top left;
	border-bottom: 0 !important;
	color: #539dcb !important;
	padding: 5px 16px 5px 26px;
	font-size: 11px; 
	line-height: 29px;
	z-index: 1;

}
.pagination {
	padding-top: 30px;
}
.pagination span, .pagination a {
	background: #b4d7eb;
	border-top: 3px solid #d3eaf8;
	color: #38769c;
	font-size: 13px;
	line-height: 22px;
	margin-right: 5px;
	padding: 5px 9px 4px 9px;
}
.pagination .current {
	background: #1c71a5;
	border-top: 3px solid #308dc6;
	color: #FFF;
}
/*****Sidebar*****/
#sidebar {
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 36px;
	margin-top: 36px;
}
#sidebar p {
	margin-left: 22px;
	margin-right: 22px;
}
#sidebar h2 {
	background: url(images/sidebar-header.png) repeat-x;
	color: #FFF;
	display: block;
	font-size: 20px;
	min-height: 22px;
	height: auto;
	margin-bottom: 30px;
	padding: 19px 22px;
	position: relative;
	overflow: hidden;
}
#sidebar h2 a {
	color: #FFF;
	border: none;
}
#sidebar h2 a:hover {
	color: #FFF;
	border: none;
}
#sidebar h2.nieuws {
	background: url(images/sidebar-header-nieuws.png) no-repeat top left;
}
#sidebar h2.tips {
	background: url(images/sidebar-header-tips.png) no-repeat top left;
}
#sidebar h2.advies-nodig {
	background: url(images/sidebar-header-advies-nodig.png) no-repeat top left;
}
#sidebar h2.Diensten {
	background: url(images/sidebar-header-diensten.png) no-repeat top left;
}
#sidebar ul {
	margin-bottom: 30px;
	padding: 0 22px;
}
#sidebar li {
	background: url(images/sub-menu-active.png) no-repeat -7px 5px;
	color: #38769c;
	line-height: 26px;
	font-size: 13px;
	padding-bottom: 4px;
	padding-left: 15px;
}
#sidebar a {
	border-bottom: 1px dotted #333;
	color: #333;
}
#sidebar a:hover {
	border-bottom: 1px dotted #38769c;
	color: #38769c;
}
#sidebar span.telefoon, #sidebar span.email, #sidebar span.twitter {
	display: block;
	margin-left: 22px;
	margin-right: 22px;
	padding-left: 32px;
	line-height: 32px;
}
#sidebar span.telefoon {
	background: #FFF url(images/telefoon.png) no-repeat left 6px;
}
#sidebar span.email {
	background: #FFF url(images/email.png) no-repeat left center;
}
#sidebar span.twitter {
	background: #FFF url(images/twitter.png) no-repeat left center;
}
/*****Footer*****/

#footer {
	color: #38769c;
	font-size: 11px;
	line-height: 30px;
	padding-bottom: 30px;
}
#footer a {
	color: #38769c;
	padding: 2px 0;
}
#footer a.aym {
	background: url(images/aym.jpg) no-repeat right top;
	padding-right: 13px;
}
/*****Contact*****/
.wpcf7-form {
}
.wpcf7-form input, textarea {
	border: 1px solid #CCC;
	background: url(images/input.png) repeat-x;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 6px;
}
.wpcf7-form input:focus, textarea:focus {
}
.wpcf7-form input {
	width: 200px;
}
.wpcf7-form textarea {
	width: 500px;
	height: 100px;
}
input.submit {
	background: url(images/verzenden.png) no-repeat 0 0;
	border: 0;
	color: #FFF;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 34px;
	line-height: 18px;
	outline: none;
	padding-top: 3px;
	width: 103px;
}
input.submit:active {
	background: url(images/verzenden.png) no-repeat 0 -37px;
	cursor: pointer;
	outline: none;
	
	
}
input.submit::-moz-focus-inner { border: 0; }


/*****Comment*****/
.commentform  {
	border-top: 1px dotted #AAA; 
	margin-top: 20px;
	padding-top: 20px;
}
.commentform input, textarea {
	border: 1px solid #CCC;
	background: url(images/input.png) repeat-x;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 6px;
}
.commentform  input:focus, textarea:focus {
}
.commentform  input {
	width: 200px;
}
.commentform  textarea {
	width: 500px;
	height: 100px;
}
input.submit {
	background: url(images/verzenden.png) no-repeat 0 0;
	border: 0;
	color: #FFF;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 34px;
	line-height: 18px;
	outline: none;
	padding-top: 3px;
	width: 103px;
}
input.submit:active {
	background: url(images/verzenden.png) no-repeat 0 -37px;
	cursor: pointer;
	outline: none;
	
}
input.submit::-moz-focus-inner { border: 0; }
.comment {
	border-top: 1px dotted #AAA; 
}
.reacties {
	border-top: 1px dotted #AAA; 
	margin-top: 20px;
	padding-top: 20px;

}
.reacties  div {
	margin: 0;
	padding: 0;
}
.comment-author {
	font-weight: bold;

}
.comment-author a, .comment-author a:hover {
	border: 0;
}
.comment-meta {
	color: #AAA;
	font-size: 10px;
	line-height: 12px;
	margin: 0;
	padding: 0;
}
.comment-meta a, .comment-meta a:hover {
	border: 0;
	color: #AAA;
}
.sociable {
	margin-bottom: 0;
}
.sociable ul {
	margin-bottom: 0;
}
.sociable ul li {
	display: inline;
	margin-right: 3px;
}
.sociable ul li a {
	border: 0;
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);

}
.sociable ul li a:hover {
	border: 0;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
/*****Twitter*****/
.twtr-widget {
	font-family: Helvetica, Arial, sans-serif;
	margin-top: -30px\0/; /*IE8only*/

}
.twtr-widget a:hover {
	text-decoration: none !important;
}
.twtr-widget h3 a, .twtr-widget .twtr-ft a  {
	border-bottom: 0;
}
.twtr-widget .twtr-ft a {	
	font-size: 15px;
	font-weight: bold;
	line-height: 28px;
}
.twtr-widget .twtr-tweet-text {
	font-size: 15px;
	line-height: 28px;
}
.twtr-widget .twtr-tweet-text a.twtr-hyperlink:hover {
	border-bottom: 1px dotted #38769c !important;
	color: #38769c !important;
	text-decoration: none !important;
}
.twtr-widget .twtr-tweet-text em a {
	border-bottom: 0;
	color: #38769c !important;
}
.twtr-widget .twtr-hd img {
	padding-top : 30px\0/; /*IE8only*/
}
.twtr-widget .twtr-hd h4 a {
	border-bottom: 0 !important;
	font-weight: bold;
	text-decoration: none !important;
}
.twtr-widget .twtr-hd h4 a:hover {
	text-decoration: none !important;
}
.twtr-widget .twtr-tweet-wrap {
	 padding: 5px 0;
}
.twtr-widget .twtr-tweet-wrap:hover {
	background: #f4f4f5;
}
