/**
 *    weblogRssIcon
 */

.weblogRssIcon {
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    margin-bottom: 1em;
    text-indent: -999em;
    background: url(../icons/rss.png) no-repeat 0 0;
}

/**
 * weblog list placed in footer columns container
 */

.preFooter ol,
.preFooter li {
    padding: 20px 0;
}

.preFooter li .postListExtTitle__postDetails {
    position: relative;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.preFooter .weblogMeta__date {
    position: absolute;
    top: 0;
    font-size: 0.8em;
    color: #555;
}

.preFooter li .postListExtTitle__postTitle {
    position: relative;
    padding-top: 20px;
}

/**
 *    weblogMeta
 */

.weblogMeta {
    margin-bottom: 1em;
    font-size: .9em;
}

.weblogMeta__date {
    color: #999;
}

.weblogMeta__authorDescription,
.weblogMeta__tagDescription {
    position: absolute;
    left: -999em;
}

.weblogMeta__tag {
    display: inline-block;
    margin-right: .3em;
    margin-bottom: .5em;
    padding: .4em 1em .3em;
    border: 1px solid;
    border-radius: 2px;
    font-size: .9em;
    opacity: .8;
    text-decoration: none;
}

.weblogMeta__tag:hover {
    text-decoration: none;
}

* + .weblogMeta__authors:before,
* + .weblogMeta__reactionCount:before {
    display: inline-block;
    content: '\2022';
    margin: 0 .1em;
    color: #bbb;
}

/**
 * weblogIsBasedOnExternalSource
 */

.weblogExternalSource {
    margin-bottom: 2em;
    font-size: 0.7em;
    color: #999;
}

.weblogExternalSource__sourceUrl {
    text-decoration: none;
    color: #999;
}

.weblogExternalSource__sourceUrl:hover {
    text-decoration: underline;
    color: #999;
}

/**
 *    postListTitle
 */

.postListTitle__list {
    overflow: hidden;
    margin: 0 0 1em;
    padding: 0.5em 0 0 0;
    list-style: none;
    clear: both;
}

.postListTitle__postDate {
    display: block;
    font-size: .8em;
    color: #999;
}

.postListTitle__postTitle,
.postListTitle__postComments {
    display: inline-block;
}

.postListTitle__postTitle,
.postListTitle__postTitle:hover {
    text-decoration: none;
}

.postListTitle__postComments {
    display: inline-block;
    font-size: .8em;
    color: #999;
}

.postListTitle__postCommentsLink {
    text-decoration: none;
    color: #999;
}

/**
 * PostListExtTitle
 */

.postListExtTitle__list {
    overflow: hidden;
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    clear: both;
}

.postListExtTitle__postDetails {
    margin-bottom: 0;
}

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

.postListExtTitle__postTitle {
    display: block;
    font-size: 1.3em;
    text-decoration: none;
    color: #555;
}

.postListExtTitle__postTitle:hover {
    text-decoration: none;
    color: #c18b48;
}

.postListExtTitle__postDetails .weblogMeta__reactionAmount {
    color: #999;
}

.postListExtTitle__postDetails .weblogMeta__tag {
    margin: 0;
    padding: 0 1em 0.4em 0;
    border: none;
    opacity: 1;
    text-decoration: underline;
}


/**
 *    postListIntro
 */

.postListIntro__list {
    margin: 3em 0;
    padding: 0;
    list-style: none;
    clear: both;
}

.postListIntro__post {
    padding: 2em 1em 1em;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

@media (min-width: 600px) {
    .postListIntro__list {
        display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
        display: -ms-flexbox;  /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
        display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
    }

    .postListIntro__post {
        width: calc(50% - 1em);
        display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
        display: -ms-flexbox;  /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
        display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 1.5em;
    }

    p.postListIntro__readMore {
        margin: auto 0 0;
    }
}

@media (min-width: 1024px) {
    .postListIntro__post {
        width: calc(33.33% - 1em);
    }
}

.postListIntro__title {
    margin-top: 0;
    font-size: 24px;
    hyphens: auto;
}

.postListIntro__titleLink,
.postListIntro__titleLink:hover {
    text-decoration: none;
}

.postListIntro__image {
    display: block;
    margin-bottom: 1em;
}

/**
 *    weblogPost
 */

.weblogPost__title {
    position: absolute;
    left: -999em;
}

.weblogPost__image {
    display: block;
    margin-bottom: 1em;
}

.weblogPost .audiojs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 460px;
    margin-bottom: 1.5em;
}

.weblogPost .audiojs .play-pause {
    width: 35px;
    flex-shrink: 0;
}

.weblogPost .audiojs audio {
    left: -999em;
}

/**
 *    weblogPostNavigation
 */

.weblogPostNavigation {
    overflow: hidden;
    margin: 4em 0;
}

.weblogPostNavigation__button,
.weblogPostNavigation__button:hover {
    display: block;
    width: 40%;
    text-decoration: none;
}

.weblogPostNavigation__button--previous {
    float: left;
}

.weblogPostNavigation__button--next {
    float: right;
    text-align: right;
}

.weblogPostNavigation__buttonText,
.weblogPostNavigation__postTitle {
    display: block;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

.weblogPostNavigation__buttonText {
    font-size: .8em;
    color: #999;
}

/**
 *    relatedWeblogPosts
 */

.relatedWeblogPosts__title {
    margin: 2.3em 0 1em 0;
    font-size: 1.5em;;
}

.relatedWeblogPosts__list {
    margin: 0;
    padding: 0 1em .6em;
    border-top: 1px solid #ccc;
    list-style: none;
}

.relatedWeblogPosts__postDate {
    display: block;
    font-size: .8em;
    color: #8e8e8e;
}

.relatedWeblogPosts__postTitle,
.relatedWeblogPosts__postTitle:hover {
    display: block;
    text-decoration: none;
}

/**
 *    weblogComments
 */

.weblogComments__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.weblogComments__meta {
    overflow: hidden;
    margin-bottom: .4em;
}

.weblogComments__avatar {
    display: block;
    float: left;
    margin: 0 .8em 0 0;
    width: 2.7em;
    border-radius: 50%;
}

.weblogComments__metaInfo {
    display: block;
}

.weblogComments__author,
.weblogComments__permanentLink {
    display: block;
}

.weblogComments__permanentLink,
.weblogComments__permanentLink:hover {
    text-decoration: none;
    font-size: .8em;
    color: #999;
}

.weblogComments__dateDescription {
    position: absolute;
    left: -999em;
}

#message-tutorial {
    margin-top: 3em;
    padding: 1px 1em;
    background: rgba(0,0,0, .05);
}
