/**
 * General blog stuff
 */

.wl-meta .wl-meta-sep,
.wl-meta .wl-meta-sep-1 {
	display: none;
}

.wli-image-large,
.wli-image-small img,
.wl-full-post img {
	margin: 0 1px 1em 0;
	border: 3px solid #fff;
	box-shadow: 0 0 0 1px #cecdc2;
}

.time {
	margin-right: .3em;
}

/**
 * Post lists
 */

.wlpl-introduction > h2 {
	display: none;
}

#default .wlpl-introduction li {
	margin-bottom: 2em;
	position: relative;
	padding: 1em;
	border: 1px solid #ddd;
	border-radius: .3em;
	background-color: #fff;
}

/*.wl-post-list li > h2 {
	margin-bottom: 0;
	font-size: 1.9em;
}*/

.wl-post-list li > h2 a {
	text-decoration: none;
}

.wl-post-list ol {
	margin: 0;
	list-style: none;
}

.wl-meta {
	display: inline-block;
	margin-bottom: 0;
	margin-right: .875em;
	font-size: 0.875em;
	line-height: 1.5em;
}

.wl-meta a {
	text-decoration: none;
}

.wl-tags {
	display: inline-block;
	margin-bottom: 0;
	font-size: 0.875em;
	line-height: 1.5em;
}

.wl-tags span {
	display: inline-block;
	width: 10px;
	height: 1.5em;
	margin-right: .1em;
	text-indent: -999em;
	background: url(../img/tag.png) no-repeat 0 50%;
}

.wl-tags a {
	text-decoration: none;
	color: #b0afae;
}

.wl-meta a:hover,
.wl-tags a:hover {
	text-decoration: underline;
}

.wli-image-small {
	display: block;
	float: right;
	margin: .3em 0 0 20px;
}

.wl-intro {
	margin-top: 1em;
}

/*.wl-intro::before {
	display: block;
	content: "";
	width: 10%;
	margin-bottom: 1em;
	border-bottom: 1px solid #cecdc2;
}*/

/**
 * Full post
 */

.blog-full-post .page-title {
	height: 195px;
}

.blog-full-post .page-title h1 {
	display: none;
}

.wl-full-post h1 {
	display: none;
	margin-bottom: .5em;
	padding: 0;
	text-align: left;
	font-size: 2.2em;
	background: none;
}

.wl-full-post h1 a {
	text-decoration: none;
	cursor: default;
}

.wl-full-post h2 {
	margin-top: 1.54em;
}

.wl-full-post .wl-meta .time {
	display: inline;
}

.wl-full-post .wl-intro {
	margin-top: 2em;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #000;
}

.wl-full-post .wl-intro::before {
	width: 25%;
	margin-top: 0;
	margin-bottom: 2em;
}

.wl-full-post .wl-section h3 {
	display: none; /** Deel dit bericht */
}

.wl-nav {
	margin-top: 1.5em;
}

.wl-nav ul {
	list-style: none;
}

.wl-nav .time {
	display: none;
}

.wl-nav ul,
.wlpl-title ol {
	margin-left: 0;
	border-top: 1px solid #cecdc2;
}

.wl-nav li,
.wlpl-title li {
	display: block;
	padding: .5em 0;
	border-bottom: 1px solid #cecdc2;
}

.wl-nav a,
.wlpl-title a {
	text-decoration: none;
}

/**
 * Responses
 */

#wl-comments {
	margin-top: 3em;
	font-size: .875em; /** reset */
	line-height: 1.5em;
}

#wl-comments > h2 {
	margin-bottom: .5em;
	font-size: 2.2em;
}

#wl-comments ol {
	list-style: none;
	margin-bottom: 2em;
}

#wl-comments > ol > li {
	margin-bottom: 1.5em;
	padding: 1.5em 1.5em .5em;
}

#wl-comments .wl-meta {
	margin-bottom: 1em;
}

#wl-comments .wl-meta img {
	display: none;
}

#wl-comments .wl-meta .author {
	font-family: "PT Sans Caption", Verdana, sans-serif;
	font-size: 1.16667em;
	font-weight: bold;
	color: #333;
}

/** Form */

#wl-respond {
	padding: 0;
	border: none;
}

#wl-respond h3 {
	margin-bottom: .77em;
	font-weight: normal;
	font-size: 1.3em;
}

.wl-section form {
	width: auto;
	margin: 0;
}

.wl-section form .proFormText {
	width: 95%;
}

#message-tutorial,
#message-markdown-preview,
.markdown-preview-title {
	display: none;
}

/**
 * Author
 */

.wl-author-info {
	position: relative;
}

.wl-author-info img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50px;
}

.wl-author-info h2 {
	position: relative;
	padding-top: 105px;
	text-align: center;
	background: url(../../../img/procurioten-overlay.png) no-repeat 50% 0;
	z-index: 10;
}

/** SM */

.wl-author-meta {
	list-style: none;
}

.wl-author-meta li {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.wl-author-meta li a {
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -999em;
	background: url(../img/sm.png) no-repeat 0 0;
}

.wl-author-meta .wl-am-googleplus a {
	background-position: -29px 0;
}

.wl-author-meta .wl-am-twitter a {
	background-position: -58px 0;
}

.wl-author-meta .wl-am-linkedin a {
	background-position: -87px 0;
}

.wl-author-meta .wl-am-facebook a {
	background-position: -116px 0;
}

/**
 * Tag Cloud
 */

.wl-tagcloud ul {
	margin: 0;
	list-style: none;
}

.wl-tagcloud li {
	display: inline-block;
	margin: 0 2px .5em 0;
	font-size: 1em;
	zoom: 1;
	*display: inline;
}

.wl-tagcloud li a {
	display: block;
	height: 26px;
	padding: 0 7px 0 22px;
	font-size: 12px;
	line-height: 26px;
	text-decoration: none;
	white-space: nowrap;
	background: #e2e1e0 url(../img/blog-tags.png) no-repeat 0 0;
	color: #5f5d5a;
}

.wl-tagcloud li a:hover {
	color: #fff;
	background-color: #7f7f7f;
	background-position: 0 -26px;
}

/**
 * Previous / Next article
 */

.wl-post-nav {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	max-width: 49%;
	margin-top: 2em;
	margin-bottom: 3em;
	padding: .5em 15px;
	border: 1px solid #ccc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	font: .9em/1.6 Arial, sans-serif;
	letter-spacing: .02em;
	color: #000;
	background: #fff no-repeat;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.wl-post-nav:hover {
	border-color: #2e70c3;
}

.wl-post-nav-text {
	display: block;
	font-size: .7em;
}

.wl-post-prev {
	padding-left: 30px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAiUlEQVQ4T2NkoBAwUqifgW4GVAJd+heIu9BdTIwLQJrbgLgTiCtINQCkqQyIm4C4Hlt44XNBB1BDOT7NIANxGdAAtbEZSNfhiylcBsBsBzkb5HycAJ8XYK7oBeouwWUCoViAGdIHNKCY1ECEqQfFfSkQtwNxFanRiGzIF2zhQcgL+MIPLDfwBgAAY8AUEThaHAgAAAAASUVORK5CYII=);
	background-position: 3% 50%;
}

.wl-past-nav-sep {
	display: none;
}

.wl-post-next {
	float: right;
	padding-right: 30px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAe0lEQVQ4T2NkoBAwUqifgWYGlAFdxgTEHYRciMsFnUCNIEMqCRmCzwuNQM11QAyiG3C5hFAYNAE11uIzhJABIIvxGkKMAfVQL4DCpQLdK4QM6AFqKCbXC31AjYXkBmI71LldQLocX1rA5QWQv7kIaQYZTCgMCCXEQWAAAIpIEhFQed/YAAAAAElFTkSuQmCC);
	background-position: 97% 50%;
}