@charset "utf-8";
/* CSS Document */

/* Author: Bjarte Lund Rolland */

/* Specific stylesheet for news */

.columns {
	margin-left:-12px;
	width:502px;
}

.newsTop {
	margin-bottom:20px;	
	line-height:1.4em;
}

	.newsTop .imgFrame {
		max-height:303px;
	}

	.newsTop h1{
		padding-bottom:6px;
	}
	
	.newsTop p{
	}

	.newsTop img{
		width:488px;
	}

.news2columns {
	float:left;
	width:239px;
	height:255px;
	margin:0 0 0 12px;
	line-height:1.4em;
}

	.news2columns .imgFrame {
		max-height:115px;
	}

	.news2columns h3{
		padding-bottom:6px;
		overflow:hidden;
		font-size:1.5em;
	}
	
	.news2columns img{
		width:237px;
	}
	
.news3columns {
	float:left;
	width:155px;
	height:220px;
	margin:0 0 0 12px;
	line-height:1.4em;
}

	.news3columns .imgFrame {
		max-height:75px;
	}

	.news3columns h3{
		padding-bottom:5px;
/*		overflow:hidden;*/
	}
	
	.news3columns img{
		width:153px;
	}

.newsList {
	clear:both;
	border-bottom:solid 1px #e6e6e6;
	margin-bottom:3px;
	padding-bottom:3px;
}

.imgWrapper img{
	border:1px black solid;
}

/* Feed */

.news3columnsFeed {
	float:left;
	width:155px;
	padding:0 0 12px 12px;
	line-height:1.4em;
}

	.news3columnsFeed .imgFrame {
		max-height:100px;
	}

	.news3columnsFeed h3{
		padding-bottom:5px;
		font-size:1.1em;
/*		overflow:hidden;*/
	}
	
	.news3columnsFeed img{
		width:153px;
	}
.news3columnsFeed hr {display:none;}
.newstr {border-bottom:1px solid #333;}