/* Hele siden */

body {
	background: #ffffff;
 	font: normal 11px/15px Georgia;
	background: #fff url(/media/body_background.gif) top left repeat-y;
	color: #000000;
}

.fingerprint {
	background: #fff url(/media/body_background-2.gif) top left repeat-y;
}

input, textarea { font: normal 11px/13px Georgia; }

h1 { font-size: 14px; line-height: 20px; font-weight: normal; margin: 0 0 10px 0; color: #fff; }
h2 { font-size: 11px; line-height: 15px; font-weight: normal; margin: 0; }
p { margin: 0 0 1em 0;}
img { border: none; }

/* Linker */

a { color: #000000; text-decoration: none; text-decoration: underline; }
a:hover, a:active { }

/* Logo + Navigasjon */

#header { background: #ffffff; height: 68px; width: 298px; padding: 1px; position: relative; z-index: 2; }
#header.admin { width: 898px; }

#header h1 { padding: 0 0 0 5px; float: left; margin: 8px 0 0 0; } /* Logo */

/* Navigasjon */
#nav {
	position: absolute;
	left: 80px;
	bottom: 16px;
 	margin: 24px 0 0 15px; padding: 0;
	float: left; vertical-align: bottom; 
 	font: normal 14px Georgia; 
	list-style: none;
}

#header li { float: left; margin-left: 20px; }
#header a { color: #000000; text-decoration: none; margin: 0; padding: 2px 0; border: none; font-weight: normal; font-size: 14px; }
#header a:hover { background: none; text-decoration: line-through; }
/* #header a.current { color: #DE5425; } */
#header a.current { text-decoration: none; border-bottom: 1px solid #ffffff; }

table { line-height: 1.5; width: 305px; position: relative; left: -5px; }
th { text-align: left; text-transform: uppercase; font-weight: bold; padding: 10px 0; }
td { vertical-align: top; }
th.project { width: 120px;}
th.date { width: 40px; }

/* Hovedinnhold */

#content { 
	position: absolute; top: 0; left: 0; width: 1120px; z-index: 1;
	padding: 70px 0 0 0;
	background: url(/skin/background) 300px top no-repeat;
}
#content.skin { background: url(/skin/front_page) 300px top no-repeat; }

.section { width: 300px; float: left; position: relative; overflow: hidden; }
.section ul, .section ol, .section h1, .section h2, .section p, .section table { padding-left: 15px; padding-right: 15px; }
.section h1 { margin: 1em 0 2px 0; font-size: 14px; color: #000000; }
.section table { margin: 5px; }
.idx { padding-top: 280px; color: #000; }
.idx h1 { font-size: 14px; color: #000; font-weight: normal; }
.ni { padding-top: 55px; color: #000; }
.ni h1 { margin-bottom: 1em; color: #000;}
.inter { cursor: pointer; }
.ni a { color: #666; }

.section.fingerprint { padding-top: 280px; background: none; width: 600px; }
.section.fingerprint p { margin-top: 1em; width: 300px; }
.section.fingerprint * { color: #767676; }
.section.fingerprint ul { position: relative; width: 620px; }
.section.fingerprint li { float: left; margin-bottom: 2em; }
.section.fingerprint a { text-decoration: none; }
.section.fingerprint img { margin-bottom: 0.5em; width: 140px; }

/* .anon { background: url(/skin/midt) 0 280px repeat-y; margin-bottom: -2000px; padding-bottom: 2000px; padding-top: 0; margin-top: 280px; } */

/* Nyheter */
p.newsdate { margin: -1em 0 1em 0; line-height: 16px; color: #767676; font-weight: normal; }

/* Formz */

form { margin: 1em 0 0 0; }
label { display: block; }
select { margin: 2px 0; }
form.button-to { margin: 1em 0 0 1.5em; }

/* Sorter test */

.sortable { position: relative; }
.sortable img { position: relative;  display: block; margin: 0; }
.sort { display: none; position: absolute; z-index: 3; font-size: small; width: 60%; text-align: left; cursor: pointer; background: #000; color: #aaa; padding: 5px; }
.sort span { margin-right: 1em; }
.sort span:hover { color: #fff; }

.object_list { list-style: none; padding: 0; margin: 0.5em 0; }

/* Image links */

.section img  { position: relative; }


.silent { text-decoration: none; border: none; }
.silent:hover { text-decoration: none; border: none; background: transparent; }

/* Spotlight */

.spotlight { width: 300px; }
.spotlight img { display: block; float: left; width: 150px; height: 113px; background: #000000; padding: 0; margin: 0; }

/* Portfolio */

.previous, .next { cursor: pointer; }

.portfolio_image { display: none; }
.portfolio_image img { width: 300px; }
.portfolio_image h1 a { margin: 0 0.8em; }
.portfolio_image p { font-size: 14px; }
.portfolio_image p img { width: auto; height: auto; }

/* Errors */

.errorExplanation { margin-top: 1em; }

.error_field { background: #f99; }

.fp_image img { position: static; }

.errors { font-weight: bold; text-decoration: underline; }

/* Thickbox */

* { padding: 0; margin: 0; }

html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%
}

#TB_window {
 	font: normal 11px/15px Georgia;
	color: #333333;
}

#TB_secondLine {
 	font: normal 11px/15px Georgia;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

a#hax {
	position: absolute;
	height: 2px;
	width: 2px;
	left: 600px;
	top: 0px;
	z-index: 5;
}

.farge h1 { color: #FDF659; }
.farge p { color: #BFC347; }

.twitter { margin-top: -40px; width: 220px; }
.twitter h2 { font: normal 14px Georgia; }
#twitter_update_list { list-style: none; margin: 0; margin-top: 1em; }
#twitter_update_list li { margin-top: 1em; }

#twitter_update_list a { font-style: italic; text-decoration: none; }
#twitter_update_list span a { font-style: normal; text-decoration: none; color: #999999; }
#twitter-link { text-decoration: none; margin-top: 1em; font-style: italic; }

