/**
 * @author: Niek Adam
 * @module: Logeion
 * @about: 	lt-theme-list.css - Layout settings for the themed content-list
 */

/**
 * Grid, positioning
 */

.theme-list {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both; /** the pager must be pos under the list */
}

.mmt-ml-meeting {
    position: relative;
}

.theme-list .tl-item {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
    border-bottom: 1px solid #d8d8d8;
    background-color: #fff;
}

.tli-title {
    margin-bottom: .2em;
    font-size: 1.571em;
    color: #000;
}

.theme-list .last {
    margin-bottom: 0;
}

/**
 * Theme listitem details
 */

.tli-details {
    padding-top: 31.3%
}

.tli-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.tli-introduction {
    margin-bottom: 1.5em;
    padding: .5em 0 0;
}

.tli-type {
    display: block;
    margin: 15px 0 3px;
    font-family: "HelveticaNeueLTStd-Roman", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.theme-list .tli-theme,
.tli-author,
.tli-reactions {
    position: relative;
    display: block;
    font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

.theme-list .tli-theme {
    display: block;
    text-align: left;
    clear: both;
}


@media screen and (min-width: 321px) {
    .tli-author {
        float: left;
    }

    .tli-reactions {
        float: right;
        text-align: right;
    }
}

@media screen and (min-width: 1025px) {
    .theme-list .tli-theme {
        float: right;
        text-align: right;
        margin-right: 20px;
        clear: none;
    }
}

/** ie8 */
.ie8 .tli-author {
    float: left;
}

.ie8 .tli-reactions {
    float: right;
    text-align: right;
}

.ie8 .theme-list .tli-theme {
    float: right;
    text-align: right;
    margin-right: 20px;
    clear: none;
}