/**
 * Defaults
 */

.introduction .date,
.introduction .author {
    display: block;
    margin-bottom: 1em;
}

.introduction .author + .date {
    display: inline;
    margin-right: .4em;
    font-weight: bold;
    color: inherit;
}

.introduction .author + .date:after {
    content: '\2013';
    margin-left: .6em;
    font-weight: normal;
}

/**
 * .newslistitem
 */

.newslistitem,
.newsitemlist {
    margin-bottom: 6em;
}

.newslistitem h3 a {
    display: block;
    text-decoration: none;
}

/**
 * News tags & tag lists
 */

.categories dt,
.categories dd {
    display: inline-block;
}

.categories dt {
    position: absolute;
    left: -999em;
}

.categories dd {
    margin: 0 .3em .3em 0;
}

.categories a {
    display: block;
    padding: .4em 1em .3em;
    border: 1px solid;
    border-radius: 2px;
    font-size: .9em;
    opacity: .8;
    text-decoration: none;
}

/**
 * .newsitem - Full news items
 */

.mod-news h1 {
    position: absolute;
    left: -999em;
}

.fullstory .author {
    display: block;
    margin-bottom: 1em;
    padding: 0.4em 1em;
    font-size: .8em;
    font-weight: bold;
    background-color: rgba(0,0,0, .05);
}

.mod-news .newsitem,
.mod-news .newsarchive,
.mod-news .newsitem-back {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.smallNewsImage,
.largeNewsImage {
    float: right;
    margin: .2em 0 .2em 20px;
}

/**
 * News lists
 */

.newsitem .introduction,
.newslistitem .introduction {
    clear: right;
    overflow: hidden;
}

.newsdateheader {
    margin-top: 1em;
    padding: 0 15px;
    clear: both;
}

.othernewslist,
.newslist,
.newsListArchive {
    margin: 0;
    padding: 0;
    list-style: none;
}

.othernewslist li,
.newslist li,
.newsListArchive li {
    padding-left: 0;
    background: transparent;
}

.archive li a,
.newslist li a,
.othernewslist li a,
.newsListArchive li a {
    display: block;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
}

.newslist li .title,
.othernewslist li .title {
    display: block;
    line-height: 1.3em;
}

.archive .date,
.newslist .date,
.othernewslist .date,
.newsListArchive .date {
    display: block;
    font-size: .8em;
    color: #8e8e8e;
}

.archive .sep,
.newslist .sep,
.othernewslist .sep,
.newsListArchive .sep {
    display: none;
}

/**
 * News archive
 */

.newsnavbar {
    width: 100%;
    margin: 0;
    padding: .6em 1.4em;
    overflow: hidden;
    font-size: .8em;
    font-weight: bold;
    background: rgba(0,0,0, .05);
}

.newsnavbar a {
    display: inline-block;
    text-decoration: none;
}

.newsnavbar .separator {
    display: none;
}

.newsnavbar span + a:before {
    content: '\232a';
    margin-left: .3em;
    font-size: .8em;
    color: #666;
}

.archive,
.newsListArchive {
    padding: 0 1em .6em;
    border-top: 1px solid #ccc;
}
