/*   
Theme Name: Shape
Theme URI: http://themeshapes.com/shape/
Description: A search engine optimized website framework for WordPress.
Author: Ian Stewart
Author URI: http://themeshapes.com/
Version: 0.1.2
Tags: threaded-comments, microformats
.
The Shape Theme for WordPress is copyright ThemeShapes http://themeshapes.com/
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Import a basic layout */
@import url('styles/3c-b.css');

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 14px;
	font-size: 13px; 
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	color: #313131;
	
} 
/* =Global
----------------------------------------------- */
 A:link {
	text-decoration: none;
	color: #019ADE;
}
 A:hover {
	color: #019ADE;
}
A:visited {
	color: #000;
}
h3 {
	color: #000000;
	font-weight: bold;
}

hr {
background-color: #ccc;	
}

body, input, textarea {
	/*color: #373737;
	font: 18px ;"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: Georgia, Cambria, "Times New Roman", Times, serif
	font-weight: 300;
	line-height: 1.6;*/
	/*font-family: Georgia, Cambria, "Times New Roman", Times, serif;*/
	letter-spacing: 0px;
}
body {
	background: #FFFFFF;
	/*margin: 1.5em 15%;*/
	margin: 0 0;
	font-family: helvetica, arial, sans-serif;  /*ccc*/
	font-size: 13px; /*ccc*/
	line-height: 1.6em; /*ccc*/
	color: #313131;
}
html, body {
	height: 100%;
} /*sticky;*/
#sticky {
	min-height: 100%; /*sticky;*/
}
/*Opera Fix voor sticky*/
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
/
}
#page {
	background: #fff;
}
#innercontent {
	width: 960px;
	margin: 0px auto;
	background-color: #FFFFFF;
	float: center;
	overflow: auto;/*sticky;*/
	padding-bottom: 60px;/*sticky;*/
}
#top_spacer {
	background-color: #019ADE;
	height: 10px;
}
#peeldiv {
	background-color: #019ADE;
	color: #000000;
	float: right;
}
#wrapper {
	width: 960px;
	float: center;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
/* =Header
-------------------------------------------------------------- */



#masthead {
}
#logo_menu {
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 10px;
}
#branding {
	margin: 10px 0 0 0;/*margin: 0 0 1.5em 0;*/
	/*background-image:url('images/top_banner_left.png');*/
	background-repeat: repeat, repeat-x;
	height: 100px;
}
#menubox /*nieuw*/ {
	float: right;
	width: 625px;
	text-align: right;
	margin-top: -62px;
	z-index: 1000;
}
#blog-title {
	display: none;
}
#blog-description {
	display: none;
}
/* =Menu
-------------------------------------------------------------- */
div.menu-navigation-container {
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
}
div.menu-bottom-navigation-container {
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	width: 100%;
}
ul#menu-navigation.menu {
	border-left: 1px solid #DDD;
}
ul#menu-bottom-navigation.menu {
	border-left: 1px solid #DDD;
	list-style: none;
	float: center;
	margin: 00px auto;
}
li#nav_menu-2.widget.widget_nav_menu {
	list-style: none;
	width: 100%;
}
#access {
	margin: 0 0 0 0;
	/*overflow: auto;*/
	height: 36px;
	/*background-image: url('images/nav_button_back.png');*/
	
	clear: both;
	display: block;
	text-align: center;
}
.skip-link {
	display: none;
}
.menu ul {
	list-style: none;
	margin: 0;

}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;/* border-right: 1px solid #DDD; */
}
.menu a {
	display: block;
	float: left;
}
#placeholder_image {
	width: 960px;
	height: 200px;
	margin-bottom: 20px;
	margin-top: 20px;
	background-image: url('images/bg.jpg');
}
#access li:hover > a, #access ul ul :hover > a, #access a:focus {
	background: #efefef;
}
#access li:hover > a, #access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #019ADE;
	height: 36px;
	width: 164px;
	margin-top: 0px;
	margin-left: 0px;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a {
	font-weight: bold;
}
/*******/

#access {
	background: #fff; /* Show a solid color for older browsers */
	/*background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a));*/ /* older webkit syntax */
	/*background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;*/
	clear: both;
	display: block;
	/*float: left;*/
	/*margin: 0 auto 6px;*/
	margin: 5 0 0 0;
	width: 100%;
	text-align: center;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 0;
	padding-left: 0;
	display: inline-block;
}
#access li {
	width: 192px;
	height: 36px;
	float: left;
	position: relative;
}
#access a {
	color: #666666;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
	margin-left: 50px;
	margin-right: 50px;
}
#access ul {
	width: 960px;/*background: url(images/nav_button_back.png) no-repeat 0px 0px;*/
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	/*top: 3.333em;*/
	left: 0px;
	width: 192px;/*z-index: 99999;*/
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 0px 0px;
	width: 168px;
}
/* =Content
-------------------------------------------------------------- */

.post {
	margin: 0 0 0 0;/*border-bottom: 1px dotted #ddd;*/
}
#content {
/*min-height: 500px;*/
}
.entry-content, .entry-summary, .entry-meta {
	margin: 0.7em 0 0 0;
}
.entry-meta {
	clear: both;
}
.entry-utility {
	margin-bottom: 20px;
}
.entry-meta span, .entry-utility span {
	font-size: 12px;
	color: #666;
}
.entry-meta span a, .entry-utility span a {
	font-size: 12px;
	color: #666;
}
.entry-meta span a:hover, .entry-utility span a:hover {
	font-size: 12px;
	color: #019ADE;
}
.entry-date span {
	font-size: 12px;
	color: #666;
}
span.cat-links a {
	font-size: 12px;
	color: #019ADE;
}
span.cat-links a:hover {
	font-size: 12px;
	color: #666;
}
span.tag-links a {
	font-size: 12px;
	color: #AA985E;
}
span.tag-links a:hover {
	font-size: 12px;
	color: #666;
}
/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 12px 0;
	overflow: auto;
}
/* =Widget Areas
-------------------------------------------------------------- */

#widget_top_spacer {
	background-color: #666666;
	height: 2px;
	margin-bottom: 10px;
}
#widget_spacer {
	background-color: #CCCCCC;
	height: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.widget-area ul {
	list-style: none;
	margin-left: 0;

}
.widget-area ul ul {
	list-style: disc;/*margin-left: 1.1em;*/
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}
ul#display-inline-block-example, ul#display-inline-block-example li {
	/* Setting a common base */
	margin: 0;
	padding: 0;
}
ul#display-inline-block-example li {
	display: inline-block;
	min-height: 14px;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}
ul#title_image_middle {
	display: inline-block;
	min-height: 14px;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}
#title_image_left {
	display: inline-block;
	width: 33px;
	margin-top: 6px;
	height: 24px;
	background: url(images/header_image.png) no-repeat 0px 0px;
	vertical-align: text-bottom;
}
#title_image_right {
	display: inline-block;
	width: 33px;
	margin-top: 6px;
	height: 24px;
	background: url(images/header_image.png) no-repeat 0px 0px;
	float: right;
	vertical-align: text-bottom;
}
#title_middle {
	display: inline-block;
	font-weight: bold;
	width: 80%;
	/*position: fixed;*/
	top: 50%;
	left: 50%;
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
}
#title_middle_custom {
	display: inline-block;
	font-weight: bold;
	width: 80%;
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
}
#title_left {
	display: inline-block;
	/*margin-top: 6px;*/
	background-color: #ffffff;
	/*width: 72px;*/
	vertical-align: text-bottom;
}
#title_right {
	display: inline-block;
	/*margin-top: 20px;*/
	/*height: 24px;*/
	float: right;
	vertical-align: text-bottom;
}
ul#display-inline-block-example {
	border-bottom: dotted 1px #CCCCCC;
	height: 40px;
}
ul#display-inline-block-example li {
/*padding-left: 5px;*/
	
}
ul#display-inline-block-header {
	height: 40px;
	list-style: none;
	padding-top: 105px;
}
/*ul#display-inline-block-header li {
	display: inline-block;
	min-height: 14px;
	vertical-align: middle;
	margin-left:auto;
	margin-right:auto;
}*/
#facebook {
	height: 40px;
	width: 40px;
	position: relative;
	background: url(images/logo_facebook_small.png) no-repeat 0px 0px;
	margin: 0;
	float: left;
}
#twitter {
	height: 40px;
	width: 40px;
	position: relative;
	background: url(images/logo_twitter_small.png) no-repeat 0px 0px;
	margin: 0px;
	float: left;
}
#google_plus {
	height: 40px;
	width: 40px;
	position: relative;
	background: url(images/logo_google_plus_small.png) no-repeat 0px 0px;
	margin: 0px;
	float: left;
}
#youtube {
	height: 40px;
	width: 40px;
	position: relative;
	background: url(images/youtube.png) no-repeat 0px 0px;
	margin: 0px;
	float: left;
}
#searchTwentyEleven {
	position: relative;
	margin: 0px;
	float: right;
}
li.cat-item {
	border-bottom: dotted 1px #CCCCCC;
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 270px;
}

li.cat-item a:link {
	color: #333;
}

li.cat-item a:hover {
	color: #019ADE;
}
/* Widget Title: BG Color + Font */
h3.widget-title {
	/*background-color: #0B5487; *//* Dark blue */
	/*color: white;*/
	font-weight: bold;
	/*margin: -10px -10px 0 -10px;
	padding: 20px;*/
	width: 180px;
	text-align: left;
}
li#bm_popularposts-2.widget-container.widget_bm_popularposts {
	/*li#graceful_sidebar.widget-container.gs_widget{*/
	background-color: #AA985E;/*#00AEF0;*/
	color: #FFF;
	padding: 0px;
}
li#bm_popularposts-2.widget-container.widget_bm_popularposts h3 {
	color: #FFF;
	background-color: #AA985E;
	width: 100%;
	float: center;
	vertical-align: center;
	padding-top: 10px;
}
li#bm_popularposts-2.widget-container.widget_bm_popularposts li#title_image_left {
	display: none;
}
li#bm_popularposts-2.widget-container.widget_bm_popularposts li#title_image_right {
	display: none;
}
li#bm_popularposts-2.widget-container.widget_bm_popularposts li#title_image_middle {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}
li#bm_popularposts-2.widget-container.widget_bm_popularposts #widget_top_spacer {
	display: none;
}
span.openquote {
	background: url('images/openquote.gif') no-repeat scroll left top transparent;
	padding: 2px 0px 2px 25px;
}
span.closequote {
	background: url('images/closequote.gif') no-repeat scroll right top transparent;
	padding: 2px 0px 2px 25px;
}
span.lipje_rechts {
	background: url('images/lipje_rechts.png');
	padding: 0px 0px 0px 180px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#between_quotes {
	padding: 10px 10px 0px 10px;
	color: #FFFFFF;
}
#lipje_rechts {
	width: 180px;
	height: 17px;
}
#site-info p {
	text-align: center;
}
label.screen-reader-text {
	display: none;
}
/*Dropcap*/

.article-content {
	color: #333;
	background: white;
}
.clearfloats {
	clear: both;
}
.contentheading {
	font-size: 28px;
}

blockquote p{
font-family: Georgia, "Times New Roman", Times, serif;
color: #666666;
font-style:italic;
margin: 15px 40px 15px 15px;
} 

 

h1 { /*nieuw*/
	color: #000;
	font-size: 28px;
	margin-bottom: 10px;
}
h2 {
	color: #AA985E;
	font-size: 28px;
	margin-bottom: 10px;
	font-weight: normal;
}
h2.page-title {
	color: #313131;
	font-size: 13px;
	margin-bottom: 10px;
}
h2.entry-title {
	color: #AA985E;
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 1.2em
}
h2.entry-title a {
	text-decoration: none;
	color: #AA985E;
	font-size: 24px;
}
h2.entry-title a:hover {
	color: #019ADE;
}
p {
	display: block;
	-webkit-margin-before: 0.2em;
	-webkit-margin-after: 0.2em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	margin-bottom: 25px;
	line-height: 18px;
}
.article_separator {
	clear: both;
	display: block;
	height: 30px;
	margin: 0;
	background: url('images/dot.gif') repeat-x center;
}
/*.dropcap {
display: block;
float: left;
font: 60px/58px Georgia,Times,serif;
padding: 0 10px 0 0;
margin-top: 0px;
color: #333;
}
/*End dropcap*/




/* styling index */


#content-home h1 {
	color: #019ADE;
	font-size: 19px;
	line-height: 1em;
	margin-bottom: 0.8em;
	padding-bottom: 6px;
	/*border-bottom: solid 1px #e9e9e9;*/
	text-transform: uppercase;
}
#content-home h2 {
	color: #f87100;
	font-size: 15px;
	font-weight:bold;
	line-height: 1em;
	margin-bottom: 0.8em;
	padding-bottom: 4px;
	border-bottom: solid 1px #e9e9e9;
	text-transform: uppercase;
}
#content-home ol {
	margin-left: 6px;
	margin-top: -10px;
	margin-bottom: 10px;
	line-height: 18px;
}
#homelijst1 ul {
	list-style: none;
}
#homelijst1 li {
	list-style: none;
	background: url(images/bullet_z.png) no-repeat 0 20%;
	padding-left: 20px;
	margin-left: 0px;
	padding-bottom: 10px;
}
#homelijst2 ul {
	list-style: none;
}
#homelijst2 li {
	list-style: none;
	background: url(images/bullet_b.png) no-repeat 0 15%;
	padding-left: 20px;
	margin-left: 0px;
	padding-bottom: 10px;
}



/* styling page */


#content-page h1 {
	color: #00000;
	font-size:30px;
	line-height: 1em;
	margin-bottom: 0.8em;
	padding-bottom: 6px;
	border-bottom: solid 1px #cccccc;
}

.ondertitel {
color: #F87100;
display: block;font-style: italic;
font-size: 14px;
}


#content-page h2 {
	color: #019ADE;
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 0.8em;
	padding-bottom: 4px;
	text-transform: uppercase;
}

#content-page h3 {
	color: #f87100;
	font-size: 14px;
	line-height: 1em;
	margin-bottom: 1px;
	padding-bottom: 2px;
	
}


#content-page ol {
	margin-left: 6px;
	margin-top: -10px;
	margin-bottom: 10px;
	line-height: 18px;
}

#pagelijst1
{
padding-bottom: 20px;
}

#pagelijst1 ul {
	list-style: none;
	
}
#pagelijst1 li {
	list-style: none;
	background: url(images/bullet_z.png) no-repeat 0 20%;
	padding-left: 20px;
	margin-left: 0px;
	padding-bottom: 10px;
}

tr td {
	
	padding: 4px;
}



/* styling advies page */


#content-advies h1 {
	color: #00000;
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 0.8em;
	padding-bottom: 6px;
	border-bottom: solid 1px #cccccc;
	
}
#content-advies h2 {
	color: #019ADE;
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 0.8em;
	padding-bottom: 4px;
	text-transform: uppercase;
}

#content-advies h3 {
	color: #f87100;
	font-size: 14px;
	line-height: 1em;
	margin-bottom: 1px;
	padding-bottom: 2px;
	
}


#content-advies ol {
	margin-left: 6px;
	margin-top: -10px;
	margin-bottom: 10px;
	line-height: 18px;
}

h3.widget-title-advies  {
border-bottom: 1px solid #ccc;
color: #000;
margin-bottom: 10px;
}



.menu-adviesmenu-container {
	height: 40px;
}
.menu-adviesmenu-container a {
	color: #019ADE;
}
.menu-adviesmenu-container a:hover {
	color: #F87100;
}

.menu-adviesmenu-container .menu li a {
	font-weight: normal;
	height: auto;
	line-height: 15px;
	padding: 0px 0px;
	/*width: 140px;*/
	padding-bottom: 5px;
	padding-top: 5px;
	
}




/* styling workshop page */


#content-workshop h1 {
	color: #00000;
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 0.8em;
	padding-bottom: 6px;
	border-bottom: solid 1px #cccccc;
	
}
#content-workshop h2 {
	color: #019ADE;
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 0.8em;
	padding-bottom: 4px;
	text-transform: uppercase;
}

#content-workshop h3 {
	color: #f87100;
	font-size: 14px;
	line-height: 1em;
	margin-bottom: 0.2em;
	padding-bottom: 4px;
	
}


#content-workshop ol {
	margin-left: 6px;
	margin-top: -10px;
	margin-bottom: 10px;
	line-height: 18px;
}

h3.widget-title-workshop  {
border-bottom: 1px solid #ccc;
color: #000;
margin-bottom: 10px;
}



.menu-workshopmenu-container {
	height: 40px;
}
.menu-workshopmenu-container a {
	color: #019ADE;
}
.menu-workshopmenu-container a:hover {
	color: #F87100;
}
.menu-workshopmenu-container .menu li {
	display: inline;
}
.menu-workshopmenu-container .menu li a {
	/*font-weight: normal;*/
	height: auto;
	line-height: 15px;
	padding: 0px 0px;
	/*width: 140px;*/
	padding-bottom: 5px;
	padding-top: 5px;
}


ul.sub-menu {
margin-left: 10px;	
}

/*Contact form*/




#colophon {
	margin-top: 40px;
	margin-bottom: 40px;
}
/* mailchimp aanpassingen */

.nsu-form {
	border: 1px solid #ccc;
	background-color: #FBFBFB;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}
/* social plugin aanpassingen  -> zodat teller niet te zien is*/

.pluginCountButton {
	visibility: hidden!important;
	border: 1px solid#F00 !important;
}
.U1 {
	visibility: hidden!important;
	border: 1px solid#F00 !important;
}
/* ---------- aanpassingen binnen layout ----------*/

#footer_inner {
	/*
	width: 100%;*/
	clear: left;
	width: 960px;
	height: 60px;
	margin: 0 auto;
}
#footer_copyright {
	float: left;
	width: 400px;
	
	color: #BBBBB4;
}
#footer_copyright a:link {
	text-decoration: none;
		color: #BBBBB4;
}
#footer_copyright a:hover {
color: #019ADE;
}

#footer_copyright a:visited {
color: #BBBBB4;
}

 .copyright_streepje {
border-right: 1px solid #BBBBB4;
	padding-right: 10px;
	color: #BBBBB4;
	size:12px;
	margin-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}



#footer_menu {
	float: right;
	width: 400px;
	clear: none;
}
#footer_menu a {
	color: #BBBBB4;;
	text-decoration:none;
}
#footer_menu a:link {
	color: #BBBBB4;
}
#footer_menu a:hover {
 color: #019ADE;
}

#footer_menu .menu li a { /* om ruimte tussen onderste menu items te krijgen */
	padding-left: 10px;
}
#footer_menu .menu li a:hover {
 color: color:#019ADE;
}
#footer_menu .menu li a { /* voor pipes */
	border-left: 1px solid #BBBBB4;
	padding-right: 10px;
}
#footer_menu .menu li:first-child a { /* voor niet tonen pipe */
	border-left: 0;
}
.footer_menurechts {
	float: right;
}
/*
#menu_zijkant {
	float:left;
	position: relative;
	width: 180px;
	clear:both;

}*/


.menu-blogmenu-container {
	margin-bottom: 20px;
	overflow: hidden;
}
.menu-blogmenu-container a {
	color: #000;
}
.menu-blogmenu-container a:hover {
	color: #00AEE0;
}
.menu-blogmenu-container .menu li {
	display: block;
}
.menu-blogmenu-container .menu li a {
	border-bottom: 1px dotted #ddd;
	font-weight: bold;
	height: auto;
	line-height: 1.4em;
	padding: 0px 0px;
	width: 270px;
	padding-bottom: 10px;
	padding-top: 10px;
	
}
.menu-hoofdmenu-container {
	height: 40px;
}
.menu-hoofdmenu-container a {
	color: #019ADE;
}
.menu-hoofdmenu-container a:hover {
	color: #F87100;
}
.menu-hoofdmenu-container .menu li {
	display: inline;
}
.menu-hoofdmenu-container .menu li a {
	font-size: 15px; /*ccc*/
	font-weight: bold;
	
	height: auto;
	line-height: 1.4em;
	padding: 0px 0px;
	/*width: 140px;*/
	margin-left: 65px;
	padding-bottom: 10px;
	padding-top: 10px;
}
div.clear {
	clear: both;
}
.current-cat a {
	color: #019ADE;
	/*text-decoration: underline;*/
}
.current_tag a {
	color: #019ADE;
	/*text-decoration: underline;*/
}
.tagcloud {
	color: #999;
	margin-bottom: 28px;
	width: 270px;
}
.tagcloud a {
	color: #999;
}
.tagcloud a:link {
	color: #999;
}
.tagcloud a:hover {
	color: #019ADE;
}
li { /* om er voor te zorgen dat in IE7 geen bullets voor tags titel komen te staan */
	list-style: none;
}
#title_image_middle li {
	list-style: none;
}
.nav-previous {
	margin-top: 20px;
	width: 48%;
	float: left;
}
.nav-next {
	margin-top: 20px;
	width: 50%;
	float: right;
	text-align: right;
}
.menu-hoofdmenu-container.menu a {
 border: 1px solid:#F00;
	display: block;
}
#social {
	margin-top: 30px;
	float: left;
	clear: both;
	width: 180px;
}
#social ul {
	list-style: none;
}
.tags {
	color: #666;
	font-size: 11px;
}
/*div.entry-content p:first-child:first-letter {
float:left;
font-size:3em;
color: #666;
margin-right:0.10em;
line-height:50%;

}*/

#contentslider_blok {
	Float: left;
	margin-right: 10px;
	width: 630px;
}
#cameraslider_blok {
	margin-top: 10px;
	Float: left;
	width: 630px;
	height: 200px;
	margin-right: 10px;
	border: 1px solid #e9e9e9;
}

span.dropcap {
	font: 60px/58px Georgia, Times, serif;
	display: inline;
	float: left;
	margin: 0;
	padding: .26em .08em 0 0;
 #padding: 0.26em 0.08em 0.2em 0.00em;/* override for Microsoft Internet Explorer browsers*/
	_padding: 0.26em 0.08em 0.4em 0.00em; /* override for IE browsers 6.0 and older */
	font-size: 3.6em;
	line-height: .4em;
	text-transform: capitalize;
	color: #666;
}
/* om comments in te laten springen */

.comments li ul li {
	margin-top: 10px;
	margin-left: 30px;
	padding: 0 20px 10px 0;
}
.comments li ul li ul li {
	margin-top: 10px;
	margin-left: 30px;
}
#footer_menu .current-menu-item a, 
#footer_menu .current-menu-ancestor a, 
#footer_menu .current_page_item a, 
#footer_menu .current_page_ancestor a {
	font-weight: bold;
	color: #019ADE;
}

.menu-adviesmenu-container .current-menu-item a, 
.menu-adviesmenu-container .current-menu-ancestor a, 
.menu-adviesmenu-container .current_page_item a, 
.menu-adviesmenu-container .current_page_ancestor a {
	color: #F87100;
}


.menu-workshopmenu-container .current-menu-item a, 
.menu-workshopmenu-container .current-menu-ancestor a, 
.menu-workshopmenu-container .current_page_item a, 
.menu-workshopmenu-container .current_page_ancestor a {
	color: #F87100;
	/*font-weight: bold;*/
}


/*
ul#menu-workshopmenu .current-menu-item a, 
ul#menu-workshopmenu .current-menu-ancestor a, 
ul#menu-workshopmenu .current_page_item a, 
ul#menu-workshopmenu .current_page_ancestor a {
		color: #F87100;
		font-weight: bold;
		
	
}*/



ul.sub-menu .current-menu-item a, 
ul.sub-menu .current-menu-ancestor a, 
ul.sub-menu .current_page_item a, 
ul.sub-menu .current_page_ancestor a {
		color: #F87100;
		font-weight: bold;
		
	
}

ul.sub-menu .current-menu-item a:before
{
		color: #F87100;
		content: "»" ;
		margin-right: 6px;
		
}


.menu-blogmenu-container .current-menu-item a, 
.menu-blogmenu-container .current-menu-ancestor a, 
.menu-blogmenu-container .current_page_item a, 
.menu-blogmenu-container .current_page_ancestor a {
	color: #F87100;
}


.menu-hoofdmenu-container .current-menu-item a, 
.menu-hoofdmenu-container .current-menu-ancestor a, 
.menu-hoofdmenu-container .current-menu-parent a, 
.menu-hoofdmenu-container .current_page_item a, 
.menu-hoofdmenu-container .current_page_parent a, /*zorgt er voor dat blog sub actief wordt*/
.menu-hoofdmenu-container .current-page-ancestor a,
.menu-hoofdmenu-container .current_page_ancestor a
{
	color: #F87100;
}




#comment-notes {
	font-size: 11px;
	color: #666;
}
.htmltags {
	font-size: 11px;
	color: #666;
}
.comment-author a:link {
	font-size: 12px;
	color: #666;
}
.comment-author {
	font-size: 12px;
	color: #666;
}
.comment-meta a:link {
	font-size: 12px;
	color: #666;
}
.comment-meta {
	font-size: 12px;
	color: #666;
}
.entry-summary a {
	color: #019ADE;
}
.entry-content a {
	color: #019ADE;
}
.entry-summary a:hover {
	color: #666;
}
.entry-content a:hover {
	color: #666;
}
.entry-content ol li {
	margin-left: 18px;
	list-style-type: decimal;
}
.entry-content ul li {
	margin-left: 18px;
	list-style-type: disc;
}
a.addtoany_share_save img {
	margin-left: -10px;
	border: 0;
	width: auto;
	height: auto
	
}
/* index tekst blok*/
#indextekst_blok {
	margin-top: 10px;
	Float: right;
	width: 260px;
	height: 170px;
	/*border: 1px solid #ccc;*/
	padding: 10px 20px 20px 20px;
	background-color: #f1f1f1;
	color: #fff;
	overflow: hidden;
}

#indextekst_blok h2 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 24px;
	margin-bottom: 10px;
	width: 280px;
}
#indextekst_blok h3 {
	font-size: 22px;
	font-weight: bold;
	color: #333;
}
#indextekst_blok h4 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
#indextekst_blok strong {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
#indextekst_blok p {
	color: #333;
}
#indextekst_blok a {
	color: #333;
}

/* in gesprek met blok*/
#ingesprekmet_blok img, #indextekst_blok img {
	margin: -10px -20px -20px -20px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#ingesprekmet_blok img, #indextekst_blok img {
	margin: -25px -20px -20px -20px;
}
}
#ingesprekmet_blok {
	margin-top: 10px;
	Float: right;
	width: 260px;
	height: 170px;
	border: 1px solid #ccc;
	padding: 10px 20px 20px 20px;
	background-color: #AA985E;
	color: #fff;
	overflow: hidden;
}
#ingesprekmet_blok h2 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 24px;
	margin-bottom: 10px;
	width: 280px;
}
#ingesprekmet_blok h3 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
#ingesprekmet_blok h4 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
#ingesprekmet_blok strong {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
#ingesprekmet_blok p {
	color: #fff;
}
#ingesprekmet_blok a {
	color: #fff;
}
/*#ingesprekmet_blok a:hover {
	color: #019ADE;
}

#ingesprekmet_blok h2:hover {
	color: #019ADE;
}

#ingesprekmet_blok h3:hover {
	color: #019ADE;
}

#ingesprekmet_blok h4:hover {
	color: #019ADE;
}

#ingesprekmet_blok p:hover {
	color: #019ADE;
}
*/

.goud_link {
	display: block;
	padding: 0px;
	margin: 0;
	width: 350px;
	height: 250px;
}
.goudblok {
	height: 200px;
	padding: 0px;
	margin-top: -20px
}
.goud_blok a:link {
	color: #000;
	padding: 0px;
	margin: 0px
}
.goud_blok a:visited {
	color: #000;
	padding: 0px;
	margin: 0px
}
.goud_blok a:hover {
	margin: -20px 0px 0px -20px;
	padding: 20px 0px 0px 20px;
	text-decoration: none;
	color: #019ADE;
	background-color: #019ADE;
}
.attachment-thumbnail {
	float: left;
	margin-right: 10px;
	margin-top: 14px;
}


/*---------------------------------------------------------------------
om tekst en hr rechts uit te lijnen in linker kolom 
---------------------------------------------------------------------*/
.tekstrechts {
	width: 200px;
	float: right;
	text-align:left;
	font-style: italic;
	color: #F87100;

}



/*---------------------------------------------------------------------
wpcolumn 
---------------------------------------------------------------------*/

.wpcolumn-clearfix {
	clear: both;
}
.wpcolumn-wrapper {
	line-height: 16px;
}
.wpcolumn-wrapper-3 {
	margin-top: 20px;
}
.wpcolumn-wrapper-3 .wpcolumn-first {
	float: left;
	width: 300px;
	padding: 0px;
	margin-right: 29px;
	margin-top: -1px;
	padding-top: 10px;
}
.wpcolumn-wrapper-3 .wpcolumn-other {
	float: left;
	width: 300px;
	padding: 0px;
	margin-top: -1px;
	padding-top: 10px;
}
.wpcolumn-wrapper-3 .wpcolumn-last {
	float: left;
	width: 300px;
	padding: 0px;
	margin-left: 29px;
	margin-top: -1px;
	padding-top: 10px;
}
.wpcolumn-wrapper-2 .wpcolumn {
	float: left;
	padding: 0px;
}
.wpcolumn-wrapper-2 .wpcolumn-first {
	float: left;
	width: 370px;
	padding: 0px;
	margin-right: 30px;
	margin-top: -1px;
	padding-top: 10px;
}
.wpcolumn-wrapper-2 .wpcolumn-last {
	width: 560px;
	padding: 0px;
	margin-top: -1px;
	padding-top: 10px;
}


.page-id-5198 .entry-content img {
    margin: 0;
}

