/*
 * @author:	Peter Slagter
 * @about: 	mod-weblog.css - Default weblog module layout and positioning
 * 			Aims to be generic, so that only tweaking this file is necessary when implementing the module.
 */

/*
	Defaults: CSS for webshop generic classes
*/

.wl-post-list {
	position: relative;
}

/** RSS Feed */

.wlpl-rss {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	background: url(../icons/rss.png) no-repeat 0 0;
}

/*
	.wl-post-list
	Weblog snippet: List of posts (titles only, titles + summary, full posts)
*/

.wl-post-list > h2 {
	display: none;
}

.wl-post-list h3 a,
.wl-post-list h2 a {
	text-decoration: none;
}

.wl-read-more {
	margin: 0;
}

.wl-post-list ol h2 {
	margin-bottom: .3em;
}

/* .wlpl-introduction & .wlpl-content */
.wlpl-introduction .wl-article,
.wlpl-content .wl-article,
.wlpl-introduction li,
.wlpl-content li {
	margin-bottom: 1.6em;
}

.wlpl-introduction p,
.wlpl-content .wl-meta,
.wlpl-content .wl-tags {
	margin-bottom: 0;
}

.wl-meta,
.wl-tags {
	font-size: 12px;
	line-height: 1.5em;
	color: #afafb3;
}

.wl-full-post .wl-meta,
.wl-full-post .wl-tags {
	margin-top: -1.5em;
	margin-bottom: 3em;
}

.wl-full-post .wl-tags {
	margin-top: -3em;
}

.wl-meta a,
.wl-tags a {
	color: #afafb3;
}

.wl-meta a:hover,
.wl-tags a:hover {
	color: #1a75b0;
}

.wlpl-introduction .wl-intro,
.wlpl-content .wl-intro {
	margin: .6em 0 1em;
}

.wli-image-small {
	display: block;
	float: left;
	margin: 5px 15px 0 0;
}

/* .wlpl-title */
.wlpl-title ol,
.wlpl-extended-title ol,
.wl-post-list ol,
#wl-comments ol {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
}

.wlpl-title .time {
	margin-right: 20px;
}

.wlpl-title li {
	margin-bottom: .5em;
}

.wlplt-reaction-amount {
	margin-left: 10px;
}

/* .wlpl-extended-title */
.wlpl-extended-title li {
	width: 100%;
	margin-bottom: 1em;
	clear: left;
	overflow: hidden;
}

.wlpl-extended-title .wli-image-small {
	margin: 0;
}

.wlpl-extended-title .wlp-title {
	display: block;
}

.wlpl-has-image .wlpl-et-details {
	margin-left: 105px;
}

.wlpl-et-details p {
	margin-bottom: 0;
}

/*
	.wl-tagcloud
	Weblog snippet: Tagcloud
*/

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

.wl-tagcloud li {
	margin-bottom: .5em;
}

/*
	.wl-full-post
	Weblog snippet: Full post layout
*/

.wl-full-post > h1 {
	display: none;
}

.wl-related ul {
	margin-bottom: 0;
}

/*
	#wl-comments
	Default comments layout
*/

#wl-comments .w-medium {
	width: 92%;
}

#wl-comments li {
	position: relative;
	margin-bottom: 1.5em;
	padding: 0 0 0 1.5em;
	border-bottom: 1px solid #f0f3f6;
	font-size: 12px;
	line-height: 1.5em;
}

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

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

.wl-meta .author {
	display: inline;
}

/*
	#wl-respond
	Response form, specific for weblog
*/

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

#wl-respond {
	padding-left: 1.5em;
}

/*
	.wl-author-info
	Weblog snippet: Author information
*/

.wl-author-info {
	overflow: hidden;
}

.wl-author-info h2 {
	margin-bottom: .5em;
}

.wl-author-info img {
	margin-bottom: .5em;
}

.wl-author-info ul {
	margin: 0 0 0 77px;
	list-style: none;
}

/*
	.wl-archive
	Weblog snippet: Archive snippet
*/

.wl-archive ol {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
}

.wl-archive strong {
	margin-bottom: .4em;
	font-size: .8em;
	font-weight: bold;
	line-height: 1.3em;
	color: #1a75b0;
}

.wl-archive ol ol {
	margin: 0 0 1em 0;
}

.wl-archive li li {
	display: inline-block;
	margin-right: 5px;
}

.wl-archive-year ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*
	.wl-authorlist-x
	List of faces with introduction text.
*/
.wl-authorlist-l ul,
.wl-authorlist-s ul {
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wl-authorlist-l li,
.wl-authorlist-s li {
	width: 100%;
	overflow: hidden;
	clear: left;
}

.wl-authorlist-l a,
.wl-authorlist-s a {
	width: 100%;
	display: block;
	text-decoration: none;
}

.wl-authorlist-l img,
.wl-authorlist-s img {
	float: left;
	margin-right: 10px;
}

.wl-authorlist-s span {
	display: block;
	white-space: nowrap;
}
