/**
 * Defaults
 */

.introduction .date,
.introduction .author {
    display: block;
    margin-bottom: 0em;
    color: #8e8e8e;
}

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

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

/**
 * .newslistitem
 */

.newslistitem,
.newsitemlist {
    display: inline;
    margin-bottom: 2em;
  	min-height: 200px;
  	max-width: 100%;
  	float: left;
  	padding-right:2%;
  padding-left:2%;
}

.newslistitem h3 a {
    display: block;
  text-decoration: none;
    text-align: center;
  font-weight: bold;
  border-style: solid;
  border-width: 3.5px;
  border-color:#F39800;
  border-radius: 10px;
  float: center;
    padding-top: 1%;
    padding-bottom:1%;
  padding-right:2%;
  padding-left:2%;
  margin-right:10px;
}

/**
 * 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: inline-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 {
    float: left;
    width: 100%

}

.smallNewsImage,
.largeNewsImage {
    margin: 0.5em 2.5em 1.5em 0px;
    max-width: 100%;
    height: auto;
}

/**
 * News lists
 */

.newsitem .introduction,
.newslistitem .introduction {
    clear: both;
    overflow: hidden;
    border: 3px solid transparent;
 
    
}

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

.othernewslist,
.newslist,
.newsListArchive {
    margin: 0;
    padding: auto;
  
  
}

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

.archive li a,
.newslist li a,
.othernewslist li a,
.newsListArchive li a {
    display: block;
    cursor: pointer;
    text-decoration: none;
    background: 00FF00;
}

.newslist li .title,
.othernewslist li .title {
    display: block;
    line-height: 1.8em;
    font-size: 25;
    font-weight: bold
}

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

@media screen and (min-width: 550px) {
    .newslistitem,
.newsitemlist {
    display: inline;
    margin-bottom: 2em;
  	min-height: 200px;
  	max-width: 50%;
  	float: left;
  	padding-right:2%;
  padding-left:2%;
}
}