/* Default stylesheet */
body {
	font-family: "Liberation Sans", "Helvetica Neue", Arial, Helvetica, Sans-serif;
	font-size: 68.75%; /*11px;*/
	margin: 0px;
	padding: 18px 4px 4px;
}
.headlineview, .caption, #footer {
	font-family: "Trebuchet MS", Trebuchet, "Liberation Sans", "Helvetica Neue", Arial, Helvetica, Sans-serif;
}
.slagord {
	font-family: Calibri, Corbel, FreeSans, "Helvetica Neue", Arial, Helvetica, Sans-serif;
}
.topmenu {
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Helvetica Neue", Arial, Helvetica, Sans-serif;
}
.normal {
	font-size: 12px;
}
.bigger {
	font-size: 15px;
}
.biggest {
	font-size: 18px;
}

table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}

h1 {
	font-size: 1.65em;
}
h2 {
	font-size: 1.45em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5, h6 {
	font-size: 1.0em;
}

p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
}
pre{
	font-family: Consolas, "Liberation Mono", "Lucida Console", "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 */

/* read more.. links */
.link	 { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
a.menu, span.menu { }
.menu a:link, .menu a:visited, .menu a:hover { text-decoration: none; }
.topmenu a:link, .topmenu a:visited, .topmenu a:hover { text-decoration: underline; }

/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.	 */
a.cp:link {	text-decoration: none;}
a.cp:visited { text-decoration: none;}
a.cp:hover { 	 text-decoration: underline;}

/* "Links" for site customization */
a.custom, img.custom{
  cursor: pointer;
  font-weight: bold;
}
a.custom:hover{
	text-decoration: underline;
}

/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link { }
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { 	 text-decoration: none;}
.headline .headlinelink:visited {  text-decoration: none;}
.headline .headlinelink:hover { 	 text-decoration: none;}

/* Navigation path links */
.path	 {	}
a.path:link { }
a.path:visited { }
a.path:hover { }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; 	 }
a.tree:visited { text-decoration: none; 	 }
a.tree:hover { text-decoration: underline; 	 }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; 	 }
a.sitetree:visited { text-decoration: none; 	 }
a.sitetree:hover { text-decoration: underline; 	 }


/* SECTION: Standard CP classes*/
.default { }
.date { 	 font-size: 0.9em; }
.author { 	 font-size: 0.9em; }
.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: 10px;
	height: 10px;
}
span.corner.tl { 
	background-position: top left;
	left: 0px;
	top: 0px;
}
span.corner.tr { 
	background-position: top right;
	right: 0px;
	top: 0px;
}
span.corner.br { 
	background-position: bottom right;
	bottom: 0px;
	right: 0px;
}
span.corner.bl { 
	background-position: bottom left;
	bottom: 0px;
	left: 0px;
} 


/* 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;
	 zoom: 1;
}
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; }
ul.tools li{
	margin-bottom: 10px !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	text-align: right;
}
.tools li.utilities img{
	float: none;
}
#skiplink { 
  position: absolute;
  left: -1000px;
  width: 900px;
/*  display: none;*/
}
div.pagebar { padding: 10px 0px; clear: both; text-align: right; }
.pagebar.prev { padding-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
h1.headline {
	font-size: 1.45em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h1.headlineview {
	margin: 0px;
	padding: 0px;
}
.subheadline, h2.subheadline {
	font-size: 1.1em;
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
.ingress {
}
div.ingress {
	margin: 6px 0px; 
	padding: 0px;
}
.ingressview {
}
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;
}


/* SECTION: viewarea block/spacing elements */
.block {
	margin-bottom: 20px;
}

.articleblock .imgwrap{
	float: left;
	width: 29%;
}
.articleblock .imgwrap img{
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap{
	float: right;
	width: 69%;
}
/* 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;
}

hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-position: center bottom;
	background-repeat: no-repeat;
	border: none
	font-size: 1px;
	clear: both;
	height: 15px;
	margin-bottom: 15px;
}
div.body {
	clear: both; 
	margin: 0px 0px 20px 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 {
	width: 928px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
#top {
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	position: relative;
	zoom: 1;
}

.top.side.v.r{
	padding: 1px 5px 10px;
}
span.corner.top{
	z-index: 10;
	height: 16px;
	width: 12px;
}

#topnav, #middle {
	background-position: bottom left;
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 0 1px;
	padding: 2px 18px 14px 18px;
	margin: 0 4px;
	zoom: 1;
}
#topnav{
	padding-top: 0;
	padding-bottom: 6px;
}
#navbar {
	float: left;
	margin-right: 9px;
	width: 165px;
}
#main {
	float: left;
	min-height: 500px;
	padding: 9px;
	position: relative;
	width: 522px;
}
#mainsidebar {
	float: right;
	width: 155px;
}

.top.side.v.r{
	padding: 1px 5px 10px;
}
#footer {
	background-position: top left;
	background-repeat: repeat-y;
	clear: both;
	position: relative;
	text-align: center;
}
#footer .side.v.r{
	padding: 10px 15px 20px;;
}

#footer span.corner{
	height: 16px;
	width: 12px;
}

#cp{
	text-align: center;
}

/* SECTION: Sidebar */
.sidebar {
}

.box {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	position: relative;
	zoom: 1;
}
.box .head {
}
.box .cell {
	padding: 5px;
}
.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	margin: 0px 0px 5px;
	padding: 0px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box h3.caption {
	padding: 2px 5px 1px;
	margin: 0px;
}
/* White text, dark blue background */
/* Only color, see other stylesheet */

/* SECTION: page elements */
#kvapen{
	left: 18px;
	position: absolute;
	top: 12px;
}
#logo{
	margin: 0 0 10px;
}
#top div.logostuff{
	float: left;
	padding: 14px 0 0 108px;
	width: 285px;
	position: relative;
}
div.logostuff .slagord{
	display: block;
	font-size: 15px;
}
#top div.imagelist{
	float: right;
	width: 518px;
}
#path{
	margin-bottom: 5px;
} 
#path span.arrow {
	padding: 0px 3px; 
}
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: 1px 0px;
}
ul.menu li.spacingabove{
	margin-top: 20px;
}
ul.menu li.spacingbelow{
	margin-top: 20px;
}
.menuwrap{
	margin: 0 0 10px;
	padding: 8px 2px;
	position: relative;
}
.mainmenu ul.submenu{
	padding-left: 0;
}
.mainmenu ul.submenu li a{
	padding-left: 18px;
}
.mainmenu ul.submenu li li a{
	padding-left: 28px;
}
.mainmenu ul.submenu li li li a{
	padding-left: 38px;
}
.mainmenu ul.submenu li li li li a{
	padding-left: 48px;
}
.mainmenu ul.submenu li li li li li a{
	padding-left: 58px;
}
.mainmenu a, .mainmenu span.menu{
	display: block;
	padding: 1px 8px;
}

.mainmenu li.menulevel0{
	padding: 1px 0;
	border-bottom: 1px dashed #81acc5;
}
ul.topmenu li{
	margin: 0 20px 0 0;
}

#topmenu {
	float: left;
	font-size: 14px;
	list-style-type: none;
	width: 714px;
}
#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 {
}
#search {
}
#searchform {
	border-style: solid;
	border-width: 1px;
	float: right;
	margin: 0;
	padding: 2px 5px;
	position: relative;
	width: 143px;
}

#searchform span.corner.tl { 
	left: -1px;
	top: -1px;
}
#searchform span.corner.tr { 
	right: -1px;
	top: -1px;
}
#searchform span.corner.br { 
	bottom: -1px;
	right: -1px;
}
#searchform span.corner.bl { 
	bottom: -1px;
	left: -1px;
} 

input.searchinput {
	border: none;
	float: left;
	vertical-align: middle;
	width: 120px;
}	
input.searchsubmit {
	float: right;
	vertical-align: middle;
}
/* 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;
}

.accessibility div.textsizes{
	float: left;
	text-align: left;
	width: 39%;
}
.accessibility div.colorschemes{
	float: right;
	padding-top: 2px;
	width: 59%;
}

.monthlycalendartable  { width: 100%; }
.calendardate { 	 font-size: 0.9em;  }
.errmsg  { font-weight: bold; 	  }

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%;
}

ul.callist{}
ul.callist li{
	clear: both;
	padding-top: 3px;
	margin-bottom: 0;
}
ul.callist li:first-child{
	padding-top: 0;
}

.callist span.date{
	float: left;
	width: 33px;
}
.callist span.event{
	float: right;
	width: 110px;
}
th.caldayname {  	 font-weight: bold; }

img.bannerimg{
	padding: 10px 0px 10px 0px;
}