/*
 * @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 h3 a,
.wl-post-list h2 a {
    text-decoration: none;
}

.wl-read-more {
    margin: 0;
    text-align: right;
}

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

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

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

/**
 * Document list
 */

.wl-postAttachmentList {
    list-style: none;
    padding: 0;
    margin-left: 0;
}

/**
 * Audiojs element ... Hide HTML5 element
 */

.audiojs {
    max-width: 100%;
}

.wl-podcast {
    left: -999em;
    visibility: hidden;
}

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

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

.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;
    padding: 0;
    list-style: none;
    text-align: center;
}

.wl-tagcloud li {
    display: inline;
    margin-left: 15px;
}

.wl-tc-1 {
    font-size: .8em;
}

.wl-tc-2{
    font-size: 1em;
}

.wl-tc-3 {
    font-size: 1.33em;
}

.wl-tc-4 {
    font-size: 1.66em;
}

.wl-tc-5 {
    font-size: 2em;
}

.wl-tc-6 {
    font-size: 2.2em;
}

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

.wl-tagcloud a:hover {
    text-decoration: underline;
}

/*
    .wl-full-post
    Weblog snippet: Full post layout
*/
.wl-related ul {
    margin-bottom: 0;
}

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

.wl-post-navigation {
    overflow: hidden;
    margin-bottom: 1.5em;
}

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

.wl-post-prev {
    float: left;
}

.wl-post-next {
    float: right;
}

/*
    #wl-comments
    Default comments layout
*/
#wl-comments li {
    position: relative;
    padding-bottom: 0;
}

#wl-comments .wl-meta img {
    position: absolute;
    top: 0;
    left: 0;
}

/*
    #wl-respond
    Response form, specific for weblog
*/
#message-tutorial {
    margin: 1em 0 0 0;
}

/*
    .wl-author-info
    Weblog snippet: Author information
*/
.wl-author-info {
    padding: 10px;
    overflow: hidden;
}

.wl-author-info img {
    float: left;
}

.wl-author-info p {
    margin-left: 80px;
}

.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 {
    font-size: 1.2em;
}

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

.wl-archive li li {
    display: inline;
    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;
}