/* Default stylesheet */
body {
	background-color: #FFFFFF;
	color: #4D4D4F;
	font-family: "Myriad Pro", Myriad, "DejaVu Sans Condensed", FreeSans, Calibri, "Gill Sans", "Liberation Sans", "Helvetica Neue", Arial, Helvetica, Sans-serif;
	font-size: 75%; /* 12px */
 	margin: 0px;
}
table,caption,th,td {
	font-size: 1.0em; 
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}
.headline, .caption, .headlinelink {
	text-transform: uppercase;
}
h1 {
	font-size: 1.35em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1.0em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 1.0em;
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
/* End General elements*/


a img {
	border: none;
}
.body img {
	margin: 3px 10px 5px;
}
.body img[align="left"] {
	margin-left: 0;
}
.body img[align="right"] {
	margin-right: 0;
}

div.forum {
	clear: both;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table.layout {
	margin: 0px;
	padding: 0px;
}
td.layout {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
/* General links */

a:link { color: #0590C4;}
a:visited { color: #666666; }
a:hover { color: #0590C4;}

/* read more.. links */
.link { text-transform: uppercase;}
a.link:link { text-decoration: none; }
a.link:visited { text-decoration: none; }
a.link:hover { text-decoration: none; }

/* Standard navigation links */
a.menu, span.menu { }
a.menu:link, .menu a:link { text-decoration: none; }
a.menu:visited, .menu a:visited { text-decoration: none; }
a.menu:hover, .menu a:hover { text-decoration: underline; }

a.menuselected, span.menuselected { }
a.menuselected:link { text-decoration: underline; }
a.menuselected:visited { text-decoration: underline; }
a.menuselected:hover { text-decoration: underline; }

a.topmenu, span.topmenu { }
a.topmenu:link { }
a.topmenu:visited { }
a.topmenu:hover { }

/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.	 */
.cp { }
a.cp:link {	color: #77787B; text-decoration: none; }
a.cp:visited { 	color: #77787B; text-decoration: none;}
a.cp:hover { 	color: #77787B; text-decoration: underline; }


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link {color: #4D4D4F; text-decoration: none; }
.headlinelink:visited { color: #4D4D4F; text-decoration: none;}
.headlinelink:hover { color: #4D4D4F; text-decoration: underline;}

.box h4 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 2px;
}
/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* Navigation path links */
.path	{	}
a.path:link { color: #939598; text-decoration: none; }
a.path:visited { color: #939598; text-decoration: none; }
a.path:hover { color: #939598; text-decoration: underline; }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/
.default { }
.date { /*color: #999999; font-size: 0.85em;*/ }

.question {
	text-transform: uppercase;
	color: #355E60;
}



.articleblock span.date {
	padding-left: 5px;
}
.author { /*color: #333333; font-size: 0.85em; */}
.feedback { }
.copyright { }


/* CSS code for (rounded) corners. Remember position: relative; on container element */
span.corner { 
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	/* Set width/height to size of corner images */
	width: 5px;
	height: 5px;
}
span.corner.tl { 
	background-position: top left;
	left: -1px;
	top: -1px;
}
span.corner.tr { 
	background-position: top right;
	right: -1px;
	top: -1px;
}
span.corner.br { 
	background-position: bottom right;
	bottom: -1px;
	right: -1px;
}
span.corner.bl { 
	background-position: bottom left;
	bottom: -1px;
	left: -1px;
} 


/* midtskygge */
div.s1 { 
	background-position: top left;
	background-repeat: repeat-y;
}
/* toppskygge */
div.s2 { 
	background-position: top left;
	background-repeat: no-repeat;
}
/* bunnskygge */
div.s3 { 
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* Fully flexible shadows */
/* Use in combination with corners for a rounded box with almost any type of shadow */
/* Flexibility limited by image size due to combination of two shadows top+bottom/left+right in each image. */
/* HTML Skeleton: 
<div class="container"><!-- must have position: relative; -->
<div class="side h b"><div class="side h t"><div class="side v l"><div class="side v r">

Content here...

<span class="corner tl"></span>
<span class="corner tr"></span>
<span class="corner br"></span>
<span class="corner bl"></span>

</div></div></div></div><!-- end sides -->

</div><!-- end container -->
*/

div.side, span.side {
	 display: block;
}
/* v = vertical, h = horizontal, l = left, r = right */ 
div.side.v, span.side.v {
	 background-position: top left;
	 background-repeat: repeat-y;
}
div.side.v.r, span.side.v.r {
	 background-position: top right;
}
div.side.h, span.side.h {
	 background-position: top left;
	 background-repeat: repeat-x;
}
div.side.h.b, span.side.h.b {
	 background-position: bottom left;
}


 /* Site default shadows */
div.side.h, span.side.h {
	 /* Background-image with horizontal (top/bottom) shadows. Taller than tallest container with shadow. Split into two background images when required	*/
}
div.side.v, span.side.v {
	 /* Background-image with vertical (left/right) shadows. Wider than page */ 
}


/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }
#skiplink { 
  position: absolute;
  left: -1000px;
  width: 900px;
/*  display: none;*/
}
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { margin-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	
	margin: 0 0 16px;
}
.pagedescription { }
.headline, h1.headline {
	display: inline;
	font-size: 1.35em;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0px;
}
.headlineview, h1.headlineview {
	color: #4D4D4F; /*#355E60;*/
	font-size: 1.35em; 
	font-weight: bold; 
	margin: 0 0 20px;;
	padding: 0px;
}
.subheadline, h2.subheadline {
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
.ingress {
}
div.ingress {
	margin: 6px 0px; 
	padding: 0px;
}
.ingressview {
	font-weight: bold;
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
p.byline, .byline {
	margin: 0px; padding: 0px;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	width: 250px;
	float: right;
	margin-left: 10px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}
div.imagegallery5 div.articlemedia {
	width: auto;
	float: none;
	margin-left: none;
}
div.imagegallery5 div.articleimage {
	float: left;
	margin-right: 15px;
	width: 172px;
}
div.imagegallery5 #articleimage3 {
	margin-right: 0;
}
div.imagegallery5 #articleimage4 {
	float: right;
	margin-right: 0;
}
div.imagegallery5 img {
	float: none !important;
}
div.imagegallery5 h1.headline {
	color: #0590C4;
}
/* SECTION: viewarea block/spacing elements */
.block, .articleblock {
	margin-bottom: 10px;
}

.articleblock .imgwrap {
	float: left;
	margin-top: 8px;
	width: 19%;
}
.articleblock .imgwrap img {
	border: 1px solid #A7A9AC;
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	border-bottom: 1px solid #A7A9AC;
	float: right;
	min-height: 120px;
	width: 79.4%;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}


/* 2-spalter */
div.twocol .articleblock { 
	width: 49%;
}
div.twocol .articleblock.pair0 { 
	clear: both;
	float: left;
}
div.twocol .articleblock.pair1 { 
	clear: right;
	float: right;
	margin-right: 0;
}

/* 3-spalter */
div.threecol .articleblock { 
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol .articleblock.treble0 { 
	clear: both;
}
div.threecol .articleblock.treble1 { 
	margin-right: 0;
}
div.threecol .articleblock.treble2 { 
	clear: right;
	float: right;
	margin-right: 0;
}

.viewarea .listingpicwrap {
	border: 1px solid #9D9FA2;
	margin: 0px 0px 20px 0px;
	position: relative;
}
.viewarea .listingpicwrap img {
	max-width: 100%;
}
.viewarea .listingpicwrap .corner {
	background-image: url(http://img0.custompublish.com/getfile.php/1135668.1630.ybuvyxyxqu/img-frame-2.png);
}

.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #000000;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {
	clear: both; 
	margin: 0px 0px 22px 0px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }
/* SECTION ARTPICS */
td.artpic {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
/* SECTION: page containers */ 
#page {
}
div.inner {
	width: 925px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
#top {
	background-color: #048dae;
	background-image: url(http://img0.custompublish.com/getfile.php/1134614.1630.wepebqarvp/top-bgk-wide.png);
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#top div.inner {
	background-image: url(http://img0.custompublish.com/getfile.php/1141125.1630.xuavtduavv/top-bkg-2.png);
	background-position: 485px 0px;
	background-repeat: no-repeat;
	min-height: 123px;
	position: relative;
}
#topnav {
}
#middle {

}
#middle div.inner {
	padding: 0 125px;
	position: relative;
}
#navbar {
	margin-bottom: 0;
}
#main {
	float: left;
	min-height: 500px;
	width: 630px;
}
/* #main when no sidebar */
.wide #main {
	float: none;
	width: auto;
}
.wide #mainsidebar {
	display: none;
}

#mainsidebar {
	float: right;
	width: 283px;
}
#footer {
	color: #77787B;
	clear: both;
	text-align: center;
}
#footer div.inner {
	padding: 10px 125px 0px;
	text-align: left;
}
/* SECTION: Sidebar */
.sidebar {
	margin: 0 0 15px;
}

.box {
	border: 1px solid #9D9FA2;
	padding: 20px 24px;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.box .corner {
	background-image: url(http://img0.custompublish.com/getfile.php/1135668.1630.ybuvyxyxqu/img-frame-2.png);
}
.box .head {
}
.box .cell {
	padding: 5px 0;
}
.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	margin: 0 0 15px;
	padding: 0px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box h3.caption {
	font-size: 1.2em;
	font-weight: normal;
	padding: 0px;
	margin: 0 0 15px;
	text-transform: uppercase;
}
/* Variant2 : Image box */
div.box.variant2{
	background-color: #999999;
	padding: 0;
	zoom: 1;
}
div.box.variant2 .caption{
	/*background-color: rgba(66, 66, 66, 0.5);*/ /* replaced by background-image */
	background-image: url(http://img0.custompublish.com/getfile.php/1140848.1630.wpparytaff/caption-bkg-black50.png);
	background-position: top left;
	background-repeat: repeat;
	color: #FFFFFF;
	font-size: 1.5em;
	left: 0px;
	/*padding: 5px 10px 5px 10px;*/
	margin: 0;
	padding: 5px 3px 5px 10px;
	position: absolute;
	text-transform: uppercase;
	/*top: 0px;*/
	bottom: 0px;
	/*width: 261px;*/
	width: 210px;
}
div.box.variant2 div.linkcontainer {
	background-image: url(http://img0.custompublish.com/getfile.php/1138282.1630.qcvdyybewq/link-wrap-outer-3.png);
	background-position: top left;
	background-repeat: no-repeat;
	bottom: -1px;
	right: -1px;
	padding: 7px 0 0 6px;
	position: absolute;
}
div.box.variant2 a.link {
	background-color: #405BA1;
	border-color: #C9C4B9 #D6D2C9;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
div.box.variant2 a.link .corner {
	background-image: url(http://img0.custompublish.com/getfile.php/1132909.1630.srqewdbrar/link-frame.png);
	z-index: 20;
}

/* variant3: as default with logo section at bottom */

div.box.variant3 {
	background-image: url(http://img0.custompublish.com/getfile.php/1132897.1630.bustfurrby/boks-dekor.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 110px;
}

/* SECTION: page elements */
#logo{
	margin-top: 45px;
}

#searchform {
	background-color: #FFFFFF;
	background-image: url(http://img0.custompublish.com/getfile.php/1132914.1630.fypxtutstq/searchinput-shadow.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 4px 10px 4px 4px;
	position: absolute;
	right: 2px;
	top: 50px;
}
input.searchinput {
	background-color: #FFFFFF;
	border: none;
	color: #333333;
	vertical-align: middle;
	width: 120px;
}	
input.searchsubmit {
	background-color: #FFFFFF;
	border: none;
	color: #C7C8CA;
	vertical-align: middle;
	text-transform: uppercase;
}

div.path {
	color: #939598;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#path span.arrow {
	padding: 0px 3px; 
}
div.forsidebilde {
	border: 1px solid #A7A9AC;
	margin: 0 0 10px;
	position: relative;
	zoom: 1;
}
div.forsidebilde .corner {
	background-image: url(http://img0.custompublish.com/getfile.php/1135668.1630.ybuvyxyxqu/img-frame-2.png);
}

ul.menu, ul.submenu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu {
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
	margin: 0px;
	padding: 0px;
}

ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}

#mainmenu {
	position: relative;
	bottom: 17px;
}
ul.mainmenu {
	border-bottom: 1px solid #d9d7d2;
	float: left;
	text-align: center;
}
ul.mainmenu li {
	border-bottom: 1px solid #8f8677;
	display: block;
	float: left;
}
.mainmenu a{
	background-position: bottom left;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #C9C4B9 #669EA6 #C9C4B9 #497A7F;
	display: inline-block;
	padding: 8px 15px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.mainmenu a:link, .mainmenu a:visited {
	background-color: #3BB9D7;
	background-image: url(http://img0.custompublish.com/getfile.php/1132913.1630.atxdfawpcs/menuitem-bkg.png);
	color: #FFFFFE;
	text-decoration: none;
}
.mainmenu a:hover, .mainmenu a.itemselected:link, .mainmenu a.itemselected:visited, .mainmenu a.itemselected:hover{
	background-color: #35A7C5;
	background-image: url(http://img0.custompublish.com/getfile.php/1132911.1630.vwvaupubvt/menuitem-acitve-bkg.png);
	border-color: #B6B1A7 #669197 #B6B1A7 #AABFBD;
	color: #FFFFFE;
	text-decoration: none;
}
.mainmenu a span.pointer{
	background-image: url(http://img0.custompublish.com/getfile.php/1132912.1630.tpywfsvvfp/menuitem-active-pointer.png);
	background-position: top left;
	background-repeat: no-repeat;
	bottom: -9px;
	display: none;
	height: 11px;
	left: 42%;
	position: absolute;
	width: 17px;
	z-index: 10;
} 
a:hover span.pointer, .mainmenu a.itemselected span.pointer{
	display: block;
}

ul.mainmenu.tilleggsmenu {
	border-color: #d9d7d2; 
}
ul.mainmenu.tilleggsmenu li {
	border-width: 1px 1px 0;
}
ul.mainmenu.tilleggsmenu a {
	border-color: #A39EC9 #928EB0 #8F8677 #8E89A8;
}
ul.mainmenu.tilleggsmenu a:link, ul.mainmenu.tilleggsmenu a:visited {
	background-color: #7F7AB8;
	background-image: url(http://img0.custompublish.com/getfile.php/1198230.1630.uvwqcpctqc/tilleggsmenuitem-bkg.png);
	color: #FFFFFE;
}
ul.mainmenu.tilleggsmenu a:hover, ul.mainmenu.tilleggsmenu a.itemselected:link, ul.mainmenu.tilleggsmenu a.itemselected:visited, ul.mainmenu.tilleggsmenu a.itemselected:hover{
	background-color: #726EA6;
	background-image: url(http://img0.custompublish.com/getfile.php/1198226.1630.txauuyebrr/tilleggsmenuitem-active-bkg.png);
	border-color: #928EB6 #8E89A8 #8F8677 #B8B2BD;
	color: #FFFFFE;
}
ul.mainmenu.tilleggsmenu a span.pointer{
	background-image: url(http://img0.custompublish.com/getfile.php/1198227.1630.drbbvqdypr/tilleggsmenuitem-active-pointer.png);
	bottom: -8px;
	height: 12px;
}





#topmenu {
	list-style-type: none;
}
#topmenu li {
	display: inline;
}
#tools {
	list-style-type: none;
}
#tools li {
	background-position: center left;
	background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}

#cp {
	text-transform: uppercase;
}

#kommunevaapen {
	left: 0;
	min-height: 100px;
	position: absolute;
	top: 40px;
	width: 100px;
	z-index: 100;
}

ul.kvapen {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px;
}
ul.kvapen li {
	line-height: 2.2em;
	font-size: 0.85em;
	margin: 0 0 12px;
	padding: 0 30px 0 0;
	position: relative;
	text-transform: uppercase;
	vertical-align: middle;
}
ul.kvapen li img {
	position: absolute;
	top: 0;
	right: 0;
}
.kvapen a:link, .kvapen a:visited{
	color: #4D4D4F;
	text-decoration: none;
}
.kvapen a:hover {
	color: #4D4D4F;
	text-decoration: underline;
}


/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	text-align: center;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
}

.singleimgbox {
	border: 1px solid #A7A9AC;
	margin: 0 0 10px;
	position: relative;
	zoom: 1;
}
.singleimgbox .corner {
	background-image: url(http://img0.custompublish.com/getfile.php/1135668.1630.ybuvyxyxqu/img-frame-2.png);
}
#bannerlocation1 img {
	max-width: 628px;
}

.imageholder{ height: 387px; overflow: hidden;}
.page156802 .bannerlocation .singleimgbox{ }
.page156802 .bannerlocation .singleimgbox img{ max-height: 387px;}

.icalendardayhead { background-color: #cecece; }
.monthlycalendartable { width: 100%; }
.calendardate { color:#333333; font-size: 85%; }
.errmsg { font-weight: bold; color: #aa0000; }

table.weathertablefivedays { }

table.weathertablefivedays td {
	padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
	width: 100px;
	font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
	width: 75px;
}

input.newslettersubemail {
	width: 98%;
}

/* SECTION: VFR */
.rootpage152837 #top{
	background-image: none;
	background-color: #1965AF;
}
.rootpage152837 #top div.inner {
	background-image: url(http://img0.custompublish.com/getfile.php/1198117.1630.pxuadrpbay/top-bkg-2.png);
}

.mainmenu a{
	border-color: #C9C4B9 #6A8DB0 #C9C4B9 #4E6F8F;
}
.rootpage152837 .mainmenu a:link, .rootpage152837 .mainmenu a:visited {
	background-color: #3F76B3;
	background-image: url(http://img0.custompublish.com/getfile.php/1198111.1630.xqpufdyupe/menuitem-bkg.png);
	color: #FFFFFE;
}
.rootpage152837 .mainmenu a:hover, .rootpage152837 .mainmenu a.itemselected:link, .rootpage152837 .mainmenu a.itemselected:visited, .rootpage152837 .mainmenu a.itemselected:hover{
	background-color: #396AA1;
	background-image: url(http://img0.custompublish.com/getfile.php/1198109.1630.ffdwcfssdc/menuitem-active-bkg.png);
	border-color: #B6B1A7 #6B8DB0 #B6B1A7 #ACB5BC;
	color: #FFFFFE;
}
.rootpage152837 .mainmenu a span.pointer{
	background-image: url(http://img0.custompublish.com/getfile.php/1198110.1630.dbyfqcepsd/menuitem-active-pointer.png);
}


.rootpage152837 .headlinelink:link {color: #0590C4;}
.rootpage152837 .headlinelink:visited { color: #0590C4;}
.rootpage152837 .headlinelink:hover { color: #0590C4;}


.rootpage152837 h1.headline {
	color: #0590c4;
	font-size: 1.2em;
	font-weight: bold;
}
.rootpage152837 h1.headlineview {
	color: #4D4D4F; /*#0590c4;*/
}
.rootpage152837 .box h3.caption {
	font-size: 1.0em;
	font-weight: bold;
}

.rootpage152837 .box h4 {
	font-size: 1.0em;
	font-weight: normal;
}
.rootpage152837 .articleblock span.date {
	border-left: 1px solid #0590c4;
	padding-left: 5px;
}

.rootpage152837 #cp{
	display: inline;
	text-transform: none;
}

.rootpage152837 .question { 
	color: #0590c4;
}

/*Sosiale medier*/
.facebook, .twitter{
	line-height: 24px;
}
.facebook a{
	text-decoration: none;
	font-size: 16px;
}

.twitter a{
	text-decoration: none;
	font-size: 16px;
}

