/******************************************************************
tile
******************************************************************/
.archive-nav { position: absolute; top: 5px; }
.archive-nav.left { left: 0px; }
.archive-nav.right { right: 0px; }
.archive-nav>a:hover { color: #999; }

article.tile {
    display: none;
    position: absolute;
    width: 300px;
    padding: 0px;
    cursor: pointer;
    clear: both;
}
article.tile.advert {
    /*background: #fff url(../images/ajax-loader.gif) center center no-repeat;*/
}


.tile-content {
    position: relative;
    overflow: hidden;
}
.tile-slider {
    position: absolute; top: 0px;
}
.tile-slider-top {
    position: absolute; top: 0px;
    height: 100%;
    width: 300px;
    background: #fff url(../images/ajax-loader.gif) center center no-repeat;
}
.tile-slider-bottom {
    position: absolute; bottom: 0px;
    width: 300px;
    overflow: hidden;
}
/* tile image (slider top) */
.tile-slider-top>img {
    display: none;
}

/* tile meta (slider bottom) */
.tile-meta-top {
    height: 40px;
    width: 300px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
}
.tile-meta-top a:hover {
    text-decoration: underline;
}
.tile-meta-center {
    height: auto;
}
.tile-excerpt {
    padding: 10px;
    font-size: 13px;
}
a.tile-more-link:hover {
    text-decoration: underline;
}

/* tile footer */
article.tile>footer {
    position: absolute; bottom: 0px; left: 0px;
    height: 41px;
    width: 300px;
    border-top: 1px solid #ddd;
}
article.tile>footer a {
    display: block;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
    font-family: "Raleway";
    font-weight: 200;
    font-size: 16px;
    letter-spacing: .1em;
}
article.tile>footer a:hover {
    text-decoration: none;
    background: #fafafa;
}

.tile-title, .tile-toggle {
    display: block;
    position: absolute;
}

a.tile-title {
    left: 0px;
    width: 238px;
    padding: 0 10px;
    border-right: 1px solid #ddd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
a.tile-toggle {
    left: 259px;
    height: 40px;
    width: 40px;
    border-left: 1px solid #fff;
    text-align: center;
    font-size: 28px;
}
a.tile-title,
a.tile-toggle {
    color: #444;
}
a.tile-title:hover,
a.tile-toggle:hover {
    background: #fafafa;
}
a.tile-toggle>span {
    display: block;
    height: inherit;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #bbb;
/*    background: url(../images/heart-lightgray.png) center center no-repeat;*/
}

