﻿/* News - List */
	
.newsWrapper {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.newsTitleRow, .newsFooterRow {
	background-color: #F1F1F1;
	padding: 10px;
}

.newsTitleRow h2, .newsFooterRow h2  {
	margin: 0;
}

.newsTitleRow h5, .newsFooterRow h5 {
	margin: 0;
}

.newsPhoto {
	float: left;
}

.newsFooterRow .newsPhoto {
	float: right;
}
	
.newsPhoto img {
	width: 70px;
	height: auto;
	display: block;
	margin: 0 10px 0 0;
	border-radius: 35px;
}

.newsFooterRow .newsPhoto img {
	margin: 0  0 0 10px;
}

.clearNews {
	clear:both;
}

.newsContentRow {
	padding: 10px;
}

.newsButtonReadAll {
	float: right;
}

.newsFooterRow {
	margin: 0 0 15px 0;
}

/* News - Pagination */

.newsPaginationWrapper {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

.newsPagination {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.newsPagination li {
	float: left;
	margin-top: 5px;
}

.newsPagination a, .newsButton {
	padding: 5px 10px;
	border: 1px solid gray;
	margin-right: 5px;
	border-radius: 5px;
	text-decoration: none;
	color: black;
	display: inline-block;
}

.newsPagination a:hover {
	background-color: #F1F1F1;
}

.newsPagination .active {
	background-color: gray;
	cursor: default;
}

/* News - List of Authors */

.newsAuthorsWrapper {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.newsAuthorsPhoto {
	float: left;
}

.newsAuthorsPhoto img {
	width: 70px;
	height: auto;
	display: block;
	margin: 0 10px 0 0;
	border-radius: 35px;
}

.newsAuthorsRow {
	margin: 0 0 15px 0;
}

.newsAuthorsRow h2 {
	margin: 0;
}

.newsAuthorsRow h5 {
	margin: 0;
}

/* News - List Posts */

.newsListPosts {
	width: 100%;
	height: auto;
	margin-bottom: 15px;	
}

.newsListPostsPhoto {
	float: left;
}

.newsListPostsPhoto img {
	width: 70px;
	height: auto;
	display: block;
	margin: 0 10px 0 0;
	border-radius: 35px;
}

.newsListPostsRow {
	margin: 0 0 15px 0;
}

.newsListPostsRow h2 {
	margin: 0;
}

.newsListPostsRow h5 {
	margin: 0;
}

.newsListPostsShowAll a {
    margin-bottom: 10px;
    display: inline-block;
}

.newscontent span {
    display: none;
}
.newscontent {
    width: 100%;
    margin: 10px;
    overflow:hidden;
    position: relative;
}

.newscommentlink 
{
    margin-left:10px;
    font-weight:bold;    
}

.newsfade.hide {
	display: block;
  	position: absolute;
  	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  width: 100%;
    height: 30px;
  bottom: 0%;
	z-index: 99;
}

.newsfade {
	display: none;
}