/** RESET STYLES **/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a {
	outline: none;
}
:-moz-any-link:focus {
	outline: none;
}

/** CLEARFIX **/

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

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}

html,body {
	height: 100%;
	width: 100%;
}

body {
	font: 76%/1.5 arial, verdana, helvetica, sans-serif;
	background: #4d3f38;
}

#container {
	
}

#header_wrapper {
	background: #020201 url('/static/images/header_bg_repeat.png') repeat-x top;
	height: 174px;
}

.inner_header {
	background: url('/static/images/header_bg.jpg') no-repeat top center;
	position: relative;
	margin: 0 auto;
	width: 937px;
	z-index: 40;
	height: 100%;
}

#content_wrapper {
	background: #241b17 url('/static/images/content_bg_repeat2.png') repeat-x top;
}

.inner_content {
	background: url('/static/images/content_bg.jpg') no-repeat top center;
	position: relative;
	margin: 0 auto;
	width: 907px;
	padding: 70px 15px;
	z-index: 30;
	
}

.main_content {
	width: 495px;
	float: left;
	position: relative;
	top: 40px;
	left: 20px;
	color: #fff;
	letter-spacing: .1em;
}

.sidebar {
	float: right;
	width: 330px;
	color: #fff;
}

#footer_wrapper {
	background: #4d3f38 url('/static/images/footer_bg_repeat.png') repeat-x top;
	width: 100%;
}

.inner_footer {
	padding: 18px 0;
	position: relative;
	margin: 0 auto;
	width: 700px;
	z-index: 3;
}


/*** MISC **/

.wai {
	display: none;
}

.artikkel_post {
	margin-top: 2em;
	color: #dfd1c7;
}

.poll table {
	width: 60%;

}

.poll table td {
	padding: 2px;
	border-top: 1px solid #705c52;
	color: #705c52;
}

.credits {
	float: right;
	margin-top: 52px;
}

.credits span {
	border-bottom: 1px solid #28201d;
	padding-bottom: 3px;
	color: #87746a;
}

.footer_logo {
	float: left;
}

#flashheader {
	margin-bottom: 20px;
}

#flashcontent {
	height: 213px;
	width: 315px;
	margin: 40px 0 40px;
	

}

#flash_visittkort {
	position: absolute;
	right: 1px;
}

.gmaps {
	height: 200px;
	width: 220px;
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
}

td {
	padding-right: 10px;
}

input, textarea {
	border: none;
	padding: 4px;
	background: url('/static/images/trans2.png');
	color: #fff;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.2em;
	letter-spacing: .1em;
	
}

form {
	background: url('/static/images/trans3.png');
	padding: 1% 2%;
	margin-top: 3%;
}

#melding, #tittel {
	width: 99%;
}

#day, #month, #year, #hour, #minute {
	width: 50px;
	margin-right: 1em;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	text-transform: uppercase;
	margin: .5em 0em .5em 0em;
	color: #f7901e;
}

h2 {
	font-size: 1.7em;
		margin: .5em 0em .5em 0em;
	font-weight: normal;
	color: #fff;
}

.sidebar h3 {
	font-size: 1.4em;
	margin: 0;
	font-weight: normal;
	color: #f7901e;
}

.main_content h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	color: #fff;
}

h4 {
	font-size: 1.1em;
	font-weight: normal;
	margin: .6em 0;
	text-transform: uppercase;
}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
}

p {
	font-size: 1.0em;
	line-height: 1.8em;
}

li > p {
	margin-top: 0.2em;
}

pre {
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}


em {
	font-style: italic;
}


a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:active {
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #74635a;
}

label {
	color: #fff;
	font-weight: bold;
}

li span {
	font-weight: normal;
}

.bigger_text {
	font-size: 1.4em;
	color: #fff;
}

.credits a:link {
	color: #f7901e; text-decoration: none;
}
.credits a:visited {
	color: #f7901e; text-decoration: none;
}
.credits a:active {
	color: #f7901e; text-decoration: none;
}
.credits a:hover {
	color: #f7901e; text-decoration: none;
}


/* NAV */

.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
	
	z-index: 100;
	position: relative;
	top : 140px;
	left: 0px;
}
.nav li {
	border-left: 1px solid #000;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	background: #000;
	color: #959595;
	display: block;
	padding: 0 9px;
	text-decoration: none;
}

.nav li a:hover {
	color: #fff;	
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
	background: #333;
	color: #fff;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
	background: #87746a;
	color: #959595;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
	background: #ccc;
	color: #000;	
}

.nav ul {
	background: #565656;
	border-bottom: 1px solid #000;
	list-style: none;
	margin: 0;
	width: 200px;
	position: absolute;
	top: -999em;
	left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
	top: 25px;
}
.nav ul li {
	border: 0;
	float: none;
}
.nav ul a {
	border: 1px solid #000;
	border-bottom: 0;
	padding-right: 20px;
	width: 180px;
	white-space: nowrap;
}
.nav ul a:hover {
	background: #87746a;
	color: #000;
}

/* PLAIN */

.inner_content ul {
	margin: .5em 3em .5em 3em;
	list-style-image: url('/static/images/list_style.gif');
	color: #fff;
}

.artikkel {
	background: #241b17 url('/static/images/header_bg_repeat.png') repeat-x 0 0; border: 1px solid #5f4e44; padding: 10px; margin-top: 20px
}

.main_content p {
	margin: 10px 0;
}
