﻿/*for å bygge opp en egen style som overstyrer default kan parametere endres i klassene under */


/* Styling av media ikonet (lyd og video) */
.articleMedia a{
	float: none;
	padding: 3px;
	margin: 0px;
	margin-right: 6px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	border: 1px solid #aaa;
	background-color: #eee;
	line-height: 25px;
}

/* Styling av media ikonet (lyd) */
.soundURL{
	background-image: none;
	
}

/* Styling av media ikonet (video) */
.videoURL{
	background-image: none;
}

/* Image & altImage */
.nnstyleMainArticle .nnAltImage {
	display: block;
	border: 0px;

}
.nnstyleMainArticle .nnImage { 

	
}

.nnstyleTwoColumnArticle .nnAltImage { 

	display: none;
}

.nnstyleTwoColumnArticle2 .nnAltImage { 

	display: none;
}

.nnstyleThreeColumnArticle .nnAltImage { 

	display: none;
}

.nnstyleThreeColumnArticle2 .nnAltImage { 

	display: none;
}

/* End Image */

/* Styling av MainArticle */
.nnstyleMainArticle
{
	width:100%;
	float:left;
}

.nnstyleMainArticle nnAltImage { 

	border: 1px;
}

/* Fjerne underline på overskrift */
.nnstyleMainArticle .nnName a { 
	color:Black; 
	text-decoration: none; 
}
.articleList .nnImage { 
	
	border: 0px;
	float: left;
	margin-right: 8px;
	padding: 5px;

}


/* Styling av TwoColumnArticle */
.nnstyleTwoColumnArticle
{
	color:Black;
	width:50%;
	left:auto;
	float:left;
	
}


/* Fjerne underline på overskrift */
.nnstyleTwoColumnArticle .nnName a { color:Black; text-decoration: none; }

/* Styling av TwoColumnArticle2 */
.nnstyleTwoColumnArticle2
{
	color:Black;
	width:50%;
	left:auto;
	float:left;
	
}

/* Fjerne underline på overskrift */
.nnstyleTwoColumnArticle2 .nnName a { color:Black; text-decoration: none; }


/* Ekstra styling av TwoColumnArticle - bilde skal ha border */
.nnstyleTwoColumnArticle .nnImage {width: 150px; float: left;}
.nnstyleTwoColumnArticle2 .nnImage {width: 150px; float: left;}





/* Styling av ThreeColumnArticle */
.nnstyleThreeColumnArticle
{
  color:Black;
	width:30%;
	left:auto;
	float:left;
}

.nnstyleThreeColumnArticle .nnImage { width: 132px; float: left; }
.nnstyleThreeColumnArticle2 .nnImage { width: 132px; float: left; }


/* Fjerne underline på overskrift */
.nnstyleThreeColumnArticle .nnName a { color:Black; text-decoration: none; }

/* Styling av ThreeColumnArticle2 */
.nnstyleThreeColumnArticle2
{
  color:Black;
	width:30%;
	left:auto;
	float:left;
}

/* Fjerne underline på overskrift */
.nnstyleThreeColumnArticle2 .nnName a { color:Black; text-decoration: none; }

/* Ekstra styling av ThreeColumnArticle - bilde skal ha border */
/*.nnstyleThreeColumnArticle .nnImage {border:solid 1px black; height:100px;} */
/*.nnstyleThreeColumnArticle2 .nnImage {border:solid 1px black; height:100px;} */


/* Styling av ArticleListing */
.nnstyleArticleListing
{
	background-color:#ffdddd;
	left:auto;
	float:left;
	width:144px;
	min-height:100px;
	max-height:100px;
}

/* Fjerne underline på overskrift */
.nnstyleArticleListing .nnName a { color:Black; text-decoration: none; }

/* Ekstra styling av ArticleListing - overskrift */
.nnstyleArticleListing .nnName { font-family:Arial, Sans-Serif; font-weight:bold; font-size: 12px; color:Black; }

/* Ekstra styling av ArticleListing - bilde skal ikke vises */
.nnstyleArticleListing .nnImage {display :none;}

/* Ekstra styling av ArticleListing - dato har ingen endring i visning */
.nnstyleArticleListing .nnDate {}

/* Ekstra styling av ArticleListing - forfatter av skal ikke vises */
.nnstyleArticleListing .nnAuthor {display:none;}

/* Ekstra styling av ArticleListing - link til personlig side hos forfatter skal ikke vises */
.nnstyleArticleListing .authorURL {display:none;}

/* Ekstra styling av ArticleListing - ingress */
.nnstyleArticleListing .nnIngressList {display:none;}

/* Ekstra styling av ArticleListing - bildeserie skal ikke vises */
.nnstyleArticleListing .pictSeqURL {display:none;}

/* Ekstra styling av ArticleListing - link til lyd skal ikke vises */
.nnstyleArticleListing .soundURL {display:none;}

/* Ekstra styling av ArticleListing - link til video skal ikke vises */
.nnstyleArticleListing .videoURL {display:none;}

/* Ekstra styling av ArticleListing - body/artikkeltekst vises ikke. */
.nnstyleArticleListing .nnBody {display:none;}

/*Seperator - skille mellom forskjellige artikkel type (mainarticle, twocolumn, threecolumn, osv)*/
.nnstyleArticleSep {
 	height: 1px;
 	width: 100%;
 	clear: both;
 	border-top: 1px solid lightgrey;
}
 
/*Bakgrunnsfarge for hele artikkelvining*/
.articleList {
 	/*background-color: #f6f9f1;*/
	background-color: white;
	display: table;
 	float: left;
}

.readMoreURL { 
	line-height: 20px;
	color: black;
}

.articleItem div.readMore {
	padding-bottom: 5px;
}
