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

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

/**
 *    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: 0;
    padding: 0;
    list-style: none;
    clear: both;
}

.postListIntro__post {
    margin-bottom: 6em;
}

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

.postListIntro__introduction p {
    display: inline;
    margin: 0;
}

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

/**
 *    weblogPost
 */

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

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

/**
 *    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 {
    width: 100%;
    margin: 3em 0 0;
    padding: .6em 1.4em;
    overflow: hidden;
    font-size: .8em;
    font-weight: bold;
    text-transform: none;
    background: rgba(0,0,0, .05);
}

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