/*
		Styles by gavjof
		www.gavjof.com
		
	\\ SCREEN.CSS (for Front End Styles) //
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	background-color: #f0f0f0;
	margin: 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
hr {
	margin: 10px 0px 10px 0px;
	color:  #96960E;
	border: 0;
	border-top: 1px solid  #96960E;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size:16px;
	color:#2e6600;
}
h2 {
	font-size:14px;
	color:#2e6600;
}
h3 {
	font-size:12px;
	color:#2e6600;
}
form {
	margin: 0;
}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	color: #666;
	border-left: 2px solid #666;
	padding-left: 10px;
	font-size: 1.2em;
}
abbr {
}
acroynm {
}
cite {
}
address {
}
strong {
}
em {
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	width: 950px;
	margin: 20px auto 0 auto;
	padding: 0;
	/*background: #fff;*/
}
#extras {  /* objects outside main page (powered by etc) */
	width:950px;
	margin: 0 auto;
	padding-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666;
	padding:0;
	color:#eee;
}
#banner {
	padding: 10px 20px 20px 20px;
	background:url(img/logo.jpg) no-repeat;
	text-align: left;
	font-weight: bold;
	height:49px/*
	put a nice background in here
	background: transparent url('my-image.jpg') top left no-repeat;
	*/
}
#banner a, #banner h1, #banner h2 {
	color: #fff;
	margin:0;
	padding:0;
}
* html #banner {
	clear:both;
	height:70px;
} /* ie6 misbehaves again */
#banner h1 {
	font-size: 3em;
	padding-top:6px;
} /* WEBSITE_TITLE */
#banner h2 { /* PAGE_HEADER */
	font-size: 0.8em;
	text-transform:uppercase;
	letter-spacing:8px;
	margin-top:-20px;
	padding-left:8px;
	font-family:Arial, Helvetica, sans-serif;
}
#sideColumn { /* Currently holds the login box */
	float: left;
	width: 140px;
	margin: 10px;
	margin-top: 3px;
}
#content { /* main content from the WYSIWYG goes in here */
	margin:20px 40px;
	padding: 4px 10px 14px 10px;
	text-align:left;
	clear: right;
}
* html #contentContainer #content {
	text-align:left;
} /* ie6 misbehaves */
* html #contentContainer #content table {
	width: 90%;
} /* ie6 fix to stop tables being pushed below floats */

#contentContainer{
	background: #fff url(img/mainbg.gif) bottom no-repeat;
	text-align: center;
	border:1px solid #96960E;
	margin-top:10px;
	}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	padding: 10px 5px 10px 5px;
	clear: both;
	background:url(img/mainshade.gif) top no-repeat;
	text-align:center;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Search Box in banner */
#search_box {
	color: #fff;
	text-align: center;
	background:url(img/bookmarkbg.jpg);
	border:1px solid #96960E;
}
#search_box {
	float: right;
	clear: right;
	width: 200px;
	height:30px;
	margin: 2px 0px;
}
#search_box fieldset {
	border:0;
}
#search_box legend, #search_box label {
	display:none;
}
#search_string {
	width: 100px;
	height: 16px;
	font-size: 90%;
	vertical-align: middle;
	border: 1px inset #ccc;
}
#search_submit {
	width: 50px;
	height: 20px;
	font-size: 90%;
	vertical-align: middle;
	padding: 0 0 4px 0;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {
	width: auto;
	display:block;
	clear:both;
}
/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/* Header menu */	 
#header_menu {
	position: absolute;
	margin-left: 20px;
	background:#555;
}
#header_menu li {
	line-height: normal;
}
ul#header_menu {
	z-index: 10;
	clear: both;
}
#nav {
	height: 32px;
	/*border-top: 0;*/
	padding:0;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight:bold;
	/*text-transform: uppercase;*/
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {
	float: left;
	color: #fff;
	text-align: center;
	font-weight: 300;
}
#nav ul li a {
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	background: #F1F1F1;
	padding: 6px 10px;
	border:1px solid #ccc;
	color: #666;
	text-decoration: none;
	/*margin: 2px 1px;*/
}
/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {
	background: #96960E;
	border-color: #fff;
	color: #666;
}
#nav li a:active, #nav ul li a.active {
	background: #f1f1f1;
	border-color: #fff;
	color: #4b4c4d;
}
/* Current page Customisations*/
#nav li.menu-current a {
	background: #96960E;
	color: #000;
	border-bottom: 1px solid #96960e;
}
#nav li.menu-current a {
	font-weight: bold;
}
/* 2nd Child menu */
#nav .menu li ul {
	position: absolute;
	/*width: 12em;*/
	margin: 0;
	display: none;
	text-transform: none;
	/*border: 1px solid #000;*/
	border-top: 0;
	font-size: 100%;
}
#nav .menu li ul li {
	width: 12em;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
#nav .menu li ul a {
	width: 12.5em;
	padding: .2em .1em .2em .4em;
	background: #dae69b;
	color: #000;
	border: 1px solid #96960e;
	font-size:11px;
}
/* 2nd Child link hover */
#nav .menu li ul a:hover {
	color: #fff;
	background:#96960e;
	border: 0;
	color:#fff;
	border: 1px solid #dae69b;
}
/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {
	display: block;
}
#nav .menu li ul ul {
	display: none;
}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {
	display: none;
}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {
	display: block;
}
/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a {
	width: 11.5em;
	padding: .6em .1em .6em .4em;
	background: #c6c6c6;
	color: #fff;
}
/* Positioning the Pop-out Drops */
#nav li {
	position: relative;
}
#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}
/* end menu */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {
	visibility:hidden;
	display:none;
} /* hides from normal css enabled browsers */
/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important {
	font-weight:bold;
	color:#f00;
}
.impact{
	font-family:Impact, Helvetica, sans-serif;
	font-size:14px;
	color:#009900;
}
.code {
	font-family: "Courier New", Courier, mono;
	color:#093;
	letter-spacing: 1px;
}
.info-box {
	border: 1px solid #cc3;
	background-color:#F9F8E2;
	padding:4px;
}

#booking-top{
	background:#f8f8e3 url(img/bookingtop.gif) no-repeat;
	width:209px;
	height:15px;
	}
#booking{
	background: #f8f8e3 url(img/bookingbg.gif) bottom;
	width:209px;
	font-size:12px;
	color:#666;
	height:135px;
	}
#booking h1{
	font-size:16px;
	color:#006600;
	margin: 0 10px;
}
#booking p{
	margin: 0 10px;
	}
	
#booking a{
	background: #ccd233;
	border:1px solid #96960e;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	margin: 0 20px 0 10px;
	padding: 6px 10px;
	text-align:center;
	font-size:14px;
	line-height:25px;
	}

#booking a:hover{
	background: #F1F1F1;
	border:1px solid #ccc;
	color: #666;
	}

#booking-bottom{
	background:#f8f8e3 url(img/bookingbottom.gif) no-repeat;
	width:209px;
	height:15px;
	}
#booking-image{
	float:right;
	}


#booking-side{
	background: #f8f8e3;
	border:1px solid #96960e;
	width:209px;
	font-size:12px;
	color:#666;
	height:135px;
	float:right;
	}
#booking-side h1{
	font-size:16px;
	color:#006600;
	margin: 0 10px;
}
#booking-side p{
	margin: 0 10px;
	}
	
#booking-side a{
	background: #ccd233;
	border:1px solid #96960e;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	margin: 0 20px 0 10px;
	padding: 6px 10px;
	text-align:center;
	font-size:14px;
	line-height:25px;
	}

#booking-side a:hover{
	background: #F1F1F1;
	border:1px solid #ccc;
	color: #666;
	}


.menu_top {
	width:198px;
	float:right;
	z-index:100;
}
.menu_top ul {
	padding:0;
	margin:0;
	list-style-type:none;
	clear:both;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu_top li {
	float:left;
	padding:0 5px;
	/*width:149px;*/
	/*padding: 0 20px;*/
	position:relative;
	color:#000;
	font-size:10px;
	display:block;
}
/* style the links for the top level */
.menu_top a, .menu_top a:visited {
	/*display:block;*/
	font-size:1.2em;
	text-decoration:none;
	color:#666;
/*	padding: 0 10px;*/
}

.menu_top a:hover {
	color:#96960e;
}
.menu_top li.selected a{
	background-color:#a725ce;
	color:#fff;
	}
#nyheter-venstre{
	width:430px;
	border-right: 1px dotted #666;
	padding-right:20px;
	height:160px;
	color:#666;
}
#nyheter-venstre h2{
	font-size:14px;
	color:#006600;
	margin: 0 10px;
	font-weight:bold;
	margin-bottom:-10px;
	}
#nyheter-hoyre{
	width:450px;
	float:right;
	color:#666;
}
#nyheter-hoyre h2{
	font-size:14px;
	color:#006600;
	margin: 0 10px;
	font-weight:bold;
	margin-bottom:-10px;
	}