/* @override http://localhost:8888/einar%20aslaksen/style/screen_main.css */

@import url("reset.css");
/*@import url("debug.css");*/

body {
	font: 62.5% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 890px;
	margin: 40px auto;
	padding-right: 10px;
}

/* Layout */

#header {
	width: 290px;
	float: right;
}

#nav {
	margin-top: 10px;
	width: 290px;
	float: right;
	clear: both;
	/*text-align: right;*/
}

#content {
}

#main {
	width: 590px;
	}

#secondary {
	display: none;
}

#footer {
	display: none;
}

.article {
	
}

.section {
	
}

.column {
	width: 190px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

/* Elements */

#header div {
	float: right;
	margin: 0;
}

.logo {
		
	/*margin-bottom: 318px;*/
	margin-left: 100px;
}

.description {
	
}

.img-nav {
	width: 90px;
	float: right;
	margin-right: 0;
	font-size: 1.2em;
	text-align: right;
}

/* Text and semantic structure */

p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.8em;
	margin-bottom: 0.5em;
}

h3 {
	width: 190px;
	font-size: 1.1em;
	float: right;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

hr {
	
}

br {
	clear: both;
}

strong {
	font-weight: bold;
}

img {
	display: block;
}

/* Links */

a {
	text-decoration: none;
	color: #666;
	padding: 3px;
}

a:hover {
	background-color: #adffc5;
	}

.current {
	background-color: #000;
	color: #fff;
}

a:active{
	background-color: #000;
	color: #000;
}

/* Images */

.imageContainer {
	margin-bottom: 10px;
}

.imageContainer img {
	
}

a img {
	
}

.imageContainer .caption {
	
}

/* Navigation */



#nav ul {
	width: 190px;
	font-size: 1.1em;
	float: right;
}

#nav ul li {
	margin-top: 6px;
}

#nav ul li a {
	cursor: pointer;
}

#nav ul li ul {
	
}

#nav ul li ul li {
	
}

#nav ul li ul li a {
	
}

/* Panes */

/*#content { 
	position: relative;
}*/

#container {
	width: 590px;
	height: 470px;
	overflow: hidden;
	position: relative;
}

#panes.view { 
	width: 999999px;
	position: relative; }

.pane {
	width: 590px;
	height: 470px;
	float: left;
	overflow: hidden;
}

iframe { overflow: scroll; }

/* @group ImageLoader */

.imageloader {
	background: #ddd url(../images/loader.gif) no-repeat center center;
}

img.hidden {
	display: none;
}

/* @end */

/* Easyclearing method from positioniseverything [modified] [conditional comments for IE 6 and 7]*/

.clearfix:after,
#header:after,
#main:after,
#nav:after,
#panes:after,
.pane:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
