





article.main {
margin-bottom: 20px;
}


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












/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

sub {
	vertical-align: sub;
}

sup {
	vertical-align: super;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
} 
*/


/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

html[xmlns] .clearfix {
	display: block;
} 

/* END RESET */



html {
	height: 100%;
}

body {
	position: relative;
	min-height: 100%;
}

select,
input,
textarea,
button {
	font:99% sans-serif;
}

h1,
h2,
h3,
h4,
p,
.eWebEditProContent ul {
	margin-bottom: 1em;
}

h1 {
	font-size: 3em;
	margin-bottom: .5em;
	font-weight:bold;
}

h2, 
h3,
.eWebEditProContent table caption {
	font-size: 2em;
	margin-bottom: .3em;
	font-weight:normal;
}

h4 {
	font-size: 1em;
	margin-bottom: .5em;
	font-weight:bold;
}

.intro {
	font-size: 1.4em;
}

a {
	text-decoration: none;
}

	a:hover {
}
	
sub{
	vertical-align: sub;
	font-size: 0.75em;
}

sup{
	vertical-align: super;
	font-size: 0.75em;
}

strong, b {
	font-weight: bold;	
}

i, em  {
	font-style: italic;
} 

.imgbox_left {
	float: left;
}

.imgbox_right {
	float: right;
}

.imgbox_right .caption,
.imgbox_left .caption,
.imgbox_inline .caption {
	font-size: 0.9em; 
} 

article.main .imgbox_right {
	float: right;
	margin: 0.35em 0 1em 1em;
}

article.main .imgbox_left {
	float: left;
	margin: 0.35em 1em 1em 0;
}

article.main .imgbox_inline {
	margin: 0.35em 0 1em;
	align: center;
}	

.fancybox {
	cursor: url("/forskningsradet/gfx/cursor-zoom.cur"), pointer;
}	

	.caption {
		font-size: .9em;
		display: block;
	}	
	
	.fancyboxcaption{
	background: transparent url("/forskningsradet/gfx/cursor-zoom.png") no-repeat 98% 50%;
		padding-right: 10%;
		width: 90%;
		min-height: 2em;
	}
.eWebEditProContent {
	word-break: break-word !important;
}

	article.main .GrayBox,
	article.main .ShadingBox{
		width: 96%;
		display: block;
		padding: 1em;
		float: left;
		margin-bottom: 1em;
	}			
	
#page-wrapper, 
header, 
nav {
	width: 1180px;
	clear: both;
}

#page-wrapper {
	margin: 0 auto;
	padding: 0 25px 15em;
}

.forskningsradet-logo {
	background: transparent url("/forskningsradet/gfx/bladetforskning/forskningsradet-logo-white.png") left top no-repeat;
	width: 214px;
	height: 33px;
	text-indent: -9999px;
}

#nav-wrapper,
#footer-wrapper {
	overflow: hidden;
}

nav {
	overflow: hidden;
}

	nav a{
		color: #FFF;
		margin-right: 1em;
		font-weight:bold;
	}



		nav a.last{
			margin-right: 0;
		}
			
	nav ul {
		float: left;
		clear:left;
	}
	
		nav ul li {
			float: left;
		}
	
		nav ul li.last {
			padding-right: 0;
		}
		
header {
    margin: 0 auto;
}

#content-wrapper {
	overflow: hidden;
}

	article	{
		float: left;
		width: 65%;
	}		

		article .content {
			margin-bottom: 1em;
		}

	article section#comments article {
		float: none;
		width: auto;
	}

aside {
	float: left;
	margin-left: 2%;
	width: 33%;		
}

#footer-wrapper {
	position: absolute;
	bottom:0;
	width:100%;
}
					
footer {
	overflow: hidden;
	width: 1180px;
	margin: 30px auto;
}

	footer > span {
		float: left;
		width:32%;
		padding-top: 1em;
	}
	
	footer > span:last-child {
		margin-left: 4%;
	}
	
	footer .about {
		float: left;
		margin-top: 1.4em;
		font-weight: bold;
	}

article.main {
margin-bottom: 20px;
}


#browserwarning {
	width: 100%;
	background-color: #FF0000;
}

#browserwarning span {
	color: #fff;
}




/************************
* VIDEO
*************************/

.video_wrapper {
	clear:both;
}

	.video_file_wrapper img.preview_image, 
	.video_file_wrapper object {
	    height: 32.448em;
	    width: 52.619em;
	}

	article.main .eWebEditProContent .video_file_wrapper img.play_arrow,
	article.main .eWebEditProContent .video_title img {
	    width: auto !important;
	}

	article.main .eWebEditProContent .video_file_wrapper img.play_arrow {
		left: 44%;
	    position: absolute;
	    top: 40%;
	}

.video_title {
	padding: 0 0.8333333em 0.8333333em 0.8333333em;
	overflow:hidden;
}

	.video_title a{
	}

	.video_title .date,
	.video_title .links_container {
		display: none;
	}		

	.video_title span.title {
		font-size:1.0em;
		font-weight:700;
	}
	
	.video_title span.description{
		clear:both;
		display:block;
		border-bottom:0.083333336em solid white ;
		padding: 0 0 0.8333333em 0 ;
		margin-bottom: 0.8333333em;		
	}
	
	.video_title span.share_buttons a .icon_embed {
		float:right;
		display:block;
		overflow:hidden;
	}
	
	.video_title .share_buttons .icon.download {
		display:block;
		background: transparent url(/forskningsradet/gfx/download_mobile.png) no-repeat 0 0;
		width: 16px;
		height:15px;
		float: right;
	}

		.video_title .share_buttons .icon.download img {
			display: none;
		}


	.video_title span.share_buttons_wrapper {
		float:right;
		display_block;
		overflow:hidden;
	}



	.video_title .related_wrapper {
		display: block;
		overflow: hidden;
	}


		.video_title .related_wrapper .share_buttons{
			float:right;
		}
				.video_title .share_buttons .icon {
				    margin-right: 0.41666666em;
				}

		.video_title .related {
			display: inline;
			float: left;
			padding: 0;
			width: 6.6666665em;
		}	

		.video_title .ol {
			display: inline;
			float: left;
			margin-right: 0.8333333em;
			width: 25.5em;
		}

			.video_title .ol .li {
				display: block;
			}


		.video_title .links_wrapper {
			display: block;
		}

		.video_title .embed_link_wrapper {
		    display: block;
			margin-top: 1em;
			float: left;
		}

		.video_title .embed_link_wrapper .line_wrapper {
		    display: block;
			float: left;
			overflow: hidden;
		    margin-bottom: 0.5em;
		    overflow: hidden;
		}

		.video_title .embed_link_wrapper .line_wrapper label {
		    float: left;
		    width: 6.6666665em;
		}

		.video_title .embed_link_wrapper .line_wrapper input {
		    border: 0.083333336em solid #999999;
		    float: left;
		    width: 33.0em;
		}

/*******************************************************************************
* Kommentarer
********************************************************************************/

#comments {
	margin-right: .5em;
}

#comments h2 {
	border-bottom: 3px solid black;
	padding-bottom: .2em;
	margin-bottom: .5em;
}

	#comments #comment_input h2 {
		font-size: 1em;
		border-bottom: 3px solid black;
		font-weight: bold;
	}

	#comments #comment_input .commentinput 	{
		font-weight: bold;
	}
	
		#comments #comment_input .commentinput label{
			float: left;
			width: 100%;
		}
		
		#comments #comment_input .commentinput input,
		#comments #comment_input .commentinput textarea{
			width: 240px;
			padding: 3px 6px;
			border: 1px solid black;
			margin-bottom: 16px;
		}
		
		#comments #comment_input .commentinput textarea{
			width: 96%;
		}	
				
		#comments #comment_input .commentinput .captcha{
			margin-bottom: 16px;
		}

		#comments #comment_input .commentinput #provNy{
			color: black;
			margin-bottom: 20px;
		}
		
		#provNy.hidden{
			display:block;
		}

		#comments #comment_input .commentinput .commentinput_buttons input {
			width: 256px;
		}		
		
		#comments .comment_header{
			overflow: hidden;
			padding-bottom: 5px;
		}	

			#comments .comment_header .comment_name{
				float:left;
			}	
		
			#comments .comment_header .comment_date {
				float:right;
			}	
		
		#comments .comment_body {
			background: grey;
			margin-bottom: 20px;
			padding: 10px 10px 12px;
		}
		
.comment_pagetopheader {
	margin-bottom: 10px;
}

/****************************************
* MEDIA QUERIES
****************************************/


@media only screen and (max-width : 1200px) {
	#page-wrapper, header, nav, footer {
		margin-left: auto;
		margin-right: auto;
		width: auto;
		padding: 0 2em;
	}
	
	#content-wrapper article.main .article-top .related ul li {
		float: right;
		width: 90%;
		margin-bottom: .5em;
	}
	
	
		.artikkelliste.andrepriartikler .imgbox_inline img,
		article .toppnyhet .imgbox_inline img {
			width: 100% !important; 
			height: auto !important;
		}	
	
	.video_file_wrapper img.preview_image, 
	.video_file_wrapper object {
	    width: 100%;
	}

	.video_file_wrapper img.preview_image {
	    height: 100%;
	}
	.video_file_wrapper object {
	    height: 30em;
	}
}



@media only screen and (max-width : 1024px) {
	
	.toppnyhet ul li .imgbox_left {
		width: 50% !important; 
		height: auto !important;
	}

	.toppnyhet ul li .imgbox_left + a,
	.toppnyhet ul li .imgbox_left + a + .articletype + .ingress,
	.toppnyhet ul li .imgbox_left + a + .articletype {
		width: 45%;
		float: left;
	}
 	
	article.main .eWebEditProContent .imgbox_left,
	article.main .eWebEditProContent .imgbox_right,
	article.main .eWebEditProContent .imgbox_inline {
		width: 50% !important; 
		height: auto !important;
	}
	
		.toppnyhet ul li img,
		.pdf .imgbox_inline img,
		article.main .eWebEditProContent img {
			width: 100% !important; 
			height: auto !important;
		} 

	article.main .eWebEditProContent .video_file_wrapper img.play_arrow {
		left: 40%;
	    position: absolute;
	    top: 34%;
	}

	.video_file_wrapper object {
	    height: 26em;
	}
}

	

@media only screen and (max-width : 768px) {
	#page-wrapper, header, nav, footer {
		padding: 0 1em;
	}

	#page-wrapper {
		padding-bottom: 20em;
	}

	hgroup h2 {
		width: auto;
	}

	hgroup h3.issue {
		position: static;
	}

	nav {
	}

		nav #search {
			clear: left;
			float: left;
			margin: .5em 0 1em 0;
			width: 100%;
		}

	article,
	.main-page .meta-head,
	aside,
	article.ColMiddle,
	article.globalSearch {
		float: left;
		margin-left: 0;
		width: 99%;
	}

	aside {
		overflow: hidden;
	}
	
		aside .item {
			width: 46% !important;
		}
		
	article.main p.quote {
		width: 35%;
	}
		
	footer > span {
		width: 50%;
		border: none;
	}	
		footer > span:last-child {
			margin-left: 0;
		}

	article.main .eWebEditProContent .video_file_wrapper img.play_arrow {
		left: 44%;
	    position: absolute;
	    top: 40%;
	}
	
	.video_file_wrapper object {
	    height: 28em;
	}


}

@media only screen and (max-width : 640px) {

	#page-wrapper {
		padding-bottom: 28em;
	}
	
		header .forskningsradet-logo {
			display:none;
		}
		
		article.main p.quote {
			width: 35%;
		}

	footer > span {
		width: 100%;
		border: none;
	}	

	article.main .eWebEditProContent .video_file_wrapper img.play_arrow {
		left: 40%;
	    position: absolute;
	    top: 34%;
	}
	
	.video_file_wrapper object {
	    height: 24em;
	}
	
}		

@media only screen and (max-width : 512px) {

	html {
		-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	}

	header .about {
		display: block;
		float: none;
		margin-bottom: 1em;
	}

	nav {
		margin: 10px auto;
	}

		nav > a {
			float: left;
			margin-right: 0;
			padding: .35em .5em;
		}
			nav > a.expandable {
				padding-right: 2em;
			}

			nav > a.expandable:after {
				right: .5em;
			}
			
			nav #search input {
				width: 70%;
			}

			nav #search button {
				width: auto;
			}

	hgroup h2 {
		font-size: 2em;
	}

	aside .item {
		float: none;
		width: 99% !important;
	}

	article.main p.quote {
		width: 100%;
	}
	
	.toppnyhet ul li .imgbox_left {
		width: 100% !important; 
		clear:both;
		float:none !important;
		margin-left: 0;
		margin-right: 0;
	}
 	
	.toppnyhet ul li .imgbox_left + a,
	.toppnyhet ul li .imgbox_left + a + .articletype + .ingress,
	.toppnyhet ul li .imgbox_left + a + .articletype {
		width: 99%;
	}
	
	article .artikkelliste.andrepriartikler ul li, 
	article .artikkelliste.boks-visning ul li {
		width: 96%;
	}

	article .artikkelliste.andrepriartikler ul li.odd, 
	article .artikkelliste.boks-visning ul li.odd {
		padding-right: 0;
	}
	
	article .artikkelliste.andrepriartikler ul li.first-element.odd, 
	article .artikkelliste.boks-visning ul li.first-element.odd {
		border-top: none;
	}	

	aside .pdf {
		width: 99%;
	}

	aside .pdf .imgbox_inline {
		width: auto !important;
	}	
	
	.se-alle .meta-head .numhits {
		float: left;
		clear:left;
	}
	
	h1 {
		font-size: 2em;
	}
	
	h2, h3 {
		font-size: 1.5em;
	}

	article.main .eWebEditProContent .video_file_wrapper img.play_arrow {
		left: 36%;
	    position: absolute;
	    top: 30%;
	}	
	.video_file_wrapper object {
 	   height: 20em;
	}
}

@media only screen and (max-width : 320px) {
	#page-wrapper, header, nav, footer {
		padding: 0 10px;
	}	
	
	#page-wrapper {
		padding-bottom: 28em;
	}
	
	article.main .eWebEditProContent .imgbox_left,
	article.main .eWebEditProContent .imgbox_right,
	article.main .eWebEditProContent .imgbox_inline {
		width: 100% !important; 
		clear:both;
		float:none !important;
		margin-left: 0;
		margin-right: 0;
	} 		

	.video_file_wrapper object {
 	   height: 16em;
	}
		
}




body {
	color: #4e4e4e;
	font: 14px/1.4 Verdana;

}

select,
input,
textarea,
button {
	color: #4e4e4e;

}

a {
	color: #48a0ae;

}

	a:hover {
		color: #64c6d6;
	}


article.main .eWebEditProContent table tr{
	width: 500px;
}

	article.main .eWebEditProContent table caption{
		border-bottom: 3px solid #4e4e4e;
		text-align: left;
	}

	article.main .eWebEditProContent th,
	article.main .eWebEditProContent thead td{
		background-color: #e5e5e5;
		font-weight: bold;
	}
	
	article.main .eWebEditProContent td,
	article.main .eWebEditProContent th {
		border: 1px solid #e5e5e5;
		padding: 5px 10px; 
	}

article.main .GrayBox,
article.main .ShadingBox{
	background: #e5e5e5;
	width: 96%;
	display: block;
	padding: 1em;
	float: left;
	margin-bottom: 1em;
}		

	article.main .GrayBox h2,
	article.main .GrayBox h3,
	article.main .GrayBox h4,
	article.main .GrayBox .Ledetekst,
	article.main .ShadingBox h2,
	article.main .ShadingBox h3,
	article.main .ShadingBox h4,
	article.main .ShadingBox .Ledetekst{
		border-bottom: 4px solid #4e4e4e;
		font-size: 1.2em;
		font-weight: bold;
		padding-bottom: .3em;
		margin-bottom: .7em;
		}
	


#header-wrapper {
	height: 157px;
	background: transparent url("/forskningsradet/gfx/bladetforskning/background-repeat.png") center top repeat-x;
	border-top: 1px solid #71c6d4;
	margin-bottom: 2em;
}

	header {
		background: transparent url("/forskningsradet/gfx/bladetforskning/header-background.png") center top no-repeat;
		height: 157px;
		overflow: hidden;
		margin: 0 auto 2em;
	}

		header h1 {
			float: left;
			margin: 30px 0;
			background: transparent url("/forskningsradet/gfx/bladetforskning/bf-logo-white.png") center top no-repeat;
			background-size: 100% auto;
			width: 362px;
			height: 95px;
			text-indent: -9999px;
		}

		header .forskningsradet-logo {
			float: right;
			margin: 60px 0;
		}		


#nav-wrapper,
#footer-wrapper {
	background: #363329;
	color: #FFF;
}

	nav {
		overflow: hidden;
		margin: 20px auto;
	}
	
		nav a{
			font-weight:bold;
		}

			nav a.last{
				margin-right: 0;
			}
			
	
		nav ul li {
			padding-right: 1em;
			position: relative;
		}
	
		nav ul li #issues {
			background: transparent url("/forskningsradet/gfx/bladetforskning/arrow-down.png") right 55% no-repeat;
			padding-right: 20px;
		}

		nav ul li #issues.close {
			display: none;
		}
		
			nav ul li > a:hover {
				color: #48a0ae;
			}

				nav ul li > a.expandable.active {
					color: #fff;
				}


		
			nav ul.issues {
				width: 1000em;
				left: 0;
				position:absolute;
			}
				
		nav #search {
			float: right;
			background: transparent url("/forskningsradet/gfx/bladetforskning/header-search.png") center top no-repeat;
			max-width: 365px;
			height: 31px;
		}
		
			nav #search #search-query{
				margin: 8px 24px 0 30px;
				width: 238px;
				background: transparent;
				border: none;
				outline: none;
				-webkit-appearance: none;				
			}
			
			nav #search #search-button{
				width: 65px;
				border: none;
				background:transparent;
				text-indent: -1000em;
				text-transform: capitalize;
				cursor: pointer;
			}			
						
			nav .dropdown a {
				color: #fff;
			}
		
			.slider-control {
				cursor: pointer;
				position: absolute;
				width: 1em;
				margin: 0.5em 0 0;
				text-indent: -1000em;
				text-transform: uppercase;
			}
			
				.slider-control#slide-left {
					right: -1em;
					background: transparent url("/forskningsradet/gfx/bladetforskning/arrow-right.png") left bottom no-repeat;

				}
				
				.slider-control#slide-right {
					left: -1em;
					background: transparent url("/forskningsradet/gfx/bladetforskning/arrow-left.png") right bottom no-repeat;
				}

			nav #dropdown-issues {
				border-left: 1em solid transparent;
				border-right: 1em solid transparent;
				height: 11.5em;
				position: relative;
				clear: left;
				display: none;
				margin-top: 2em;
				padding: 1em;
				width: auto;
			}

				nav #dropdown-issues  .dropdown-container {
					overflow: hidden;
					position: relative;
					height: 100%;
				}
				
					nav .dropdown .years {
						border-bottom: 1px solid #acaba7;
						color: #acaba7;
						position: absolute;
						left: 0;
						width: 1000em;
					}

						nav .dropdown .years li {
							cursor: pointer;
						}
 
						nav .dropdown .years li.active,
						nav .dropdown .years li:hover {
							color: #FFF;
						}
						
							nav .dropdown .years li  h3{
								margin:0;
								font-weight: bold;
							}


					nav #dropdown-issues .utgaveliste {
						margin-top: 3.5em;
					}
					nav #dropdown-issues .utgaveliste .year {
						float:left;					
					}

								#dropdown-issues .utgaveliste .year .issues li{	
									margin-right:none;
								}
								#dropdown-issues .utgaveliste .year .issues li:after{	
									content: "";
								}
								
									#dropdown-issues .utgaveliste .year .issues li a .month,
									#dropdown-issues .utgaveliste .year .issues li a .date {						
										float:left;	
										clear:both;
										font-size: 0.8em;
									}
									#dropdown-issues .utgaveliste .year .issues li a .month{						
										font-weight:bold;													
									}


hgroup {
	position: relative;
}

	hgroup h2 {
		margin-bottom: .1em;
		width: 70%;
	}

	hgroup h3.issue {
		bottom: 0;
		font-size: 1em;
		position: absolute;
		right: 0;
	}

			article .article-top p.intro {
				font-size: 1.4em;
			}

			article .article-top img.intro {
				margin-bottom: 1em;
				width: 100%;
			}



/************************
/ HOYRE KOLONNE
/***********************/

	aside {
		float: left;
		margin-left: 2%;
		width: 33%;		
	}
	/********************
	* DELE FUNKSJONALITET
	/********************/

			aside .sharebuttons h4{			
				padding: .2em .2em 0.1em 0; 
				border-bottom: 3px solid #4e4e4e;
			}
				aside .sharebuttons h4 a{
					float:right;									
					text-indent: -9999px;
					width: 10%;
		
				}
					aside .sharebuttons h4 a.twitter{					
						background: #fff url(/forskningsradet/gfx/bladetforskning/twitter_32.jpg) no-repeat right;

					}
					aside .sharebuttons h4 a.facebook{
						background: #fff url(/forskningsradet/gfx/bladetforskning/facebook_32.png) no-repeat right;
					}
					
					
.shadow {
	background: transparent url("/forskningsradet/gfx/bladetforskning/shadow-border.png") right bottom no-repeat;
	padding: 0 7px 31px 0;
}
		aside > .articles li,
		aside > div {
			margin-bottom: 1em;
		}

			aside h4 {
				font-size: 1.25em;
				font-weight: bold;
			}

			aside p {
				margin-bottom: 1em;
			}			

			aside .tags,
			aside .articles li {
				background: #fff;
				overflow: hidden;
			}

				aside .articles li:hover {
					background: #333;
				}

				aside .articles a {
					color: #333;
					display: block;
					overflow: hidden;
				}
					aside .articles li:hover a {
						color: #fff;
					}

					aside .articles a img {
						float: left;
						margin-right: 5%;
						width: 30%;
					}

					aside .articles a p {
						float: left;
						width: 65%;
					}

			aside .tags a {
				background: #333;
				color: #fff;
				line-height: 2;
				padding: 4px;
			}
			aside .tags a:hover {
					background: #48a0ae;
					}											



	footer .forskningsradet-logo {
		float: left;
		border: none;
		width: 100%;
		margin-bottom: 12px;
	}	

	footer > span {
		border-top: 1px solid #817f7a;

	}
	





#browserwarning {
	width: 100%;
	background-color: #FF0000;
}

#browserwarning span {
	color: #fff;
}

/************************
* UTGAVESIDE/FORSIDE
************************/
	.main-page article ul li {
		cursor: pointer; 
	}


	.main-page .intro {
		font-size: 1em;
	}	

	.main-page.utgaveside article .toppnyhet {
		border-top: 3px solid #4e4e4e;
	}	
	
		.main-page article .toppnyhet ul li {
			float: left;
		}
	
	.main-page .meta-head{
		font-weight: bold; 
		float: left;
		width: 70%;
		padding-bottom: 0.5em;
	}
		 .main-page .meta-head .pipe:after {
			content:"|";			
			
		 }
	 
	.main-page article h2 {
		font-weight:bold;
	}
	
	.main-page article h4 {
		font-size: 1.25em;
	}
	
	article .artikkelliste {
		float:left;
		clear: both;
		background: transparent url("/forskningsradet/gfx/bladetforskning/shadow-border.png") right bottom no-repeat;
		padding: 0 7px 31px 0;
		width: 100%;
	}

	article .artikkelliste ul li{		
		border-top: 1px solid #817f7a;
		float:left;
		width:99%;
		padding: 1em 0;
		margin-right: 2%;
	}		

	.main-page article ul li:hover {
		color: #817f7a;
	}
	
		.main-page article ul li:hover a {
			color: #64c6d6;
		}
		
	article .artikkelliste ul li.first-element{			
		border-top: none;
	}	
			
/************************
* UTGAVESIDE/FORSIDE
*	- TOPPNYHET
************************/

article.main .article-top,
article .toppnyhet ul{
	float: left;
	padding: 0 7px 30px 0;
	background: transparent url("/forskningsradet/gfx/bladetforskning/shadow-border.png") right bottom no-repeat;
	width:100%;
}

	article .toppnyhet ul{
		margin-bottom: 1em;
		padding-top:  1em;
	}


	article .toppnyhet a,
	article .artikkelliste.andrepriartikler a {
		color: #4e4e4e;		
	}
	
	article .articletype {
		font-weight: bold;
		font-size: 0.8em;
		display: block;
	}
		
		article .toppnyhet a h2{
			padding-right: 1%;	
		}

	article .toppnyhet .imgbox_left{		
		margin: 0 1em 1em 0;
	}

	article .toppnyhet .imgbox_inline{		
		width: 100% !important;
		height: auto !important;
	}	
	
		article .toppnyhet .imgbox_inline img{		
			width: 100% !important;
			height: auto !important;
		}	
/**********************************
* FORSIDE 
*   - ANDREPRIARTIKLER/TEMA
**********************************/

	article .artikkelliste.andrepriartikler ul li,
	article .artikkelliste.boks-visning ul li{		
		width:48%;
	}

	article .artikkelliste.andrepriartikler ul li:last-child.odd,
	article .artikkelliste.boks-visning ul li:last-child.odd{		
		width:98%;
	}		
	
		article .artikkelliste.andrepriartikler ul li.odd,
		article .artikkelliste.boks-visning ul li.odd{		
			clear:left;
			margin-right: 0;
			padding-right: 2%;
		}		
	
		article .artikkelliste.andrepriartikler ul li .articletype,
		article .artikkelliste.boks-visning ul li .articletype{
			margin-bottom: 1em;
		}


	.forside article .artikkelliste.andrepriartikler h2 {
		border-bottom: 3px solid #4e4e4e;
	}
	
	article .artikkelliste.andrepriartikler ul li h4,
	article .artikkelliste.boks-visning ul li h4{		
		font-size: 1.25em;
	}		

/************************
* UTGAVESIDE/FORSIDE
*	- ARTIKKELLISTE
************************/

		
article .artikkelliste ul li .imgbox_left{		
	margin:0 1em 1em 0;	
	float:left;
}

.utgaveside aside {
	border-top: 3px solid #4e4e4e;
}

article .artikkelliste ul li h4{
	font-size: 1em;
}


/************************
* UTGAVESIDE/FORSIDE
*	- NOTISER
************************/

.main-page .notiser {
	margin-top: 1em ;
	float: left;
	margin-bottom: 1em;
}

	.main-page.utgaveside .notiser {
		width: 99%
	}

	.main-page .notiser .heading {
		border-bottom: 3px solid #4e4e4e;
		float: left;
		width: 100%;
		margin-bottom: 0.5em;
	}
	
		.main-page .notiser .heading h4{
			text-transform: capitalize;
			float: left;
		}
	
		.main-page .notiser .heading a.allenotiser{
			float: right;
			padding-top: 0.25em;
		}
		
	.main-page .notiser ul li {
		border-bottom: 1px solid #817f7a;
		padding: 0.5em 0;
	}

		.main-page .notiser ul li a {
			color: #4e4e4e;
		}
		
		.main-page .notiser ul li:hover a {
			color: #64c6d6;
		}
		
		
			.main-page .notiser ul li a h4 {
				background: transparent url("/forskningsradet/gfx/bladetforskning/arrow-right-blue.png") right bottom no-repeat;
				font-weight: normal;
				font-size: 1em;
				padding-right: 17px;
			}

/************************
* FORSIDE
*	- BANNERE
************************/

.main-page .bannere {
	width: 100%;
	height: auto;
}

	.main-page .bannere .imgbox_inline {
		width: 100% !important;
		height: auto !important;
	}

		.main-page .bannere .imgbox_inline img {
			width: 100% !important;
			height: auto !important;
		}
	
/************************
* UTGAVESIDE
*	- PDF-UTGAVE
************************/		
		
aside .pdf{															
	background: transparent url("/forskningsradet/gfx/bladetforskning/shadow-border.png") right bottom no-repeat;
	padding: 1em 0 3.5em;
	float:left;
	width:100%;
}

	aside .pdf.clickable {
		cursor:pointer;
	}
				
	aside .pdf .imgbox_inline{													
		float:left;
	}
	
	aside .pdf .issueInfo{															
		float:right;
		font-size: .9em;			
		padding-right: 2%;
	}
			aside  .pdf .issueInfo .month{															
				float:left;
				font-weight: bold;
			}
			aside  .pdf .issueInfo .issue{															
				float:left;
				clear:both;
				width: 100%;
			}
			aside  .pdf .issueInfo .volume{															
				float:left;	
				clear:left;
				padding-bottom:7.5em;
				width: 100%;
			}
	aside  .pdf .issueInfo .pdfIssue  {					
		background: transparent url("/forskningsradet/gfx/bladetforskning/pdf-icon.png") top left no-repeat;		
		clear:left;		
		height: 92px;
		float:left;
		text-transform:capitalize;		
		overflow: hidden; 
		text-indent: -999em;		
		width: 52px;
	}
			
				aside .pdf .issueInfo .pdfIssue a:hover {	
					background: #48a0ae;
				}

/**************************
* LEDER/
* FULL VISNING AV NOTIS
**************************/

.leader {
	float: left;
}
	
	.leader .quote{
		width: 100%;
	}

	.leader .author{
		margin-bottom: 1em;
	}
	
	.leader .caption{
		display: none;
	}
	
	.bfpage-fullartikkel .artikkeltype{
		border-bottom: 3px solid #4e4e4e;
		width:100%;
	}
	
	.bfpage-fullartikkel h3{
		font-weight:bold;
	}

	.bfpage-fullartikkel .eWebEditProContent h2,
	.bfpage-fullartikkel .eWebEditProContent h3{
		font-size: 1.5em;
		margin-bottom: .5em;
		font-weight:bold;
		border-bottom: none;
	}

	.bfpage-fullartikkel .eWebEditProContent ol li {
	 list-style: decimal inside none;
	}
	
	.bfpage-fullartikkel .imgbox_right,
	.bfpage-fullartikkel .imgbox_left,
	.bfpage-fullartikkel .imgbox_inline {
		padding: 10px;
	}
	
	.bfpage-fullartikkel .imgbox_right {
		padding-right: 0;
	}
	
	.bfpage-fullartikkel .imgbox_left {
		padding-left: 0;
	}

	.bfpage-fullartikkel .imgbox_inline {
		padding-right: 0;
		padding-left: 0;
	}	
/**************************
* ARTIKKEL
**************************/

article.main {
	border-top: none;
}

article .meta-head {
	float: left;
	width: 100%;
	border-bottom: 3px solid #4e4e4e;
}

article .meta-head span {
}

article .meta-head span.articletype {
	background-color: #48a0ae;
	float: left;
	font-weight: bold;
	padding: 0.3em 0.5em 0.1em;
	font-size: 1.2em;
}

article .meta-head span.articletype a{
	color: #FFF;
}


article .meta-head span.issue {
	float: right;
	padding:  0.5em 0 0.25em;	
}
article .meta-head span.issue .month{
	font-weight:bold;
}
article .meta-head span.issue .month:after{
	content:"|";
}
			

article .article_meta,
aside ul li .issue {
	font-size: 0.9em;
}

article ul .artikkeltype,
aside ul .artikkeltype {
	font-weight:bold;
}

	article ul span.issue:before  {
		content:"|";
	}

	article ul li .article_meta span.issue:first-child:before  {
		content:none;
	}

article.main .eWebEditProContent {
	padding: .5em .5em .5em 0;
	clear: left;
}

article.main p.quote {
	width: 35%;
}

article.main p.quote,
.leader .quote {
	background: transparent url("/forskningsradet/gfx/bladetforskning/quote-marks.png") left top no-repeat;	
	text-indent: 45px;
	padding-top: 5px;
	font-weight: bold;
	line-height: 1.4em;
	font-size: 1.2em;
}

	article.main p.quote.left{
		float: left;
		margin-right: 1em;
	}	

	article.main p.quote.right{
		float: right;
		margin-left: 2em;
	}	
	
article.main .GrayBox{
	background: #e5e5e5;
	width: 96%;
	display: block;
	padding: 1em;
	float: left;
	margin-bottom: 1em;
}		

	article.main .GrayBox h2,
	article.main .GrayBox h3,
	article.main .GrayBox h4,
	article.main .GrayBox .Ledetekst{
		border-bottom: 4px solid #4e4e4e;
		font-size: 1.2em;
		font-weight: bold;
		padding-bottom: .3em;
		margin-bottom: .7em;
		}
		
article.main ul li {
 list-style: disc inside none;
}

article.main ol li {
 list-style: decimal inside none;
}

article.main .meta {
	clear:left;
}

	article.main .meta .author{
		margin-bottom: 0;
		font-weight:bold;
	}

		article.main .meta .author a{
			text-transform: capitalize;
			font-weight:normal;
		}


#PrintThisPageLink {
    background: url("/forskningsradet/gfx/redesign/print-icon-bf.png") no-repeat scroll left top transparent;
    color: #4e4e4e;
    float: left;
    height: 25px;
    line-height: 25px;
    padding-left: 40px;
}

/***********************************************
* HYREKOLONNE : NKKELORD
**********************************************/	

aside .item {
	width: 100%;
	float: left;
}
		
aside .nokkelord h4,
aside .related>h4 {
	border-bottom: 3px solid #4e4e4e;
	padding: 0.2em 0 0.1em;
}

	aside .nokkelord h4 {
		text-transform: capitalize;
	}


aside .nokkelord ul {
	border-bottom: 1px solid #b7b7b7;
	float: left;
	width: 100%;
	margin-bottom: 2em;
}

	aside .nokkelord ul li {
		float: left;
		padding: 0.2em;
	}

		aside .nokkelord ul li a{
			float: left;
			background-color: #e4f1f3;
			padding: 0.5em 0.8em;
		}
		
/**********************************************
* HYREKOLONNE : RELATERTE ARTIKLER
**********************************************/	
		

aside .related ul {	
	float: left;
	width: 100%;
	margin-bottom: 2em;
	font-weight:normal;
	
}		
	aside .related ul li {
		border-bottom: 1px solid #b7b7b7;
		padding-top:.5em;
	
	}
		aside .related ul li:first{			
			padding-top:0;
		}	

		aside .related ul h4{			
			font-weight:normal;
			font-size:1em;
		}
	
	
/********************************
* FALLBACKLSNING UTGAVEVEISNINGER
********************************/		

#content-wrapper{	
	padding: 0 0 2em 0;
}

article .utgaveliste{		
}

	article .utgaveliste .year{
		width:100%;
		float:left;	
		padding-top:1em;		
	}
		article .utgaveliste .year h3{			
			font-weight:bold;
			border-bottom: 3px solid #4e4e4e;
		}		

			article .utgaveliste .year .issues{
				font-weight:normal;	
				
			}
				article .utgaveliste .year .issues li{
					float:left;
					padding-right : 5em;
				}
					article .utgaveliste .year .issues li a .month{						
						font-weight:bold;
						font-size:0.9em;						
						float:left;	
						clear:both;
					}
					article .utgaveliste .year .issues li a .date{						
						width:100%;
						font-size:0.8em;
						float:left;	
						clear:both;						
					}
					

/**************************************
* SE-ALLE-LISTER og SØKERESULTAT
***************************************/


.se-alle .meta-head{
	margin-bottom: 1em;
}

	.se-alle .meta-head h4{
		float: left;
		margin: 0;
	}

	.se-alle .meta-head .numhits{
		float: right;
	}
	
article .endofcontent {
	width: 100%;
	font-weight: bold;
	color: #48a0ae;
	font-size: 1em;
	text-align: center;
	display: none;
}
	
	article ul.search-result {
		margin-top: 1em;
		width: 100%;
	}
		article ul.search-result > li {
			border-bottom: 1px solid #817f7a;
			padding-bottom: 1em;
			margin-bottom: 1em;
			cursor: pointer;
			float:left;
			width: 100%;
		}
			
			article ul.search-result > li a {
				font-weight: bold;
			}

			article ul.search-result .imgbox_left {
				margin-right: 1em;
			}		
		
		
article .spinner {
 	background: transparent url("/forskningsradet/gfx/bladetforskning/spinner.gif") center top no-repeat;
 	height: 32px;
 	width: 100%;
 	display: none;
	clear:left;
 }

/**************************************
* ARTIKKEL - TETT RELATERTE ARTIKLER
***************************************/
		
#content-wrapper article.main .article-top .related {
	display: block;
	overflow: hidden;
	margin-bottom: 1em; 
}
	#content-wrapper article.main .article-top .related ul{			
		width: 100%;
		float: left;			
	}
	
	#content-wrapper article.main .article-top .related ul li{
		list-style-type:none;
		float:left;
		width: 44%;
	}
	
		#content-wrapper article.main .article-top .related ul li.first{
			list-style-type:none;
			float:left;
			width: 10%;
			font-weight: bold;
		}

		#content-wrapper article.main .article-top .related ul li a {
			background: transparent url("/forskningsradet/gfx/bladetforskning/arrow-right-blue.png") right 50% no-repeat;
			padding-right: 25px;
			float: left;
		}		

		#content-wrapper article.main .article-top .related ul li a h4{
			margin: 0;
		}				
		
	
/************************************************************************************************
* NOTISSIDE
************************************************************************************************/

.fullwidth article {
	width: 100%;
}

	.notiser article .meta-head {
		text-transform: capitalize;
		margin-bottom: 2em;
	}

		.notiser article .meta-head h2{
			float: left;
		}	
	
		.notiser article .meta-head span.issue{
			padding-top: 1.3em;
		}		
	
	.notiser article > ul {
		clear: both;
	}

		.notiser article > ul > li {
			background: transparent url("/forskningsradet/gfx/bladetforskning/shadow-border.png") no-repeat scroll right bottom ;
			padding: 0 7px 31px 0;
			width: 31%;
			float: left;
		}	

			.notiser article > ul > li .bfpage-fullartikkel {
				padding: 0 .5em;
			}	
			
			.notiser article > ul > li .bfpage-fullartikkel.active {
				background-color: #e4f1f3;
				float: left;
			}	
			

			
			.notiser article ul li h3{
				border: none;
				font-size: 1.5em;
			}			
			
			.notiser article ul li ul li {
				list-style: disc inside none;
			}	
				
/*******************************************************************************
* Kommentarer
********************************************************************************/

#comments {
	margin-right: .5em;
}

#comments h2 {
	border-bottom: 3px solid #4e4e4e;
	padding-bottom: .2em;
	margin-bottom: .5em;
}

	#comments #comment_input h2 {
		font-size: 1em;
		border-bottom: 3px solid #4e4e4e;
		font-weight: bold;
	}

	#comments #comment_input .commentinput 	{
		font-weight: bold;
	}
	
		#comments #comment_input .commentinput label{
			float: left;
			width: 100%;
		}
		
		#comments #comment_input .commentinput input,
		#comments #comment_input .commentinput textarea{
			width: 240px;
			padding: 3px 6px;
			border: 1px solid #817f7a;
			margin-bottom: 16px;
		}
		
		#comments #comment_input .commentinput textarea{
			width: 96%;
		}	
				
		#comments #comment_input .commentinput .captcha{
			margin-bottom: 16px;
		}

		#comments #comment_input .commentinput #provNy{
			color: #4e4e4e;
			margin-bottom: 20px;
		}
		
		#provNy.hidden{
			display:block;
		}

		#comments #comment_input .commentinput .commentinput_buttons input {
			width: 256px;
		}		
		
		#comments .comment_header{
			overflow: hidden;
			padding-bottom: 5px;
		}	

			#comments .comment_header .comment_name{
				padding-left: 10px;
				float:left;
			}	
		
			#comments .comment_header .comment_date {
				float:right;
				margin-right: 10px;
			}	
		
		#comments .comment_body {
			background: #e4f1f3;
			margin-bottom: 20px;
			padding: 10px 10px 12px;
		}
		
.comment_pagetopheader {
	margin-bottom: 10px;
}
		
/********************************************
* SOKESIDE
*********************************************/

/********************************************
* NAVIGATOR
*********************************************/

.navigator {
	width: 98% !important;
}

	.navigator h4 {
		font-weight: bold;
		border-bottom: 3px solid #4e4e4e;
	}

		.navigator ul li {
			border-bottom: 1px solid #817f7a;
			float: left;
			font-weight: bold;
			padding: 0.5em 0;
			width:100%;
		}

		.navigator ul li:last-child {
			border-bottom: 0;
		}

			.navigator ul li a {
				padding-left: 1em;
			}
		
			.navigator ul li.showMoreLess a {
				float:right;
				padding-right: 1.5em;
				margin-right: 0.5em;
				background: transparent url(/forskningsradet/gfx/bladetforskning/arrow-down-blue-small.png) right 50% no-repeat;
			}
			
				.navigator ul li.showMoreLess a.less {
					background-image: url(/forskningsradet/gfx/bladetforskning/arrow-up-blue-small.png);
				}
			
	div.globally-active ul li a span, div.with-active ul li a span {
		background: transparent url("/forskningsradet/gfx/bladetforskning/remove-selection.png") left center no-repeat;
		padding-bottom: 2px;
		padding-left: 20px;	
	}

/********************************************
* SOKESIDE
*********************************************/

.fill-page {
	height: 500px;
}

.search h1 {
	font-size: 1.2em;
}

.search .result ul {
	float: left;
}

.search .result .pagination {
	float: right;
}

	.search .result .meta-head .numhits {
		font-weight: bold;
		float:left;
	}
	
	.search .result .meta-head .sort {
		float: right;
	}
	
.search .footer {
	float: right;
}


	article #search {
		background: #e5e5e5 url("/forskningsradet/gfx/bladetforskning/search.png") 15px center no-repeat;
		max-width: 800px;
		height: 105px;
	}

		article #search input#querystring2 {
			margin: 40px 40px 40px 65px;
			width: 530px;
			font-size: 1.4em;
		}

		article #search input#sokeknapp2 {
			width: 95px;
			height: 40px;
		}		
		
			.query-field{
				background: transparent;
				border: none;
			}
			
			.query-button{
				border: none;
				background: transparent;
				text-indent: -1000em;
				text-transform: capitalize;
				cursor: pointer;
			}			
			
.search .result .pagination {
	font-size: 12px;
	float: right;
	overflow: hidden;
}

.search .result .pagination {
	margin: 10px 0 ;
}	

	.search .result .pagination span,
	.search .result .pagination a {
		float: left;
	}

		.search .result .pagination span.current,
		.search .result .pagination a.page {
			height: 18px;
			margin-left: 3px;
			padding: 2px 5px;
		}

		.search .result .pagination span.current {
			border-color: #48a0ae;
			background: #48a0ae;
			color: #fff;
		}

		.search .result .pagination a.page {
			background: #e4f1f3;
		}

		.search .result .pagination span.seperator {
			margin: 0 2px 0 5px;
		}

		.search .result .pagination span.seperator,
		.search .result .pagination .prev,
		.search .result .pagination .next {
			padding-top: 3px;
		}

		.search .result .pagination .prev {
			margin-right: 7px;
		}

		.search .result .pagination .next {
			margin-left: 10px;
		}

		.search .result .pagination span.prev,
		.search .result .pagination span.next {
			display: none;
		}

	.search .result .pagination ul {
		overflow: hidden;
	}

	.search .result .pagination li {
		float: left;
		margin-left: 3px;
	}


	.search .result .meta-head .sort .selected{
		font-weight: bold;
	}

	.search .result .meta-head .sort a.asc,
	.search .result .meta-head .sort a.desc {
		background-color: transparent;
		background-position: right 60%;
		background-repeat: no-repeat;
		padding-right: 18px;
	}

		.search .result .meta-head .sort a.asc {
			background-image: url(/forskningsradet/gfx/bladetforskning/arrow-up-blue-small.png);
		}

		.search .result .meta-head .sort a.desc {
			background-image: url(/forskningsradet/gfx/bladetforskning/arrow-down-blue-small.png);
		}
	
/******************
* TELL A FRIEND
/****************/
	
aside .sharing .Box.tipAFriend {
	float:left;
	width:100%;
}
aside .sharing .Box.tipAFriend h4{
	border-bottom: 3px solid #4E4E4E;
	cursor: pointer;
}
aside .sharing .Box.tipAFriend h4.inactive{
	background: transparent url(/forskningsradet/gfx/bladetforskning/arrow-right-blue.png) no-repeat scroll 98% 50%;
}

aside .sharing .Box.tipAFriend h4.active{
	background: transparent url(/forskningsradet/gfx/bladetforskning/arrow-down-blue.png) no-repeat scroll 98% 50%;
}
aside .sharing .Box.tipAFriend form input#friendEmail,
aside .sharing .Box.tipAFriend form input#email,
aside .sharing .Box.tipAFriend form input,
aside .sharing .Box.tipAFriend form textarea,
aside .sharing .Box.tipAFriend form input#cap {
	width:96%;
}

aside .sharing .Box.tipAFriend form #epostError.validation-advice{
	color:#B41414;
}
.validation-advice{
	color: #B41414;
	font-weight:bold;
	padding: 0 0 10px 0 ;
}

aside .Box.tipAFriend #tipAFriend input[type=submit],
#comments #comment_input .commentinput .commentinput_buttons input {	
	border: none;
	font-family: Verdana;
	background: transparent url(/forskningsradet/gfx/bladetforskning/arrow-right-blue.png) no-repeat scroll 95% center;
	font-size: 1.4em;
	font-weight:bold;
	color: #48a0ae;
	width: 98%;
	margin-top: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #4E4E4E;
	padding: .5em .5em .5em 0;

}

aside .Box.tipAFriend #tipAFriend.active form {
	display: block;
}


/************************
* VIDEO
*************************/

.video_title,
.video_wrapper {
	background: #e4f1f3;
}

.video_wrapper {
	padding:0.8333333em;
}


.video_title span.description{
	border-bottom:0.083333336em solid #FFF ;
}