/* ***** ***** COLORS ***** ***** */
/* 

Green from heading: 
#005947;
Darker:
#1b3e34;
#192c27;


Blue dark to light
#88a6c0;
#355d80;
#B7C5D2;
#E9F0F6;



*/


/* 
***** ***** ***** LINKING ***** ***** ***** 
*/

a { color: #005947; text-decoration: none; }
a:visited { }
a:active { }
a:hover { text-decoration: underline; }


/* Headings skal ikke få underline på linkene */

h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a, 
h7 a { 
	color: #1b3e34; 
}

h1 a:hover, 
h2 a:hover, 
h3 a:hover, 
h4 a:hover, 
h5 a:hover, 
h6 a:hover, 
h7 a:hover { 
	color: #192c27; 
	text-decoration: none;
}

/* 
***** ***** ***** IMAGES (borders and padding) ***** ***** ***** 
*/

#article_view img { 
	background: #fff; padding: 2px; border: 1px solid #ccc; 
}

#article_element_image img { 
	background: #fff; padding: 2px; border: 1px solid #ccc; 
}

#medium_article_element_image img { 
	background: #fff; padding: 2px; border: 1px solid #ccc; 
}

#first_article_element_image img { 
	background: #fff; padding: 2px; border: 1px solid #ccc; 
}

td.forum_msg_meta .avatar img { 
	background: #fff; padding: 2px; border: 1px solid #ccc; 
}

#container_right_element .xboxcontent table img, #container_right_element .xboxcontent center img{
	background: #fff; padding: 2px; border: 1px solid #ccc;
}

#article_info .avatar img{ 
 	background: #fff; padding: 2px; border: 1px solid #ccc; 
}

#user_wrapper .avatar img{
	background: #fff;
	padding: 2px;
	border: 1px solid #ccc;
	margin: 0 10px 0 0;
	float: left;
}

/* 
***** ***** ***** TOP ***** ***** ***** 
*/

#topcontainer_graphics { height: 155px;}

#topcontainer_graphics_center { height: 155px; margin: 0 auto 0 auto; background: url(../images/header_blue.jpg) no-repeat;	}

/*#topcontainer_graphics_center { height: 130px; margin: 0 auto 0 auto; background: #eee;	}*/

#topcontainer_center_elements {	height: 155px; margin: -155px auto 0 auto; }

	#topcontainer_center_elements_search {
		text-align: left;
		position: absolute;
		bottom: 22px;
		right: 2px;
	}
	
	#topcontainer_center_elements_search input.halfbox{ width: 94px; }
	#topcontainer_center_elements_search a { color:#fff;	}


#topcontainer_center_elements_login {
		text-align: right;
		color:#000;
		position:absolute;
		top: 8px;
		right: 3px;
	}
	
	#topcontainer_center_elements_login .field { float: right; margin: 0 0 3px 3px; width: 85px; }
	#topcontainer_center_elements_login .loginblock { float: right; margin-left: 3px; width: 65px; text-align: right; }
	#topcontainer_center_elements_login .registerblock { float: right; margin-left: 3px;  width: 85px; text-align: left;}
	#topcontainer_center_elements_login .checkbox { float: right; margin-left: 1px;  width: 18px; }
	#topcontainer_center_elements_login a { color: #000; }
	#topcontainer_center_elements_login input.button, input.defaultbutton {font-size: 0.95em;}
	#topcontainer_center_elements_login .login_box { 
			padding: 3px 7px;
			color:#000;
			background-color:#fff;
			border-top: 1px solid #d38b22;
			border-right:1px solid #9f7033;
			border-bottom:1px solid #9f7033;
			border-left:1px solid #d38b22;
		 }

	#topcontainer_center_elements #login {
		background: #fff;
		border: 1px solid #ddd;
		padding: 2px;
	}

	#topcontainer_center_elements_menu { 
		position: absolute;
		margin-top: 0px;
		top: 127px;
		left: 0px;
		width: 800px;
	}

	#topcontainer_center_elements_logo { 
		position: absolute;
		top: 35px;
		left: 250px;
	}

/* 
***** ***** ***** HEADINGS ***** ***** ***** 
*/

#main_container h1,
#main_container h2,
#main_container h3,
#main_container h4,
#main_container h5,
#main_container h6,
#main_container h7 { color: #1b3e34; }

/* 
***** ***** ***** FRONTPAGE (pagelayout)***** ***** ***** 
Trenger nødvendigvis ikke ligger her men i tilfelle det skal gjøres annerledes på
de forskjellige sitene.
*/

#main_container_focus {
	width: 810px;
	margin-bottom: 5px;
	background: #fff;
}

#main_container_focus h2 a{ color: #fff; }

#main_container_left {
	width: 485px;
	float: left;
	overflow:hidden;
	
}

#main_container_right {
	float: left;
	width: 320px;
	overflow:hidden;
	margin-left: 3px;
	
}

#main_container_right_half {
	width: 155px;
	float: left;
	margin-left: 5px;
}

.half, .half11, .half12 {
	width: 50%;
	vertical-align: top;
	padding-right: 5px;
}

.indent {
	margin-left: 5px;
}

#subfooter{
	/*background: #fff;*/
	text-align:left;
	height:150px; /*** sub-footer row height ***/
}

#subfooter .one {width: 350px;}
#subfooter .two {width: 100px;}
#subfooter .three {width: 250px;}
#subfooter .four {width: 300px;}


/* 
***** ***** ***** EXTRA COLUM ***** ***** ***** 
Brukes på artikler og fakta for en ekstra kolonne til infomasjon
*/

#container_right_element {
	margin-bottom: 5px;
}

#container_right_element .xboxcontent h2{
	margin-bottom: 5px;
	text-align: left	;
	border-bottom: 1px dashed #fff;
}
#container_right_element .xboxcontent ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#container_right_element .xboxcontent li{
	line-height: 1.4em;
	border-bottom: 1px dashed #fff;
}

#container_right_element .xboxcontent li.comments{
	line-height: 1.4em;
	border-bottom: 1px solid #fff;
}


#container_right_element .xboxcontent h6 a{
	/*color: #86ad35; */
}

#container_right_element .xboxcontent center{
	margin: 5px 0 5px 0;
}


.showmore a.hid {}
.showmore a.hid em {display:none;}
.showmore a.hid:hover {text-decoration:none;}
.showmore a.hid:active, .showmore a.hid:focus {}
.showmore a.hid:active more.span, .showmore a.hid:focus more.span {display:none;}
.showmore a.hid:active em, .showmore a.hid:focus em {display:block; cursor: default;}
.showmore span.head a { font-size: 1.0em; font-weight: bold; color: #005947;}
.showmore span.small { font-size: 0.85em; font-weight: bold; color: #005947;}

#article_categories p {
	line-height: 1.6em;
}


/* 
***** ***** ***** BREADCRUMB ***** ***** *****
*/

#breadcrumb {
	font-size: 0.8em;
	color: #d38b22;
	margin-bottom: 5px;
}

#breadcrumb a {
	color: #d38b22;
	border-bottom: 1px dashed #d38b22;
}

#breadcrumb a:hover {
	color: #9f7033;
	border-bottom: 1px dashed #9f7033;
}

	
/*
***** ***** ***** eZ-STANDARDS ***** ***** *****
*/

td { vertical-align: top; }

td.edit_title {	font-weight: bold; }

td.bglight, tr.bglight {
	background: #fff;
}

td.bgdark, tr.bgdark {
	background: #f7f7f7;
}

table.list th {
	background: #e7efd7;
}

.buttonblock {
	margin: 5px 0 5px 0;
}

/*
***** ***** ***** RANDOM STANDARDS ***** ***** *****
*/

.smalldate {
	font-size: 0.75em;
}

.adspacer_top {
	background: #fff;
	height: 20px;
}
/*
***** ***** ***** ARTICLE ***** ***** ***** 
*/

#article_view {
	width: 485px;
	float: left;
	overflow:hidden;
}

#article_view p{
	padding: 5px 0 5px 0;
}

#article_view .object-right img { float: right; clear: right; margin: 5px 0px 5px 10px; }
#article_view .object-left img { float: left; clear: left; margin: 5px 10px 5px 0px;}
#article_view .object-center img { margin: 10px 0px 10px 0px;}

#article_view h1, #article_view h2, #article_view h3, #article_view h4, #article_view h5, #article_view h6 {
	margin: 10px 0 5px 0;
}

#article_view ol, #article_view ul {
	list-style-position: inside;
}

#ingress_wrapper h1{
	margin: 0 0 2px 0;

}

#ingress_image{
	width: 210px;
	float: left;
	margin: 0px 10px 0px 0px;
}

#ingress_text {
	width: 260px;
	float: left;
	font-style: italic;
	font-weight: bold;
	margin: 0 5px 0 0;
}


/* -- STANDARD - MEDIUM - FOKUS -- */

#article_element { padding: 0; margin: 0; }

#article_element_image{
	float: left;
	width: 90px;
	margin-right: 0px;
	padding: 0px 5px 5px 0px;
}

#article_element h2 { margin: 0 0 5px 0; }


#medium_article_element { padding: 0; margin: 0 0 10px 0; }
#medium_article_element h2 { margin: 0 0 5px 0; }
#medium_article_element_image { text-align: right; }


#article_element_foot { margin: 5px 0 0 0; clear: both; }
#first_article_element_foot { margin: 5px 0 0 0; }

#article_element_foot .fat_line {
	background: #e7efd7;
	height: 2px;
	margin-top: 3px;
	margin-bottom: 1px;
}

#article_element_foot .thin_line {
	background: #e7efd7;
	height: 1px;
}

#first_article_element_image{
	float: left;
	width: 250px;
	margin-right: 10px;
	padding: 0px 5px 5px 0px;
}



/*
***** ***** ***** ARTICLE INFO ***** ***** ***** 
*/

#article_info {
	margin: 10px 0px 10px 0px;
	font-style: normal;
	font-weight: normal;	
}

#article_info .avatar {
	width: 40px;
	margin-left: 5px;
	float: left;
}

#article_info .byline {
	float: left;
}

#article_info .meta {
	margin: 5px 0px 0px 5px;
}

#article_info .meta img{
	padding: 0;
	border: 0;
	background: transparent;
}

/* 
***** ***** ***** SMF THREADS ***** ***** ***** 
*/

.smf_threads {
	margin-bottom: 5px;
}

.smf_threads .xboxcontent h2{
	margin-bottom: 5px;
	text-align: left	;
	border-bottom: 1px dashed #000;
}
.smf_threads .xboxcontent ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.smf_threads .xboxcontent li{
	line-height: 1.4em;
	border-bottom: 1px dashed #000;
}



/* 
***** ***** ***** ROUND BOXES ***** ***** ***** 
*/

/* -- Fargene settes i tpl-filene -- */
#round_box {background: transparent; }
#round_box .xtop, #round_box .xbottom {display:block; background:transparent; font-size:1px;}
#round_box .xb1, #round_box .xb2, #round_box .xb3, #round_box .xb4 {display:block; overflow:hidden;}
#round_box .xb1, #round_box .xb2, #round_box .xb3 {height:1px;}
/*background and border*/
#round_box .xb2, #round_box .xb3, #round_box .xb4 {border-left:1px solid; border-right:1px solid;}
/*border*/
#round_box .xb1 {margin:0 5px;}
#round_box .xb2 {margin:0 3px; border-width:0 2px;}
#round_box .xb3 {margin:0 2px;}
#round_box .xb4 {height:2px; margin:0 1px;}
/*background and border*/
#round_box .xboxcontent {padding: 1px; display:block; border:0 solid; border-width:0 1px;}

/* -- Standard  -- */
#round_box_standard {background: transparent; }
#round_box_standard .xtop, #round_box_standard .xbottom {display:block; background:transparent; font-size:1px;}
#round_box_standard .xb1, #round_box_standard .xb2, #round_box_standard .xb3, #round_box_standard .xb4 {display:block; overflow:hidden;}
#round_box_standard .xb1, #round_box_standard .xb2, #round_box_standard .xb3 {height:1px;}
/*background and border*/
#round_box_standard .xb2, #round_box_standard .xb3, #round_box_standard .xb4 {background: #f0f3f1; border-left:1px solid #cad3cd; border-right:1px solid #cad3cd;}
/*border*/
#round_box_standard .xb1 {margin:0 5px; background: #cad3cd;}
#round_box_standard .xb2 {margin:0 3px; border-width:0 2px;}
#round_box_standard .xb3 {margin:0 2px;}
#round_box_standard .xb4 {height:2px; margin:0 1px;}
/*background and border*/
#round_box_standard .xboxcontent {background: #f0f3f1; padding: 1px; display:block; border:0 solid #cad3cd; border-width:0 1px;}

/* -- Heading  -- */
#round_box_heading {background: transparent; }
#round_box_heading .xtop, #round_box_heading .xbottom {display:block; background:transparent; font-size:1px;}
#round_box_heading .xb1, #round_box_heading .xb2, #round_box_heading .xb3, #round_box_heading .xb4 {display:block; overflow:hidden;}
#round_box_heading .xb1, #round_box_heading .xb2, #round_box_heading .xb3 {height:1px;}
/*background and border*/
#round_box_heading .xb2, #round_box_heading .xb3, #round_box_heading .xb4 {background: #005947; border-left:1px solid #1b3e34; border-right:1px solid #1b3e34;}
/*border*/
#round_box_heading .xb1 {margin:0 5px; background: #1b3e34;}
#round_box_heading .xb2 {margin:0 3px; border-width:0 2px;}
#round_box_heading .xb3 {margin:0 2px;}
#round_box_heading .xb4 {height:2px; margin:0 1px;}
/*background and border*/
#round_box_heading .xboxcontent {background: #005947; padding: 1px; display:block; border:0 solid #1b3e34; border-width:0 1px;}

/* -- Heading_Light  -- */
#round_box_heading_light {background: transparent; }
#round_box_heading_light .xtop, #round_box_heading_light .xbottom {display:block; background:transparent; font-size:1px;}
#round_box_heading_light .xb1, #round_box_heading_light .xb2, #round_box_heading_light .xb3, #round_box_heading_light .xb4 {display:block; overflow:hidden;}
#round_box_heading_light .xb1, #round_box_heading_light .xb2, #round_box_heading_light .xb3 {height:1px;}
/*background and border*/
#round_box_heading_light .xb2, #round_box_heading_light .xb3, #round_box_heading_light .xb4 {background: #f2f2f2; border-left:1px solid #ddd; border-right:1px solid #ddd;}
/*border*/
#round_box_heading_light .xb1 {margin:0 5px; background: #ddd;}
#round_box_heading_light .xb2 {margin:0 3px; border-width:0 2px;}
#round_box_heading_light .xb3 {margin:0 2px;}
#round_box_heading_light .xb4 {height:2px; margin:0 1px;}
/*background and border*/
#round_box_heading_light .xboxcontent {background: #f2f2f2; padding: 1px; display:block; border:0 solid #ddd; border-width:0 1px;}


/* -- Dark  -- */
#round_box_dark {background: transparent; }
#round_box_dark .xtop, #round_box_dark .xbottom {display:block; background:transparent; font-size:1px;}
#round_box_dark .xb1, #round_box_dark .xb2, #round_box_dark .xb3, #round_box_dark .xb4 {display:block; overflow:hidden;}
#round_box_dark .xb1, #round_box_dark .xb2, #round_box_dark .xb3 {height:1px;}
/*background and border*/
#round_box_dark .xb2, #round_box_dark .xb3, #round_box_dark .xb4 {background: #f0f3f1; border-left:1px solid #005947; border-right:1px solid #005947;}
/*border*/
#round_box_dark .xb1 {margin:0 5px; background: #005947;}
#round_box_dark .xb2 {margin:0 3px; border-width:0 2px;}
#round_box_dark .xb3 {margin:0 2px;}
#round_box_dark .xb4 {height:2px; margin:0 1px;}
/*background and border*/
#round_box_dark .xboxcontent {background: #f0f3f1; padding: 1px; display:block; border:0 solid #005947; border-width:0 1px;}

/* -- Light  -- */
#round_box_light {background: transparent; }
#round_box_light .xtop, #round_box_light .xbottom {display:block; background:transparent; font-size:1px;}
#round_box_light .xb1, #round_box_light .xb2, #round_box_light .xb3, #round_box_light .xb4 {display:block; overflow:hidden;}
#round_box_light .xb1, #round_box_light .xb2, #round_box_light .xb3 {height:1px;}
/*background and border*/
#round_box_light .xb2, #round_box_light .xb3, #round_box_light .xb4 {background: #fff; border-left:1px solid #cad3cd; border-right:1px solid #cad3cd;}
/*border*/
#round_box_light .xb1 {margin:0 5px; background: #cad3cd;}
#round_box_light .xb2 {margin:0 3px; border-width:0 2px;}
#round_box_light .xb3 {margin:0 2px;}
#round_box_light .xb4 {height:2px; margin:0 1px;}
/*background and border*/
#round_box_light .xboxcontent {background: #fff; padding: 1px; display:block; border:0 solid #cad3cd; border-width:0 1px;}

/* -- topcontainer  -- */
#round_box_topcontainer {background: transparent; }
#round_box_topcontainer .xtop, #round_box_topcontainer .xbottom {display:block; background:transparent; font-size:1px;}
#round_box_topcontainer .xb1, #round_box_topcontainer .xb2, #round_box_topcontainer .xb3, #round_box_topcontainer .xb4 {display:block; overflow:hidden;}
#round_box_topcontainer .xb1, #round_box_topcontainer .xb2, #round_box_topcontainer .xb3 {height:1px;}
/*background and border*/
#round_box_topcontainer .xb2, #round_box_topcontainer .xb3, #round_box_topcontainer .xb4 { border-left:1px solid #ccc; border-right:1px solid #ccc;}
/*border*/
#round_box_topcontainer .xb1 {margin:0 5px; background: #ccc;}
#round_box_topcontainer .xb2 {margin:0 3px; border-width:0 2px;}
#round_box_topcontainer .xb3 {margin:0 2px;}
#round_box_topcontainer .xb4 {height:2px; margin:0 1px;}
/*background and border*/
#round_box_topcontainer .xboxcontent { padding: 1px; display:block; border:0 solid #ccc; border-width:0 1px;}


/* -- Single - Kun topp uten bakgrunnsfarge -- */
#round_box_single {background: transparent; margin-bottom: 3px;}
#round_box_single .xtop {display:block; background:transparent; font-size:1px;}
#round_box_single .xb1, #round_box_single .xb2, #round_box_single .xb3, #round_box_single .xb4 {display:block; overflow:hidden;}
#round_box_single .xb1, #round_box_single .xb2, #round_box_single .xb3 {height:1px;}
/*background and border*/
#round_box_single .xb2, #round_box_single .xb3, #round_box_single .xb4 {background: #fff; border-left:1px solid #005947; border-right:1px solid #005947;}
/*border*/
#round_box_single .xb1 {margin:0 5px; background: #005947;}
#round_box_single .xb2 {margin:0 3px; border-width:0 2px;}
#round_box_single .xb3 {margin:0 2px;}
#round_box_single .xb4 {height:2px; margin:0 1px;}
/*background and border*/
#round_box_single .xboxcontent {background: #fff; padding: 1px; display:block; border:0 solid #005947; border-width:0 1px; height: 10px;}




/* 
***** ***** ***** COMMENTS ***** ***** ***** 
*/


#comment_wrapper {
	margin-top: 15px;
}

#comment_wrapper h1 {
	margin: 0 0 -6px 0;
}

#comment_wrapper .buttonblock {
	 padding: 0 5px 0 5px;
}

#comment_bundle {
	margin: 0 5px 10px 5px;
}

#comment_single {
	margin-bottom: 5px;
}

#comment_single .xboxcontent{
	padding: 0 0 0 3px;
}

#comment_avatar {
	float: left;
	width: 30px;
	margin: 5px 0px 0px 15px;
}

#comment_text {
	float: left;
	width: 520px;
	margin: 5px 0px 0px 15px;
}

#comment_text h6{
	margin-bottom: 3px;
}



/* 
***** ***** ***** carousel_mag ***** ***** ***** 
*/


#carousel_mag {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 180px; /* important */
	height: 110px; /* important */		
}

#carousel_mag_content {
	position: absolute;
	top: 0;
	margin-left: -40px;
	margin-top: 0px;
}
#carousel_mag_content #carousel_mag_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#carousel_mag_content {
		width: 5418px;
	}
#carousel_mag ul li {
		display: block;
		float: left;
		margin: 0 5px 0 5px;
		padding: 0px;
		width: 170px;
		background: #fff;
		border: 0px solid #e7ddec;
	}

#carousel_mag ul li img {
	display: block;
	margin: auto;
}

#edition_mag {
	width: 105px;
	float: left;
	margin:	0px 0 0 5px;
	
}

#edition_oppslag {
	width: 185px;
	float: left;
	margin-left: 5px;
}
#edition_oppslag .descriptive_text {
	padding: 0 0 10px 10px;
}

/* 
***** ***** ***** SEARCH ***** ***** ***** 
*/

#search_wrapper {
}

#search_wrapper h1{ margin-bottom: 10px; }
#search_wrapper h2{ margin-top: 10px; }

.search_field {
	margin-bottom: 10px;
}

.search_choosers {
	margin-bottom: 20px;
	clear: both;
}

.search_choosers .element {
	float: left;
	margin: 0 40px 20px 0;
}
.search_button {
	clear: both;
}

#search_wrapper label{
	font-weight: bold;
	display: block;
}

#search_result {
	margin-top: 20px;	
}


#search_result table { }
#search_result th { color: #005947; }
#search_result td { padding: 3px; }
#search_result .title { width: 400px; }
#search_result .date { width: 130px; }
#search_result .author { width: 170px; }
#search_result .section { width: 100px; }



/* -- NOT LOGGED IN -- */

#not_logged_in {
	font-weight: bold;
	margin: 5px;
}

/* ***** ***** FORMS ***** ***** */

input, select, textarea, file {
	color:#000;
	background-color:#fff;
	border: 1px solid #005947;
}

input.button, input.defaultbutton {
	color:#000;
	background-color:#fff;
	border-top: 1px solid #005947;
	border-right:1px solid #1b3e34;
	border-bottom:1px solid #1b3e34;
	border-left:1px solid #005947;
}


