/*
	stylesheet for www.hardudetideg.no
	by Erland Wiencke - Apt AS
	
	version 0.8
	
	last update: 20090218
	
	document convention and structure:
	
	colours
		page background: #fff
		default text: #472c15
	
	fonts
		body: Helvetica, Arial, sans-serif

	structure
		=reset (see reset.css)
		=typography and colours
		=layout
		=widgets
		=special
	
	order of declarations
		alphabetical per class/id/item
	
*/

/*=layout*/
body{}

	div#top{
		position: relative;
		z-index: 2;
		}
		
		div#top div.menu{
			left: 230px;
			padding: 26px 10px 40px 10px;
			position: relative;
			width: 690px;
			}
	
	div#banner{
		height: 320px;
		margin-top: -20px;
		position: relative;
		z-index: 1;
		}
		
		div#banner h1{
			height: 150px;
			position: absolute;
			top: 30px;
			width: 140px;
			}
			
			div#banner h1 a{
				display: block;
				height: 100%;
				text-indent: -4000px;
				width: 100%;
				}
		
		div#banner div.submenu{
			left: 240px;
			position: absolute;
			top: 36px;
			width: 200px;
			}
			
		div#banner h2{
			left: 460px;
			position: absolute;
			top: 36px;
			width: 460px;
			}
	
	div#main-content{
		left: 220px;
		margin-bottom: -120px;
		padding: 35px 10px 0 20px;
		position: relative;
		top: -120px;
		width: 700px;
		z-index: 9;
		}
		
		div#main-content h3, div#main-content h4, div#main-content h5{
			width: 460px;
			}
		
		div#main-content div.slides{
			float: right;
			height: 305px;
			margin: 0 0 1.6em 1.6em;
			width: 460px;
			}
		
			div#main-content div.slides img{
				border: 3px solid #472c15;
				height: 299px;
				width: 454px;
				}
				
				div#main-content div.people img.illustration{
					border: 3px solid #472c15;
					float: right;
					height: 299px;
					margin: 0 0 1.6em 1.6em;
					width: 454px;
					}
		
		div#main-content p{
			margin-bottom: 1.6em;
			width: 460px;
			}
	
	div#bottom{
		clear: both;
		height: 200px;
		left: -240px;
		position: relative;
		width: 940px;
		}
	
	div#lang{
		position: absolute;
		text-align: center;
		top: 45px;
		width: 140px;
		z-index: 3;
		}

/*=typography and colours*/
body{
	background-color: #fff;
	background-image: url(../images/body-background-02.gif);
	background-position: left top;
	background-repeat: repeat;
	color: #392311;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	}
	
	a{
		color: #0099ff;
		text-decoration: none;
		}
		
	a:hover{
		color: #0099ff;
		text-decoration: underline;
		}
	
	div#top{
		background: transparent;
		}
		
		div#top div.menu{
			background-color: #472c15;
			background-image: url(../images/top-arrow-01.png);
			background-position: left bottom;
			background-repeat: no-repeat;
			}
			
			div#top div.menu ul{
				font-size: 1.3em;
				}
			
				div#top div.menu ul li{
					float: left;
					line-height: 1.8em;
					width: 33%;
					}
				
					div#top div.menu ul li a{
						color: #fbffd2;
						font-weight: bold;
						text-decoration: none;
						}
					
					div#top div.menu ul li a:hover, div#top div.menu ul li a.active{
						color: #fff;
						border-bottom: 1px solid #ffcc00;
						}
		
	div#banner{
		background-color: transparent;
		background-image: url(../images/bg-banner-01.png);
		background-position: left top;
		background-repeat: no-repeat;
		}
		
		div#banner h1{
			background-image: url(../images/h1-gnist-02.png);
			background-position: left top;
			background-repeat: no-repeat;
			}
		
		div#banner div.submenu{}
			
			div#banner div.submenu ul{
				font-size: 1.3em;
				}
			
				div#banner div.submenu ul li{
					line-height: 1.8em;
					}
				
					div#banner div.submenu ul li a{
						color: #472c15;
						font-weight: bold;
						text-decoration: none;						
						}
					
					div#banner div.submenu ul li a:hover, div#banner div.submenu ul li a.active{
						border-bottom: 1px solid #ffcc00;
						}
		
		div#banner h2{
			font-family: Georgia;
			font-size: 5.5em;
			font-weight: normal;
			letter-spacing: -2px;
			}
	
	div#main-content{
		background-color: transparent;
		background-image: url(../images/main-content-background-01.gif);
		background-position: left top;
		background-repeat: repeat;
		}
		
		div#main-content h3{
			font-size: 3.3em;
			font-weight: normal;
			letter-spacing: -1px;
			margin-bottom: 1em;
			}
		
		div#main-content h4{
			font-size: 2em;
			margin-bottom: 1em;
			}
		
		div#main-content h5{
			font-size: 1.6em;
			margin-bottom: 0.25em;
			}
			
		div#main-content h6{
			font-size: 1.6em;
			font-style: italic;
			margin-bottom: 0.125em;
			}
			
			div#main-content div.organisations>h5.interactive{
				cursor: pointer;
				width: 100%;
				}
				
			div#main-content div.organisations>h5.interactive:hover{
				background-color: #fbffd2;
				}

		div#main-content p{
			font-size: 1.6em;
			line-height: 1.4375em;			
			margin-bottom: 1em;
			}
			
		div#main-content p.intro{
			font-size: 2.1em;
			}
			
		div#main-content ol{
			font-size: 1.6em;
			line-height: 1.4375em;
			list-style: decimal;
			list-style-position: outside;			
			margin: 0 1em 1em 2em;
			width: 460px;
			}
			
			div#main-content div#the-content ol li *{
				font-size: 1em;
				}
		
		div#main-content ul{
			font-size: 1.6em;
			line-height: 1.4375em;
			list-style: disc;
			list-style-position: outside;			
			margin: 1em 1em 1em 2em;
			width: 460px;
			}
			
			div#main-content div#the-content ul li *{
				font-size: 1em;
				}
		
	div#bottom{
		background-image: url(../images/bg-bottom-01.png);
		background-position: left top;
		background-repeat: no-repeat;
		}
	
	div#lang{
		font-size: 1.3em;
		font-weight: bold;
		}
		
		div#lang a{
			font-weight: normal;
			}

ul.assets-list{
	background-color: #fbffd2;
	border-top: 1px solid #472c15;
	margin: 0 0 1.5em 0 !important;
	padding: 5px;
	width: 450px !important;
	}

	ul.assets-list li{
		margin-left: 2em;
		}
		
	ul.discussion li{
		font-size: 0.9em;
		}

/*=widgets*/
div#app-version{
	position: absolute;
	top: 0;
	right: 0;
}

/*div.region-filter{
	display: none;
	font-size: 1.6em;
	font-weight: normal;
	margin: 2em 0 2em 0;
	}
	
	div.region-filter a{
		background-color: #fbffd2;
		border: 1px solid #472c15;
		display: block;
		float: left;
		margin: 0 4px 1% 0;
		padding: 0.5em 0 0.5em 0;
		text-align: center;
		width: 19%;
		}
	
	div.region-filter a.active{
		background-color: #472c15;
		border: 1px solid #fbffd2;
		}*/

div.region-filter {
    display: none;
    font-size: 1.2em;
    font-weight: normal;
    margin: 2em 0 2em 0;
    }

    

    div.region-filter a{
        background-color: #fff;
        display: block;
        float: left;
        margin: 0 4px 1px 0;
        padding: 0.5em 0 10px 0;
        text-align: left;
        width: 19%;
        border-top: 1px #472c15 solid;
	}

    

    div.region-filter a.active{
        background-color: #fff;
        color: #472c15;
        font-weight: bold;
	}


div.organisations{
	margin-bottom: 2em;
	}

	div.organisations h5{
		font-size: 2em !important;
		}

	div.organisation{
		margin-bottom: 2em;
		position: relative;
		}
		
		div.organisation p.intro{
			font-size: 1.6em !important;
			}
		
		div.organisation div.contact-information{
			font-size: 1.4em;
			line-height: 1.4em;
			position: absolute;
			right: 0;
			top: 2em;
			width: 220px;
			}
			
		div.organisation div.body{
			font-size: 0.9em;
			margin-left: 20px;
			}
			
			div.organisation div.body p{
				width: 440px !important;
				}

	div.organisations a.affiliate{
		background-position: left top;
		background-repeat: no-repeat;
		display: block;
		float: left;
		font-size: 1.6em;
		padding-bottom: 4px;
		padding-top: 55px;
		margin-right: 20px;
		margin-bottom: 2em;
		width: 220px;
		}
	
	div.organisations a.col-1 {
		clear: left;
	}
		
	div.organisations a.col-3{
		margin-right: 0;
		}

div#frontpage-slot-1{}

	div.frontpage-slot a{
		color: #472c15;
		text-decoration: none;
		}
		
	div.frontpage-slot img{
		border: 3px solid #472c15;
		height: 141px;
		width: 214px;
		}
	
	div#frontpage-slot-1 span.leftquote{
		font-size: 3em;
		padding-top: 20px;
		position: absolute;
		left: -24px;
		top: 56px;
	}
	
	div#frontpage-slot-1 h3{
		font-size: 1.6em;
		font-weight: bold;
		margin-bottom: 0;
		width: 100%;
	}
	
	div#frontpage-slot-1 p{
		font-family: Georgia;
		font-size: 3.3em;
		line-height: 1.2em;
		width: 100%;
	}


div#frontpage-slot-2, div#frontpage-slot-3, div#frontpage-slot-4{
	float: left;
	width: 220px;
}

div#frontpage-slot-2, div#frontpage-slot-3{
	margin-right: 20px;
	}
	
	div#frontpage-slot-2 img, div#frontpage-slot-3 img, div#frontpage-slot-4 img{
		margin-bottom: 0.5em;
		}
	
	div#frontpage-slot-2 h3, div#frontpage-slot-3 h3, div#frontpage-slot-4 h3{
		font-size: 1.6em;
		font-weight: bold;
		margin-bottom: 0.25em;
		width: 100%;
	}
	
	div#frontpage-slot-2 p, div#frontpage-slot-3 p, div#frontpage-slot-4 p{
		font-size: 1.6em;
		width: 100%;
	}

div#campaigns{
	left: 20px;
	position: absolute;
	top: 367px;
	width: 200px;
	z-index: 20;
	}
	
	div#campaigns div.campaign{
		margin-bottom: 4em;
		text-align: center;
		}
		
		div#campaigns div.test{
			background-image: url(../images/banner-ta-testen.gif);
			}
			
		div#campaigns div.soknadsfrist-nb{
			background-image: url(../images/banner-soknadsfrist-nb.gif);
			}
		
		div#campaigns div.soknadsfrist-nn{
			background-image: url(../images/banner-soknadsfrist-nn.gif);
			}
		
		div#campaigns div.campaign a{
			}

div.subscription-register{
	background-color: #fbffd2;
	border-top: 1px solid #999;
	padding: 10px;
	}

	div.subscription-register h5{
		color: #472c15;
		font-size: 1.4em !important;
		margin-bottom: 0.25em;
	}
	
	div.subscription-register form{}
	
		div.subscription-register form label{}
		
		div.subscription-register form input{
			display: block;
			margin-bottom: 0.25em;
			width: 90%;
			}
		
		div.subscription-register form a.submit-link{
			font-size: 1.2em;
			}
		
	div.subscription-register div.flash{
		font-size: 1.2em;
		font-style: italic;
		margin: 10px -10px -10px -10px;
		padding: 10px;
		text-align: center;
		}
	
	div.subscription-register div.error{
		background-color: #ff6600;
		color: #fff;
		}
		
	div.subscription-register div.notice{
		background-color: #22ab22;
		color: #fff;
		}

p.footnote{
	border-top: 1px solid #999;
	font-size: 1em !important;
	font-style: italic;
	padding-top: 1em;
	}

sup.footnote:before, p.footnote sup:before{
	content: " *";
	}

div.video{
	float: right;
	height: 305px;
	width: 460px;
	margin: 20px 0 0 20px;
	}

        div#main-content .webtv p,
        div#main-content .webtv h4,
        div#main-content .webtv h5 {
            width: auto;
        }

        .webtv .top-video {
            width: 100%;
            overflow: hidden;
            margin-bottom: 40px;
        }

        .webtv .top-video .info {
            float: left;
            width: 220px;
        }

        .webtv .video {
            float: left;
            margin: 0;
            margin-right: 20px;
        }
        
        .webtv .videos {
            width: 720px;
            overflow: hidden;
        }

        .webtv .videos .video {
            width: 220px;
            height: auto;
            margin-bottom: 40px;
        }

            .webtv .videos .video .title a {
                color: #492c14;
            }

            .webtv .videos .video .description {
                display: none;
            }

            
            .webtv .videos .video .image {
            	position: relative;
            	display: block;
            }
            
	            .webtv .videos .video .image img {
	                border: 3px solid #472c15;
	                margin-bottom: 10px;
	            }
	            
	            .webtv .videos .video .image .play_button {
	            	position: absolute;
	            	display: block;
	            	top: 50%;
	            	left: 50%;
	            	margin-left: -25px;
	            	margin-top: -30px;
	            	width: 51px;
	            	height: 51px;
	            	background: url(../images/play-button.png);
	            	opacity: 0.8;
	            }
	            	.webtv .videos .video .image:hover .play_button {
	            		opacity: 1;
	            		}

div.faq-quotes{
	font-size: 12px !important;
	position: absolute;
	right: 10px;
	top: 40px;
	width: 220px;
}
	div.faq-quotes>div.quote{
		margin-bottom: 2em;
	}
		div.faq-quotes>div.quote>img{
			margin-bottom: 4px;
		}
		div.faq-quotes>div.quote>strong{
			padding: 4px;
		}
		div.faq-quotes>div.quote>p{
			font-size: 12px !important;
			font-style: italic;
			padding: 4px;
			width: 212px !important;
		}

form.faq{
	background-color: #fbffd2;
	border-top: 1px solid #999;
	margin-bottom: 2em;
	padding: 20px;
	width: 420px;
}
	form.faq>div.row{
		margin-bottom: 1em;
	}
		form.faq>div.row>label{
			display: block;
			font-size: 1.2em;
			margin-bottom: 0.25em;
		}
		form.faq>div.row>input{
			margin-bottom: 0.5em;
		}
		form.faq>div.row>input#name{
			width: 212px;
		}
		form.faq>div.row>input#email{
			width: 212px;
		}
		form.faq>div.row>textarea{
			height: 140px;
			width: 416px;
		}
		form.faq>div.row>div.info-flash{
			display: block;
			float: right;
			font-size: 1.2em;
			height: 25px;
			line-height: 25px;
		}
		form.faq>div.row>div.error-flash{
			background-color: pink;
			display: block;
			float: right;
			font-size: 1.2em;
			height: 25px;
			line-height: 25px;
		}

/*=special*/
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
}

/* Skjul for IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* Slutt skjul for IE-mac */	
		