/* ---------------------------------------------------------------------------*/
/* NIJF.NO */
/* Copyright Are Flågan, Mediacade 2006 */
/* Version 2.0 */
/* ---------------------------------------------------------------------------*/
/* NULL ----------------------------------------------------------------------*/
*
{
	margin: 0;
	padding: 0;
}

img, a img,:link img,:visited img { border: none; }

/* IE HACKS ------------------------------------------------------------------*/
/* applied for the 3px causing drop between 600/300. alternative reduce 600 --> 597 */
/* applied for 3px drop between top containers */
/* hide from MacIE \*/
* html #sidebar { margin-left: -3px; }
* html #content_main { margin-right: 0; }
* html #logo { margin-bottom: -3px; }
* html #headline { margin-top: 0; }
/* end hide */
/* LAYOUT --------------------------------------------------------------------*/
#wrapper
{
	position: relative;
	background: #fff url("/images/wrapper_bg.gif") repeat-y top left;
	width: 900px;
	min-width: 580px;
	margin: 0 auto;
	text-align: left;
}

#header
{
	width: 900px;
	height: 3.6em;
	background: #000 url("/images/header_bg.gif") no-repeat top left;
}

#logo
{
	width: 900px;
	height: 200px;
	background: #303030;
}

#headline
{
	width: 900px;
	background: #808080 url("/images/headline_bg.gif") no-repeat top left;
}

#content
{
	width: 900px;
	background: transparent;
}

#content_main
{
	width: 600px;
	background: #fff;
	padding: 20px 0 20px 0;
	/* to prevent the float drop bug */
	overflow: hidden;
}

#sidebar
{
	float: right;
	display: inline;
	width: 300px;
	background: transparent;
	overflow: hidden;
}

#stats
{
	background-color: #808080;
	clear: both;
}

#footer
{
	background: #000 url("/images/footer_bg.gif") no-repeat top left;
	clear: both;
}

/* TYPOGRAPHY ----------------------------------------------------------------*/
body
{
	font: 62.5%/1.5 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Sans-Serif;
	background: #303030 url("/images/body_bg") repeat-x top left;
	text-align: center;
	color: #000;
}

h1, h2, h3
{
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	letter-spacing: -1px;
}

h1
{
	font-size: 2em;
	color: #fff;
}

h2 { font-size: 2.4em; }
h3 { font-size: 1.8em; }
p { font-size: 1.2em; }

/*links*/
a:link
{
	color: #0000ee;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: #7700ee;
}

a:hover { text-decoration: underline; }
a:active { color: #0000ee; }

/* headlines */
#headline h1
{
	padding: 10px 80px 0 80px;
	letter-spacing: 0;
}

#headline p
{
	padding: 0 80px 10px 80px;
	color: #c0c0c0;
}

/* CONTENT MAIN --------------------------------------------------------------*/
#content_main h2
{
	padding: 0 40px 20px 40px;
	color: #528ce0;
}

#content_main p
{
	padding: 0 40px 10px 40px;
}

#content_main .publisert
{
	padding: 10px 40px 0 40px;
	font-size: 1em;
	text-transform: uppercase;
	color: #303030;
}

/* KILDER OVERSIKT -----------------------------------------------------------*/
#content_sources
{
	background-color: #dfdf91;
	border-top: 5px solid #a0a086;
	border-bottom: 5px solid #c0c086;
	margin: 0 40px 0 40px;
}

#content_sources ul { padding: 20px 40px 20px 40px; }

#content_sources ul li
{
	font-size: 1.2em;
	list-style-type: square;
}

#content_sources ul ul
{
	margin: 0;
	padding: 0 40px 0 15px;
}

#content_sources ul li ul li
{
	font-size: 1em;
	color: #6d6d5b;
	list-style-type: square;
}

/* SIDEBAR -------------------------------------------------------------------*/
#sidebar h3
{
	padding: 0 20px 0 20px;
	color: #fff;
}

#sidebar p
{
	padding: 0 20px 0 20px;
	font-size: 1.1em;
	color: #606060;
}

#sidebar ul
{
	list-style-type: none;
	padding: 0 20px 0 20px;
	font-size: 1.1em;
	color: #606060;
}

#sidebar ul li
{
	padding: 0 0 0.1em 0;
	border-bottom: 1px solid #d9d9d9;
}

.sidebar_item
{
	border-bottom: 5px solid #fff;
	padding: 10px 0 20px 0;
}

/* stats */
#stats p
{
	padding: 10px 40px 10px 40px;
	color: #c0c0c0;
	font-size: 1em;
}

/* footer */
#footer p
{
	padding: 10px 40px 10px 40px;
	color: #fff;
}

.imglink { background: #fff; }

/* headlines for nyheter and artikler */
.artikkel
{
	margin: 0 40px 0 40px;
	padding: 0 0 0 35px;
	background: #fff url("/images/artikkel.gif") no-repeat 0 50%;
	line-height: 1.4em;
}

.nyhet
{
	margin: 0 40px 0 40px;
	padding: 0 0 0 35px;
	background: #fff url("/images/nyhet.gif") no-repeat 0 50%;
	line-height: 1.4em;
}

/* divider for nyheter and artikler */
.line
{
	font-size: 0.1em;
	height: 1px;
	padding: 0 0 10px 0;
	margin: 0 40px 0 40px;
	background: #fff url("/images/line.gif") repeat-x top left;
}

.dots
{
	font-size: 0.1em;
	height: 1px;
	padding: 0 0 10px 0;
	margin: 0 40px 0 40px;
	background: #fff url("/images/dots.gif") repeat-x top left;
}

/* clearing div */
.clear
{
	height: 0px;
	clear: both;
}

.member_badge { padding: 0 40px 10px 40px; }
.member_badge img { padding: 0 5px 0 0; }

/* MANUAL --------------------------------------------------------------------*/
#content_main .manual_heading { padding: 0 40px 0 40px; }
#content_main .manual_summary { font-size: 1em; }

#content_main ol
{
	padding: 0 40px 10px 60px;
	font-size: 1em;
}

#sidebar ol li
{
	padding: 0 0 0.1em 0;
	border-bottom: 1px solid #d9d9d9;
}

#content_main .video { padding: 0 40px 10px 40px; }
#sidebar ol { padding: 0 20px 0 40px; }
.highlight { background-color: #ffff96; }

/* BLOG ICONS ----------------------------------------------------------------*/
.figure
{
	padding-left: 15px;
	background: #fff url("/images/figure.gif") no-repeat 0 50%;
}

.permalink
{
	padding-left: 15px;
	background: #fff url("/images/permalink.gif") no-repeat 0 50%;
}

.comment_icon
{
	padding-left: 15px;
	background: #fff url("/images/comment_icon.gif") no-repeat 0 50%;
}

.email
{
	padding-left: 15px;
	background: #fff url("/images/email.gif") no-repeat 0 50%;
}

/* NAVIGATION ----------------------------------------------------------------*/
#navigation ul
{
	background-color: transparent;
	margin: 0 0 0 20px;
	float: left;
	list-style: none;
}

#navigation ul li { float: left; }

#navigation li a
{
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 1.2em;
	padding: 0.5em 1em 0.5em 1em;
	line-height: 2em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	float: left;
	display: block;
}

#navigation ul a:hover
{
	text-decoration: none;
	color: #f1171c;
}

#navigation #selected a
{
	color: #f1171c;
	font-weight: bold;
}

/* CALENDAR ------------------------------------------------------------------*/

/* table, th, td
{
	margin: 0;
	padding: 0;
}

#calendar { padding: 0 20px 0 20px; }
.calendarBG { background-color: #a0a086; }
.calendarBlank { background-color: #dfdf91; }

.calendarHeader
{
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #a0a086;
}

.calendarMonthLinks
{
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: transparent;
}

.calendarMonthLinks a
{
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

.calendarMonthLinks a:visited
{
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

.calendarMonthLinks a:hover
{
	color: #0000ee;
	text-decoration: underline;
	background-color: transparent;
}

.calendarDayHeading
{
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	background-color: #a0a086;
	text-align: center;
	vertical-align: middle;
}

.calendarToday
{
	padding: 0.2em 0.6em 0.2em 0.6em;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #000;
	background-color: #ffff96;
}

.calendarCell
{
	padding: 0.2em 0.6em 0.2em 0.6em;
	font-size: 1.2em;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #000;
	background-color: #c0c08b;
}

.calendarCell a
{
	color: #0000ee;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
}

.calendarCell a:visited
{
	color: #7700ee;
	text-decoration: none;
	background-color: transparent;
}

.calendarCell a:hover
{
	color: #0000ee;
	text-decoration: underline;
	background-color: transparent;
}
*/

/* FORMS ---------------------------------------------------------------------*/
/* hardcoded in EE */
#mailinglist_form { padding: 5px 20px 0 20px; }

/* added manually */
#search_form { padding: 5px 20px 0 20px; }

/* added manually */
#login_form { padding: 5px 20px 0 20px; }

/* hardcoded EE */
#contact_form
{
	background: #dfdf91;
	margin: 0 40px 0 40px;
	padding: 10px 20px 10px 20px;
	border-top: 5px solid #a0a086;
	border-bottom: 5px solid #c0c086;
}

/* added manually */
#comment_form
{
	background: #dfdf91;
	margin: 10px 40px 0 40px;
	padding: 10px 20px 10px 20px;
	border-top: 5px solid #a0a086;
	border-bottom: 5px solid #c0c086;
}

/* reset p padding from content_main */
#contact_form p, #comment_form p { padding: 0; }

label
{
	font-size: 0.8em;
	color: #6d6d5b;
	text-transform: uppercase;
}

#sidebar label
{
	font-size: 1em;
	color: #fff;
	text-transform: uppercase;
}

.required { color: #f1171c; }
#check_box { padding: 10px 0 10px 0; }

.form_txt
{
	text-transform: uppercase;
	font-size: 1em;
	color: #6d6d5b;
}

input
{
	background-color: #fff;
	border: 1px solid #fff;
}

.sidebar_input
{
	background-color: #fff;
	border: 1px solid #fff;
}

textarea
{
	background-color: #fff;
	border: 1px solid #fff;
}

.input_image
{
	padding-top: 5px;
	border: none;
	background-color: transparent;
}

/* COMMENTS ------------------------------------------------------------------*/
/* headings kommentarer + skriv en kommentar */
#comment_from
{
	margin: 0 40px 0 40px;
	padding: 0 0 0 40px;
	background: #fff url("/images/comment_from.gif") no-repeat 0 50%;
}

#comment_to
{
	margin: 0 40px 0 40px;
	padding: 0 0 0 40px;
	background: #fff url("/images/comment_to.gif") no-repeat 0 50%;
}

/* alternate comment colors */
.comment { color: #303030; }
.comment_alt { color: #808080; }

/* starting comment number and image */
.comment_number
{
	background: #fff url("/images/comment_bubble.gif") no-repeat 0 50%;
	margin: 0 0 0 40px;
	padding: 0 0 0 25px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 2em;
	font-weight: bold;
}

/* alternate comment number and image */
.comment_number_alt
{
	background: #fff url("/images/comment_bubble_alt.gif") no-repeat 0 50%;
	margin: 0 0 0 40px;
	padding: 0 0 0 25px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 2em;
	font-weight: bold;
}

/* headlining comment _from_ */
.posted
{
	font-weight: normal;
	font-size: 0.6em;
}

/* STYRET --------------------------------------------------------------------*/
#content_main .styret_pos
{
	padding: 0 40px 10px 40px;
	color: #000;
	font-size: 1.8em;
}

#content_main .styret_pers
{
	padding: 0 40px 0 40px;
	font-size: 1.2em;
	color: #000;
}

#content_main .styret_cv ul
{
	font-size: 1em;
	padding: 0 40px 10px 55px;
	color: #303030;
}

/* SEARCH --------------------------------------------------------------------*/
.search_keyword
{
	font-weight: bold;
	color: #f1171c;
}

.search_hits
{
	font-weight: bold;
	color: #37ca18;
}

.result_row
{
	background-color: #fff;
	margin: 0 40px 0 40px;
	padding: 10px;
	border-top: 1px solid #c0c0c0;
}

.result_row_alt
{
	background-color: #efefef;
	margin: 0 40px 0 40px;
	padding: 10px;
	border-top: 1px solid #c0c0c0;
}

#content_main .search_link
{
	padding: 0;
	color: #000;
	font-size: 1em;
}

#content_main .search_excerpt
{
	padding: 5px 0 0 0;
	font-size: 1em;
	color: #303030;
}

#search_pagination
{
	margin: 10px 40px 0 40px;
	font-size: 1em;
}

/* VIDEO PLAYER --------------------------------------------------------------*/
#video { background: #000; }

#video_wrap
{
	position: relative;
	width: 840px;
	margin: 0 auto;
	text-align: left;
	margin-top: 100px;
	background-color: #000;
}

#video_player
{
	background-color: #000;
	width: 840px;
}

#manual_link
{
	margin-top: 50px;
	background-color: #000;
	font-weight: normal;
	font-size: 1.4em;
}

#manual_link p { color: #fff; }
