/* 2016-06-26 hide featured image from posts */
.type-post .attachment-post-thumbnail {
	display: none;
}

h1, .h1 {
	font-size: 33px;
	line-height: 40px;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	margin: 0;
	padding: 0;
	float: none;
	letter-spacing: 0;
	margin-bottom: 10px;
}

#commentform label {
	display: inline;
	float: none;
}

td {
	line-height: 1.5em;
}

#col-2-left #col-main {
	width: 580px;
}

#main-content {
/*width: 580px;*/
}

#col-2-left #col-left {
	width: 340px;
	padding: 0;
	float: left;
	margin-left: 20px;
}

ul.widgets-list-layout li {
	margin-bottom: 10px;
}

div.sharedaddy div.sd-block {
	margin-top: 20px;
	margin-bottom: 20px;
}

div.simplesocialbutton {
	margin-right: 25px;
}

.post img.wp-smiley {
	display: inline-block;
}

div.ssb-buttom-twitter {
	margin-right: 0;
}

.textwidget, #subscribe-blog, .jetpack_subscription_widget p, #shailan-countdown-3_1, #shailan-countdown-2_1 {
	font-weight: normal;
	color: #600;
}

/* BEGIN breadcrumbs */
.breadcrumbs {
	float: left;
	margin-left: 46px;
	margin-bottom: 10px;
	font-style: italic;
	width: 100%;
/* voor de homepage */
}

/* END breadcrumbs */
/* BEGIN Related posts */
#related_posts_thumbnails {
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
	margin-left: 3px;
}

#related_posts_thumbnails li {
	float: left;
	margin: 0;
	margin-left: -3px;
/* Force them more together to fit 4 thumbnails next to each other */
	padding: 5px;
	display: block;
	border-right: 1px solid #DDDDDD;
	background-color: #EEEEEF;
}

#related_posts_thumbnails li:hover {
	background-color: #FFFFFF;
}

#related_posts_thumbnails li a {
	border: 0 none;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
}

#related_posts_thumbnails li a+a {
	display: block;
	width: 110px;
	overflow: hidden;
	height: 75px;
	color: #333333;
	text-decoration: none;
	font: 12px Arial;
}

#related_posts_thumbnails img {
	padding: 0;
	margin: 0;
	border: 0 none;
}

/* END Related posts */
/* BEGIN footer */
#menu-footermenu {
	font-weight: bold;
}

/* END footer */
/* BEGIN feedback (category + tags) */
.feedback {
	margin-top: 10px;
}

/* END feedback (category + tags) */
/* BEGIN Numbered comments */
.commentlist &gt; li {
	list-style-type: decimal;
	list-style-position: inside;
}

.commentlist ul li {
	list-style-type: none;
	list-style-position: inside;
}

/* END Numbered comments */
/* Print Styles */
@media print {
	body {
		background: white;
		color: black;
		margin: 0;
	}
	
	div.nav-main {
		display: none;
	}
	
	#col-left.sidebar {
		display: none;
	}
	
	#respond {
		display: none;
	}
	
	.sharedaddy {
		display: none;
	}
	
	#footer {
		display: none;
	}
	
	#col-2-left #col-main, #main-content {
		width: 900px;
	}
}