/*
Theme Name: Verdensklasse
Theme URI: http://verdensklasse.no
Description: Design for Verdensklasse.no.
Version: 1.0
Author: Mathias Mikkelsen
*/


/* RESET */

* { 
	margin: 0; 
	padding: 0; 
	}
	
html { 
	overflow-y: scroll; 
	}
	
html, body {
	min-height: 100%;
	}
	
body { 
	font-size: 62.5%; 
	font-family: Arial;
	color: black;
	background-color: #1a3553;
	background-image: url('images/bg/bgRepeat.gif')
	}
	
#forsidetittel{
	font-size: 15px !important;
	font-weight: bold !important;
	}
	
	#forsidetittel a{
		color: #000000;
		}
		
		#forsidetittel a:hover{
			text-decoration: none;
			}
			
			
			#linkforside a{
			color: black;}	
ul{
	margin-top: -10px;
	}
	
li{
	font-size: 12px;
	}
	
a { 
	font-weight: bold;
	text-decoration: none;
	color: #305a8d;
	}
	
a:active{
    border:none;
    outline:none;
    }

a:focus {
	-moz-outline-style: none;
	outline: none;
	}
	
a:hover	{ 
	text-decoration: underline;
	}
	
a img { 
	border: none; 
	}

p { 
	font-size: 1.3em; 
	line-height: 1.4em; 
	margin-bottom: 12px; 
	margin-top: 8px;
	}
	
img { 
	vertical-align: middle;
	}
	
table { 
	border-collapse: collapse; 
	}
	
hr { 
	border: 0; 
	width: 100%; 
	border-top: solid 1px white;
	margin: 25px 0 15px 0; 
	clear: both; 
	}

img.alignright { 
	float:right; 
	margin: 0 0 5px 15px; 
	padding: 0px;
	}

img.alignleft { 
	float:left; 
	margin: 0 5px 0px 0; 
	padding: 0px;
	}

img.aligncenter { 
	float:center; 
	margin: 0 5px 5px 0; 
	padding: 2px;
	}
	
input{
	 padding: 5px; font-size: 13.5px;  background: white;; border-top: 1px solid #c1c1c1; border-left: 1px solid #c1c1c1;}
	 
textarea {
display: block;
	padding: 5px;
	font-size: 13.5px; 
	background: white; 
	border-top: 1px solid #c1c1c1; 
	border-left: 1px solid #c1c1c1; 
	width: 600px;
	border-right: 2px solid #eeeeee; 
	border-bottom: 2px solid #eeeeee; 
	}


/* UTILITY */

.floatLeft { 
	float: left; 
	}
	
.floatRight	{ 
	float: right;
	}
	
.clear { 
	clear: both; 
	}


/* FONTS */
	

h1 {
	font-size: 2.3em;
	}

h2 {
	font-size: 1.8em;
	}
	
h4{
	font-size: 15px;
	font-weight: bold;
	}



/* STRUCTURE */
	
#page-wrap {
	width: 900px; 
    margin: 0 auto;
    margin-top: -1px;
    padding: 10px 30px 50px 30px;
    background: #f6f6f6;
    min-height: 300px;
    position: relative;
	}

#top{
	height: 255px;
	background-image: url('images/bg/bg_top.gif');
	background-position: 50% 0;
	background-repeat: no-repeat;
	width: 100%;
	margin: 0 auto;
	position: relative;
	}
	
	#topWrap{
		width: 960px;
		margin: 0 auto;
		position: relative;	
		}
		
		#topWrap img{
			position: absolute;}
		
	#topContent{
		height: 200px;}
		
	#logo { 
	background: url('images/logo.gif');
	width: 392px; 
	height: 191px;
	border: 0px;
    text-decoration: none;
    text-indent: -9999px;
    cursor: pointer; cursor: hand;
    display: block;
    position: absolute;
    margin: 0 0 0 284px;
    }
      
#logo:hover { 
	background-position: 0 -191px;
	}
	
	#logo span {
		display: none;}
				
#footer{
	height: 210px;
	background-image: url('images/footer.gif');
	background-position: 50% 0;
	background-repeat: no-repeat;
	width: 100%;
	margin: 0 auto;
	position: relative;
	}
	
	#footerWrap{
		width: 940px;
		margin: 0 auto;
		position: relative;	
		padding: 40px 10px 0 10px;
		}
		
		#footerWrap a{
		font-weight: normal;
		color: black;
		}
		
		#footerwrap p{
					font-size: 10px;
					}
		
		#footerWrap img:hover{
			filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;}
	
	
#flickr {
	margin-bottom: 30px;}
	
#flickr img{
	margin-right: 30px;}
		
	#nav {
		font-size: 14px;
		margin: 10px 0 0 0;
		}
		
		#nav img{
			margin: -15px 0 0 21px;}
		
		#nav a{
			color: #113965;
			}
			
			#nav a:hover{
				
				}
				
		#nav ul{
			list-style-type: none;
			margin-top: 0px;
			}
			
		#nav li{
			float: left;
			margin: 0 28px;
			display: block;
			}
			
		body#hva-kan-jeg-bli li#hvakan a, body#hvordan-blir-jeg-det li#hvordanblir a, body#hvor-i-verden-kan-jeg-jobbe li#hvori a, body#hva-sier-de-i-yrket li#hvasier a, body#visste-du-at li#visstedu a {
			color: gray;
			}

	
#content{
	width: 595px;
	float: left;
	}
	
	#content h2{
		font-size: 3em;
		font-weight: bold;
		}
		
	.intro {
		font-size: 11px;
		margin: 0 0 20px 0;
		}
		
	
	.intro2 {
		font-size: 15px;
		margin: 0 0 18px 0;
		}
		
	#content h3{
		margin-top: 15px;
		}
		
	#content h4{
		font-size: 15px;
		margin: 24px 0 -5px 0;
		font-weight: bold;
		}
		
	#content hr{
		background-image: url('images/hr.gif');
		border: 0px;
		height: 4px;
		background-repeat: repeat-x;
		width: 100%;
		margin: 50px 0 50px 0;
		}
		
	#content ul{
		list-style-position: inside;
		}
		
	.entry{
		}
		
		.skrevet{
			float: left;
			font-size: 1.4em;
			}
			
		.entrytext{
			margin-top: 20px;
			}
			
		.kommentarer{	
			float: right;
			font-size: 1.3em;
			}
			
			
#content2{
	width: 100%;
	padding-left: 30px;
	}
	
	#content2 h2{
		font-size: 3em;
		font-weight: bold;
		margin-left: -30px;
		}
		
	#content2 li{
		font-size: 18px;
		margin: 40px 0 0 0;
		font-weight: bold;
		}
		
	#content2 label{
		font-size: 16px;
		line-height: 30px;
		}
		
	#content2 input{
		margin: 0 5px 0 0;
		}
		
	.answerbox{
		background: white;
		padding: 20px;
		width: 805px;
		text-align: center;
		border: 1px solid #e2e2e2;
		}
		
		.answertitle{
			font-size: 20px;
			font-weight: bold;
			}
	
	
	
#sidebar {
	background: #262626;
	width: 230px;
	min-height: 600px;
	float: right;
	padding: 15px;
	color: white;
	text-align: center;
	}
	
	#sidebar2{
		float: right;
		width: 380px;
		}
	

ul#skoleWrap{
	list-style-type: none;
	margin-top: 30px;
	}
	
	ul#skoleWrap li{
		float: left;
		width: 170px;
		list-style-type: none;
		text-align: center;
		margin: 0 5px 50px 5px;
		font-size: 13px;
		}
		
		ul#skoleWrap li:hover{
			text-decoration: underline;
			}
		
		ul#skoleWrap li span{
			display: block;}
	
	ul#skoleWrap img{
		margin-bottom: 5px;
		}
		
		ul#skoleWrap a{
			display: block;
			font-size: 13px;
			}
			
			ul#skoleWrap .skolelink{
				display: block;
				font-size: 15px;
				}
	
		
.singleBox {
	background: #262626;
	width: 330px;
	float: right;
	padding: 20px;
	color: white;
	margin-bottom: 20px;
	}
	
	.singleBox h3{
		text-align: center;
		}
	
	
	
#firevalg img{
	position: absolute;
	}
	
	#firevalg h3{
		font-size: 22px;
		position: absolute;
		text-align: center;
		margin: 195px 0 0 0;
		width: 214px;
		filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
		}
		
.fire_1 {
	filter:alpha(opacity=9);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	float: left;
	width: 214px;
	height: 300px;
	margin: 0 11px 0 0;
	}
		
.fire_1:hover{
	color: #305a8d;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	}


#footer img{
	float: l}
	
	
/* Newsflash */

#newsflash{
	background-image: url('images/newsflash.gif');
	width: 950px;
	height: 259px;
	margin: -10px 0 30px -25px;
	color: white;
	text-align: center;
	}
	
	#newsflash h2{
		padding: 50px 0 0 0;
		font-size: 23px;
		margin: 0 0 30px 0;
		}
		
	#newsflash p{
		font-size: 18px;
		padding: 0 px;}


#news_1 { 
	background: url('images/newsflash/sjekkknapp.gif');
	width: 257px; 
	height: 89px;
	border: 0px;
    text-decoration: none;
    text-indent: -9999px;
    cursor: pointer; cursor: hand;
    display: block;
    float: left;
    margin: 10px 10px 0 35px;
    }
    
#news_2 { 
	background: url('images/newsflash/hvilkeyrkerknapp.gif');
	width: 275px; 
	height: 89px;
	border: 0px;
    text-decoration: none;
    text-indent: -9999px;
    cursor: pointer; cursor: hand;
    display: block;
    float: left;
    margin: 10px 0 0 30px;
    }
    
#news_3 { 
	background: url('images/newsflash/hvaandresierknapp.gif');
	width: 285px; 
	height: 89px;
	border: 0px;
    text-decoration: none;
    text-indent: -9999px;
    cursor: pointer; cursor: hand;
    display: block;
    float: left;
    margin: 10px 0 0 30px;
    }  
      
#news_1:hover, #news_2:hover, #news_3:hover { 
	background-position: 0 -89px;
	}
	
	#news_1 span, #news_2 span, #news_3 span {
		display: none;
		}
		
#verdensklasseknapp { 
	background: url('images/verdensklasseknapp.gif');
	width: 212px; 
	height: 51px;
	border: 0px;
    text-decoration: none;
    text-indent: -9999px;
    cursor: pointer; cursor: hand;
    display: block;
    position: absolute;
    margin: -56px 0 0 750px;
    }
    
      
#verdensklasseknapp:hover { 
	background-position: 0 -51px;
	}
	
	#verdensklasseknapp span {
		display: none;
		}
		

#twitter{
	margin: 20px 0 0 0;
	font-size: 9px;
	}
	
	#twitter a{
		font-weight: normal;
		}

		
#frontbox{
	width: 960px;
	height: 200px;
	background-image: url('images/box_bg.gif');
	margin: 30px 0 40px -30px;
	}
	
	#frontbox img{
		margin: 0 40px;
		}
		
	#frontbox a:hover img {
			filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;}
	
	
.leftfilmer{
	width: 280px;
	border-right: 1px solid #d8d8d8;
	padding-right: 20px;
	float: left;
	padding-bottom: 20px;
	}
	
	.youtube{
		margin: 10px 0 30px 0;
		}
		
		.youtube h5{
			font-size: 15px;
			margin: 8px 0 0 0;
			}
			
		.youtube p{
			margin: 0px;}
	
.rightartikler{
	margin-left: 25px;
	width: 570px;
	float: left
	}	

	#content h3{
		font-size: 19px;}
	

.wrap1{
	width: 275px;
	float: left;
	margin-bottom: 30px;
	padding-right: 10px;
	display: block;
	height: 100px;
	padding-bottom: 20px;
	
	}
	
	.wrap1 img{
		float: left;
		margin: 0px 8px 2px 0;
		}

.text {
		margin-left: 5px;
		}
		
		#text2 p{
			font-size: 10px;}

.bilde {
	float: left; margin-left: -4px;}

.text p{
	font-size: 12px;
	margin-top: 0px;
	}
	
.wrap1 strong{
	font-size: 15px;
	padding-top: 10px;
	}
	
.del{
	float: left;
	margin: 10px 15px 0 0;
	font-size: 13px;}
	
	.del span{
		padding-left: 8px;
		}
		
		.del a:hover {
			text-decoration: none;
			color: #5a81bd;
			}
	
	
.wp-post-image {
	padding: 2px;
	background: white;
	border: 1px solid #dddddd;
	}
	
	.wp-post-image:hover{
		background: #dddddd;
		}
	
	
/* Easy Slider */

#slider {
	margin: 0 auto;}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:630px;
		height:241px;
		overflow:hidden; 
		padding-top: 10px;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:61px;
		height:79px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		margin: 0 0 0 80px;
		text-indent: -9999px;
		}	
	#nextBtn, #slider1next{ 
		left:770px;
		}													
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:61px;
		height:79px;
		background:url('images/forrige.gif') no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url('images/neste.gif') no-repeat 0 0;	
		}
		
#sokeboks{
	float: right;
	max-height: 26px;
	margin-top: 3px;
	}
	
	#sokeboks #tekstboks{
		height: 14px;
		font-size: 13px;
		padding: 23px;
		padding: 3px;
		float: left;
		overflow: hidden;
		border-top: 1px solid #c1c1c1;
		border-right: 2px solid #fafafa;
		border-bottom: 2px solid #fafafa;
		border-left: 1px solid #c1c1c1;
		}
		
	#sokeboks #knappboks{
		height: 23px;
		width: 35px;
		text-align: center;
		font-size: 13px;
		border: 0px solid gray;
		padding: 1px 4px 1px 4px;
		position: inherit;
		margin: 0 0 0 1px;
		display: block;
		float: right;
		cursor: pointer;
		}
		
		#sokeboks #knappboks:hover{
			text-decoration: underline;
			}
