/**************************************/
/* Default styles for news extension */
/**************************************/
.news .clear {
	clear: both;
}

.news .nav ul {
	float: left;
	display: inline;
	margin: 0;
}

.news .nav li {
	float: left;
}

.news .nav a {
	float: left;
	display: block;
}

.news .nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news-list-view .article {
	margin: 0 0 25px 0;
	padding: 0;
}

.news-list-view .last-item {
	margin: 0;
}


.news-list-view .article .news-img-wrap {
	float: right;
	margin: 0 0 0 10px;
	background: #fff;
}

.news-list-view .article .news-img-wrap a {
	display: block;
	float: left;
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

.news-list-view .article .news-img-wrap img {
	float: left;
	height: auto;
	width: auto;
}

.news-list-view .article .teaser-text {
	margin: 0 0 10px 0;
}

.news-list-view .article .teaser-text p {
	display: inline;
}

.news-list-view .article .body-text p {
	display: inline;
}

.news-list-view .article h3 {
	margin: 0;
	font-size: 16px;
	line-height: 1.1em;
	font-weight: bold;
}

.news-list-view .first-item h3 {
	margin: 0 !important;
	font-size: 16px;
	line-height: 1.1em;
	font-weight: bold;
}

 

.news-list-view .article h3  a{
	text-decoration: none;
	color: #f07e36;
}

.news-list-view .article .news-list-date {
	margin: 5px 0;
	color: #a3da5d;
}

.news-list-view .article a.more{
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #a3da5d;
}



.news-list-view .article a.more2:focus {
	background: #e0e0e0;
}

.news-list-view .footer {
	clear: both;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
	margin-top: 15px;
	color: #888;
}

.news-list-view .footer p {
	line-height: 1em;
}

.news-list-view .footer span {
	display: inline-block;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #ddd;
}

.news-list-view .footer span:last-child {
	border-right: 0;
}

.news-list-view .footer .news-category a {
	text-transform: uppercase;
}

.news-list-view .no-news-found {
	color: #DB0202;
	font-style: italic;
}

.news-list-view .page-navigation {
	margin: 15px 0 0 0;
}

.news-list-view .page-navigation p {
	float: left;
}

.news-list-view .page-navigation ul {
	float: right;
}

.news-list-view .page-navigation ul li {
	float: left;
	display: block;
	padding: 0 1px;
	background: none;
}

.news-list-view .page-navigation ul li a {
	display: block;
	padding: 1px 2px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}



/* category menu view */
.news-category-view ul li {
	padding: 5px 8px;
}

.news-category-view ul li li {
	padding: 2px 8px 2px 12px;
}

.news-category-view > ul > li:nth-child(even) {
	background: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.news-category-view .category-desc {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #ddd;
}

/* single view */
.news-single .article {
	margin: 0;
	padding: 0;
	
}

.news-single-innerwrap {
	margin: 0;
	padding: 0;
}

.news-single .article .title {
	margin: 4px 0 8px 0;
}

.news-single .article .title h1 {
	font-size: 28px;
	margin: 0;
	color: #bd2722;
}

.news-single .article .news-img-wrap {
	float: right;
	width: 282px;
	margin: 0 0 0 25px;
}

.news-single .article .news-img-wrap .outer {
	margin: 0 0 10px 0;
}

.news-single .article .news-img-wrap .last-item {
	margin: 0;
}

.news-single .article .news-img-wrap .outer .news-img-caption {
	margin: 0;
	padding: 0px;
	font-size: 11px;
}

.news-single .article .news-img-wrap img {
	float: none;
}

.news-single .teaser-text {
	font-size: 15px;
	color: #888;
}

.news-single .article .news-backlink-wrap {
	margin: 10px 0 0 0
}

.news-single .article .news-backlink-wrap .news-back-link,
.news-single .article .news-backlink-wrap .news-back-link2 {
	font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #f07e36;
}

.news-single .article .news-backlink-wrap .news-back-link2 {
	border: 1px solid #f07e36;
	padding: 3px 6px;
	background: #f0f0f0;
}

.news-single .article .news-backlink-wrap .news-back-link2:focus {
	background: #e0e0e0;
}

.news-text-wrap {
	margin-bottom: 10px;
}

.news-single-innerwrap .news-item-detail-footer {
	font-size: 12px;
	color: #a3da5d;
	font-weight: bold;
}

.news-single-innerwrap .news-item-detail-footer a {
	color: #a3da5d;
	text-decoration: underline;
}



/* related news + files */
.news-related-wrap {
	display: table;
	margin-top: 20px;
	width: 100%;
}

.news-related {
	width: 50%;
	padding: 15px;
	display: table-cell;
}

.news-related ul li {
	line-height: 1em;
	margin-bottom: 12px;
}

.news-related ul li span {
	border-right: 1px solid #DDDDDD;
	display: inline-block;
	margin-right: 8px;
	padding-right: 8px;
	color: #888;
}

.news-related ul li span:last-child {
	border-right: 0;
	padding-right: 0;
}

.news-related h4 {
	margin-bottom: 10px;
}

.news-related-files ul li {
	margin-bottom: 20px;
}

.news-related-files .news-related-files-link .jpg {
	background-position: 0 0;
}

.news-clear {
	clear: both;
}
