body { 
	background-color: #eee;
	line-height:1.5;
}

hr {
	height: 0; clear: both; border-color: #ddd; border-style: solid; border-width: 1px 0 0; margin-bottom: 1em;
}

body.home div#main-menu div.grid_12 { margin-bottom: 1em; }
body.home div#main-area { margin-bottom: 0; }
body.home div#footer div { margin-top: 1em; }

div.alignright { float: right; margin: 0 0 10px 10px; }
div.alignleft { float: left; margin: 0 10px 10px 0; }
div.aligncentert { display: block; margin-left: auto; margin-right: auto; }

div#header div.grid_12 {
	height: 130px;
	background: #00259d url('../img/head2.jpg') no-repeat top left;
}

	div#header h1 a {
		text-indent: -9999px;
		position: absolute;
		width: 250px;
		display: block;
		height: 130px;
	}

div#bc-area, div#main-area, div#main-menu
div#footer { margin-bottom: 1em; }

div#main-menu { z-index: 12; position: relative; }
div#main-menu div.container { background-color: #00259d; margin-top: .1em; }
	div#main-menu ul#nav { position: relative; }
	div#main-menu ul { 
		list-style: none; 
		margin: 0;
	}
	
		div#main-menu ul li { 
			float: left; 
		}
		
			div#main-menu ul a {
				display: block;
				padding: .3em 1em;
				color: white;
				font-size: 1.2em;
				text-decoration: none;
				line-height: 1.4;
				text-shadow: #0a3686 1px 1px 1px;
			}
			
				div#main-menu ul a:hover,
				div#main-menu ul li.current_page_item a { 
					background-color: #1054d2; 
				}
				
				div#main-menu ul li.current_page_ancestor a {
					background-color: #1054d2;
				}
				
				div#main-menu ul li.current_page_item a { font-weight: bold; }
				div#main-menu ul ul li a:hover { text-decoration: underline; }

		
.roundedb { 
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-radius-bottom-left: 7px;
	-webkit-border-radius-bottom-right: 7px;
}		
.rounded {
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-radius-bottom-left: 7px;
	-webkit-border-radius-bottom-right: 7px;
}

.roundednested {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#content, #aside { background-color: white; }

	#content .container, #aside .container { padding: 10px;}
	
	#aside h3 { 
		background-color: #ccc;
		padding: .5em;
		margin-bottom: 0;
	}

#footer ul { list-style: none; margin-left: 0;}

/*******************************************/
/* Breadcrumbs                            */
/*****************************************/
div#bc-area { overflow: hidden; }
ul#breadcrumbs { list-style: none; margin-top: 1em; margin-bottom: 0; }

	ul#breadcrumbs li { float: left; margin-right: .4em; }
		ul#breadcrumbs li a {
			background: transparent url('../img/bc-sep.png') no-repeat 100% 6px;
			display: block;
			padding-right: 10px;
		 }

/*******************************************/
/* Nyhetsliste                            */
/*****************************************/
div.news-list ul { list-style: none; margin-left: 0; }

	div.post-info span {
		color: #666;
		font-size: 1.1em;
		display: block;
		float: left;
		margin: 0 .5em .5em 0;
		padding-right: .5em;
		line-height: 1.2em;
		text-transform: uppercase;
		letter-spacing: .1em;
	}
	
	div.post-info span.category { border-right: 1px solid #ddd; font-weight: bold;}
	
	div.news-list ul li {
		border-bottom: 1px solid #eee;
		margin: 0 0 1em 0;
		padding: 0 0 1em 0;
	}
	
		div.news-list ul li p a span.more { display: block; }
	
	div.news-list h2 { margin-bottom: .3em; font-size: 1.5em; }
	
	
/*******************************************/
/* SUPERFISH                              */
/*****************************************/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	background:		#00259d;
}
.sf-menu li li {
	background:		#1054d2;
}
.sf-menu li li li {
	background:		#00259d;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#1054d2;
	outline:		0;
}

/*** arrows **/
div#main-menu ul.sf-menu a.sf-with-ul {
	padding-right:  1.8em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.7em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*******************************************/
/* Calendar	                              */
/*****************************************/
.sidecal h3 { background: transparent url('../img/calendar.png') no-repeat 98% center; }
.sidecal ul.container { margin: 0; list-style: none; }

	.sidecal ul.container li h2 { 
		font-size: 1.1em;
	}
	
	.sidecal ul.container li.todays-events,
	.sidecal ul.container li.upcoming-events { margin-bottom: 1em; }
	.sidecal ul.container li.more a { display: block; }
	
	.sidecal ul.container li.upcoming-events ul,
	.sidecal ul.container li.todays-events ul {
		list-style: none;
		margin: 0;
	}
		.sidecal ul.container li.upcoming-events ul ul { padding-bottom: .3em; margin-bottom: .3em; border-bottom: 1px solid #ccc;}
		.sidecal ul.container li.upcoming-events ul li { font-weight: bold; }
		
		.sidecal ul.container li.upcoming-events ul ul li,
		.sidecal ul.container li.todays-events ul li { 
			font-weight: normal; 
			background: transparent url('../img/bc-sep.png') no-repeat 0 6px;
			padding-left: 10px;
		}

/*******************************************/
/* Sponsorliste	                          */
/*****************************************/
div#sponsor-liste ul { list-style: none; margin: 0; }
	div#sponsor-liste li { margin: 0 0 1em 0; overflow: hidden; }

/*******************************************/
/* Share content                          */
/*****************************************/
div.share-content { background-color: #eee; padding: 10px;}
div.share-content h4 { float: left; margin: 0 10px 0 0;}
div.share-content ul { list-style: none; margin: 0; overflow: hidden }
	div.share-content li { float: left; margin: 1px; }
		div.share-content li a { 
			display: block; 
			background: transparent url('../img/ico_share_article.png') no-repeat 0 0; 
			height: 16px;
			width: 16px;
		}
			div.share-content li span { position: absolute; left: -9999px; }
			
		div.share-content li.tw a {background-position: -16px 0;} 
		div.share-content li.nb a {background-position: -32px 0;} 