/* 
    Document   : overview_commons
    Created on : Mar 8, 2013, 1:35:12 PM
    Author     : tekne
    Description: Purpose of the stylesheet follows.
*/


.spread.overview .blocks,
.spread.frontpage .blocks {
    overflow: hidden;
}

.spread.overview article,
.spread.frontpage article {
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid black;
}

.spread.overview article .caption, .spread.overview article .byline,
.spread.frontpage article .caption, .spread.frontpage article .byline {
    display: none;
}

.spread.overview .blocks article .first-delimiter {
    font-weight: bold;
}


/* Fade out in bottom of articles */
.spread article .article-footer {
    display: none;
}
.spread.overview article .article-footer {
    position: absolute;
    display: block;
    bottom: 0px;
    width: 100%;
    height: 1.5em;
    border-bottom: 0.3em solid white;
    

    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.spread.overview article .article-footer .stylable {
    position: absolute;
    width: 20px;
    height: 8px;
    background: url(../img/read-more.png) center no-repeat;
    right: 0px;
    bottom: 2px;
}


/*
 * Default all titles to 18px
 */
.spread.overview .blocks article h1.title {
    font-family: 'Droid Serif', serif;
    font-size: 18px; font-size: 1.8rem;
    font-weight: normal;
}
.spread.overview .blocks article .blurb {
    font-size: 15px; font-size: 1.5rem;
    font-weight: normal;
}
.spread.overview .blocks article .blurb .first-letter {
    font-size: 1.2em;
    margin-right: 0em;
}

/*
 * Override default prio1 titles to 26pt
 */
.spread.overview .blocks article.prio1 h1.title {
    font-size: 34px; font-size: 3.4rem;
}

/*
 * All text in overview mode is 12pt Droid Sans
 */
.spread.overview .blocks article .content,
.spread.overview .blocks article .extras,
.spread.overview .blocks article .byline {
    font-family: 'Droid Sans', sans-serif;
    font-size: 12px; font-size: 1.2rem;
}
