/* @override http://www.vekkelseskonferanse.no/fileadmin/templates/bov/tt_news.css */

/* @override 
	http://vekkelseskonferanse.no/fileadmin/templates/bov/tt_news.css
	http://www.vekkelseskonferanse.no/fileadmin/templates/bov/tt_news.css
*/

/* 

tt_news stylesheet for Bønn og Vekkelseskonferansen
Author: redvald@hjulstad.no

Web designed and implementet in TYPO3 (www.typo3.com) by: hjulstad.no
Updated: 02.02.2008

*/

/* ####### HEADLINE ####### */

div.news-headline-item .news-headline-image {
	height: 210px;
	overflow: hidden;
	text-align: center;
	position: relative;
}

div.news-headline-item .news-headline-image img {
	margin-top: -80px;
}

div.news-headline-item .news-headline-image .news-headline-text {
	text-align: left;
	position: absolute;
	bottom: 0;
	padding-left: 6px;
	padding-top: 6px;
	width: 100%;
	background-image: url(images/trans-80-percent.png);
	left: 0;
}

div.news-headline-item .news-headline-image .news-headline-text h3 a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font: 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
}

div.news-headline-item .news-headline-image .news-headline-text h3 a:hover {
	text-decoration: underline;
}

div.news-headline-item p{
	color: #a8a8a8;
	margin-top: 5px;
}

/* ####### FRONTLIST ####### */

div.news-frontlist-container {
	float: left;
	width: 710px;
	margin-top: 20px;
}

div.news-frontlist-item {
	float: left;
	width: 215px;
	margin-right: 20px;
	height: 220px;
}

div.news-frontlist-item .news-frontlist-image {
	height: 80px;
	overflow: hidden;
	border: 1px solid #a8a8a8;
	margin-bottom: 5px;
}

div.news-frontlist-item .news-frontlist-image img {
	margin-top: -50px;
}

div.news-frontlist-item .news-frontlist-text h3 a {
	text-decoration: none;
	color: black;
	font: bold 0.95em "Lucida Grande", Lucida, Verdana, sans-serif;
}

div.news-frontlist-item .news-frontlist-text h3 a:hover {
	text-decoration: underline;
}