/**
 * Generic blogpost styling
 */

.wl-meta-sep-2, /** Hides hyphen in blogpost lists meta data */
.wl-meta-sep, /** Hides hyphen in full articles meta data */
.wl-post-list > h2, /** title of the blogpost list */
.blog-full-post .section-main > h1,
.wl-past-nav-sep { /** Full article navigation separator */
	display: none;
}

h1 a {
	color: #000;
}

.wl-article a:hover {
	color: #0A79A3;
	text-decoration: none;
}

/**
 * Meta data (generic)
 */

.wl-meta,
.wl-related h3 { /** related articles full article */
	margin: 0;
	text-transform: uppercase;
	font: .9em/1.6 Arial, sans-serif;
	letter-spacing: .2em;
	color: grey;
}

.wl-meta a {
	font-style: normal;
}

a.wlp-reaction-amount {
	float: right;
	display: inline-block;
	padding-right: 16px;
	text-align: right;
	color: #000;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABKUlEQVQ4T62SsY5FQBiFfyQ0EiqdqHQSGv1urdRK2Eq7j7Kt5hqJROUZdkuJhlqh8AQSDYIdEvZuCHdzd5op5pxvzsx/CHhyEU/64f8Avu87BEH4jySapukNLzRrlwSzWZZlX1VVYFn2lNE0DeR5DkVRLJAFgBCaTNO8NK/kGRLHMTgODr0CbNt+JP2mCYJgDxiGYRGEYQiWZe321U1RFBwC+r6HcRwvkzAMswcYhgE8z8MVhKZpwFOAKIp+nnC73WxJkpCiKCAIwmmCtm0hSRIoyxLNY9iKNENIkkSiKIKmaRskyzKoquoXFCdYzFsP7k9xJ3yO4xxd1yFNU6jrehMfRTusMmZ84la+4Ju+8EWvZ286BHiex+HP+ui67t113frPgMs53gm+AShVjhF50gs5AAAAAElFTkSuQmCC) no-repeat 100% 45%;
}

.wlp-reaction-amount span {
	position: absolute;
	left: -999em;
}

.wl-tags {
	padding-left: 20px;
	text-transform: uppercase;
	font: .9em/1.6 Arial, sans-serif;
	letter-spacing: .2em;
	color: grey;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABcUlEQVQ4T6WTO0vDYBSGm2YxXToJTvkNWgc38UqEDo6uLuJmrmpxKhSChYYkIP4OcYvVuggiaF1EcA0Ijhkz5OJ7QiJJbNqhgZDv9j7nPec7YWpzPsyc+loC0HV9sdFoHDEM04uiqJdBMV+gsSRJnapACcCyrAvP866azabium6f5/ljLL/IsvyMPQHjzSpIAjBNs4vDXfpi6vm+f8NxnA3RfhpgN47jHZw5LzuZBHBgvQPBEgRrmcAwjG2sC4qinOUhBQDsXk7LFw63AN7LQzLAITZ+WJZdxvcdEKeqaIBs1Ov1tiiKp3Tm7xopOuaPsLkyCzIYDNYRrE01KfQBQXCNI2y2wjAcw+pdlRPbth24EP41Eiz24eIewhbeMdIZliF07Vj7wN7txE4kCA4MAVpFOm+wSsDkQWS6oU8SF2pQjpKHIJ1XVVUfEJkK95WJpwLSBqN0RnhPEJXF2nVePBOQduFBEATfmqY9TSro3H/jL0oftBH6rULlAAAAAElFTkSuQmCC) no-repeat 0 50%;
}

.wl-tags span {
	position: absolute;
	left: -999em;
}

/**
 * Tagcloud
 */

.wl-tagcloud  h2 {
	font-size: 1em;
}

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

li[class*="wl-tc"], li[class*="wl-tc"] a {/** all labels in tagcloud */
	position: relative;
	float: left;
	margin: 0 5px 1em 0;
	text-transform: uppercase;
	font: .9em/24px Arial, sans-serif;
	height: 24px;
}

li[class*="wl-tc"] a {
	margin-left: 12px;
	padding: 0 10px 0 12px;
	background: #fff;
	color: grey;
	text-decoration: none;
}

li[class*="wl-tc"] a:before {
	content: "";
	float: left;
	position: absolute;
	top: 0;
	left: -12px;
	width: 0;
	height: 0;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
	border-width: 12px 12px 12px 0;
}

li[class*="wl-tc"] a:after {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	float: left;
	width: 5px;
	height: 5px;
	border-radius: 2px;
	background: #e5e4e4;
	box-shadow: 0 -1px 1px grey;
}

/** SM */

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

.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;
}

/**
 * Blogpost list
 */

/** Meta data blogpost list
 */

.wl-post-list .wl-meta {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 0.5em 0;
	border-top: 1px solid #ccc;
	font-size: .7em;
	color: grey;
}

.wl-post-list .wl-meta a {
	color: grey;
}

.wl-post-list .wl-tags {
	margin: 1em 0;
	font: .7em/1.2em Arial, sans-serif;
}

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

.wl-post-list li {
	position: relative; /** to position meta data */
	padding-top: 1.85em;
}

.wl-post-list h2 {
	margin-bottom: 0;
	font-size: 1.5em
}

.wl-post-list h2 a {
	color: #000;
}

.wl-post-list img {
	float: right;
	margin: .5em 0 1em 1.5em;
	border-bottom: 4px solid #ccc;
}

.wl-post-list .wl-intro p {
	margin-bottom: 0;
}

.wl-read-more {
	margin-bottom: 2.8em;
	font-size: .9em;
	font-style: italic;
	color: grey;
}

.wl-read-more:before {
	content: "\203A \00a0";
}

.wl-read-more a {
	color: grey
}

/**
 * Full article
 */

/** Meta data full article
 */

.wl-full-post .wl-meta {
	margin-top: 3.5em;
	border-bottom: 1px solid #ccc;
}

.wl-full-post .wl-meta a {
	color: #a9201e;
}

.wl-full-post img {
	margin-bottom: 1.5em;
}

.wl-full-post .wl-intro {
	font-size: 1.3em;
}

/**
 * Reactions form under full article
 */

.wl-section form {
	padding: 0;
}

.wl-section input,
.wl-section textarea {
	width: 100%;
}

.wl-section .submit div.fieldinput {
	margin-left: 0;
}

@media (min-width: 780px) {
	#message-tutorial {
		margin-left: -16em;
	}
}

#message-tutorial {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
	font-size: .85em;
	font-family: Inconsolata, monospace, sans-serif;
	font-weight: 400;
	background-color: #c6c3be;
}

#message-tutorial h3 {
	margin: .5em 0 0;
	font-family: Inconsolata, monospace, sans-serif;
	font-weight: 600;
	font-size: 1em;
}

/**
 * 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;
	font: .9em/1.6 Arial, sans-serif;
	letter-spacing: .02em;
	color: #000;
	background: #e5e4e4 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: #000;
}

.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-post-next {
	padding-right: 30px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAe0lEQVQ4T2NkoBAwUqifgWYGlAFdxgTEHYRciMsFnUCNIEMqCRmCzwuNQM11QAyiG3C5hFAYNAE11uIzhJABIIvxGkKMAfVQL4DCpQLdK4QM6AFqKCbXC31AjYXkBmI71LldQLocX1rA5QWQv7kIaQYZTCgMCCXEQWAAAIpIEhFQed/YAAAAAElFTkSuQmCC);
	background-position: 97% 50%;
}

/**
 * related articles
 */

.wl-related {
	border-top: 1px solid #ddd;
	color: rgba(0,0,0,0.4);
}

.wl-related ul {
	margin-top: 1em;
	margin-bottom: 3em;
}

.wl-related a {
	display: block;
	padding: 0 0 .5em 0;
}

.wl-related .time {
	color: grey
}

/**
 * Author
 */

.wl-author-info {
	position: relative;
	border-bottom: 1px solid #ccc;
}

.wl-author-info img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 1px 2px 0 1px #ccc;
}

.wl-author-info h2 {
	padding-top: 110px;
	text-align: center;
}