/* Default stylesheet */
body {
	background-color: #372D2B;
	background-image: url(/getfile.php/1219978.1150.rdattuxsfs/body-bkg.png);
	background-position: top left;
	background-repeat: repeat-x;
	color: #000000;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
	/*font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;*/
	font-size: 68.75%;
	margin: 0px;
	padding: 25px 0 0;
}
table,caption,th,td {
	font-size: 1.0em; 
}
table {
	border-spacing: 0;
	margin-bottom: 30px;
	text-align: center;
}
caption {
	font-weight: bold;
	text-align: center;
}
th {
	background-color: #D56627;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 3px 3px 20px;
	text-align: left;
}
td {
	padding: 2px 2px 2px 20px;
	text-align: left;
}
tr:nth-child(2n) {
	background-color: #F3F0EA;
}
input[type="text"] {
	border: 1px solid #666666;
}
input[type="submit"] {
	background-color: #D56627;
	border: 1px solid #D56627;
	color: #FFFFFF;
	text-transform: uppercase;
}

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.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
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: #d36630; }
a:visited { color: #DE8452; }
a:hover {  color: #d36630;  }

/* read more.. links */
.link { }
a.link:link { color: #666666; text-decoration: none; }
a.link:visited { color: #666666; text-decoration: none; }
a.link:hover { color: #666666; text-decoration: underline; }

a.shareonlink:link { color: #666666; text-decoration: none; }
a.shareonlink:visited { color: #666666; text-decoration: none; }
a.shareonlink:hover { color: #666666; text-decoration: underline; }

/* Standard navigation links */
.menu a:link { color: #000000; text-decoration: none;}
.menu a:visited { color: #000000; text-decoration: none;}
.menu a:hover { color: #000000; text-decoration: underline;}

.menu a.itemselected:link {text-decoration: underline;}
.menu a.itemselected:visited {text-decoration: underline;}
.menu a.itemselected:hover {text-decoration: underline;}

/* 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: #999999; text-decoration: none; }
a.cp:visited { color: #999999; text-decoration: none; }
a.cp:hover { color: #999999; 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 { color: #000000; text-decoration: none; }
.headline .headlinelink:visited { color: #000000; text-decoration: none; }
.headline .headlinelink:hover { color: #000000; text-decoration: underline; }

/* Navigation path links */
div.path, p.path {
	margin: 0 0 10px;
	padding: 0 0 0 16px;
}
.path	{	}
a.path:link { }
a.path:visited { }
a.path:hover { }

/* 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 {  }
.hovedoppslag .date {color: #666666;}
.author { }
.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: -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 { 
	clear: both; 
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0px 15px; 
}
.pagebar.prev { margin-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
h1.headline {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h1.headlineview {
	font-size: 1.65em; 
	font-weight: bold; 
	margin: 0px;
	padding: 0px;
}
h2.subheadline {
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
h2.paragraphheadline {
}
.ingress {
}
div.ingress {
	margin: 6px 0px; 
	padding: 0px;
}
.ingressview {
}
div.ingressview {
	font-weight: bold;
	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 */
.viewarea, .listingarea {
	margin-bottom: 15px;
}
.viewarea {
	padding-left: 20px;
}
.block, .articleblock {
	margin-bottom: 30px;
	zoom: 1;
}
.linkcontainer {
	float: left;
}
.articleblock .imgwrap {
	float: right;
	width: 27.5%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: left;
	width: 70%;
}
.hovedoppslag .articleblock {
	background-color: #E2DACA;
	border: 1px solid #B2A58B;
	padding: 20px 20px;
	position: relative;
	zoom: 1;
}
.hovedoppslag .articleblock .imgwrap {
	width: 49%;
}
.hovedoppslag .articleblock .textwrap {
	width: 49%;
}
.corner.ho, .articleblock .corner.ho {
	background-image: url(/getfile.php/1218792.1150.drsdawbedw/box-frame-variant2.png);
}

/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}
/* Articleblock decoration */

.articleblock { 
	background-color: #F3F0EA;
	border: 1px solid #E2DACA;
	padding: 10px 15px;
	position: relative;
}
.articleblock .corner {
	background-image: url(/getfile.php/1218785.1150.wrtqspvspc/box-frame.png);
}

/* 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: 25%;
	float: left;
	padding: 10px 3%;
	margin-right: 3%;
	position: relative;
}
/* ... override width to get exact centering of 2nd articleblock ... */

div.threecol .articleblock { 
	width: 172px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 21px
}

div.threecol .articleblock.treble0 { 
	clear: both;
}
div.threecol .articleblock.treble1 { 
	margin-right: 0;
}
div.threecol .articleblock.treble2 { 
	clear: right;
	float: right;
	margin-right: 0;
}
.threecol .textwrap, .threecol .imgwrap{
	float: none;
	width: auto;
}
.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-width: 0;
	border-style: solid;
	border-color: #000000;
	font-size: 1px;
	clear: both;
	height: 0px;
	margin-bottom: 0;
}
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 {
	/*background-image: url(/getfile.php/1218786.1150.vrqcrpdpue/page-shadow.png);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 0 4px 15px;
	*/
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0 0 15px;
	position: relative;
	text-align: left;
	width: 939px;
}
span.corner.page {
	background-image: url(/getfile.php/1218789.1150.stxqbaxeqx/page-corners-top.png);
}
span.corner.tl.page { 
	left: 0px;
	top: 0px;
}
span.corner.tr.page { 
	right: 0px;
	top: 0px;
}
span.corner.br.page { 
	bottom: 0px;
	right: 0px;
}
span.corner.bl.page { 
	bottom: 0px;
	left: 0px;
} 

#top {
	background-color: #D96417;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#topnav {
}
#middle {
	padding: 30px 0px 30px 15px;
}
#navbar {
	background-color: #F7F2E8;
	background-image: url(/getfile.php/1218782.1150.suwbabxrxq/navbar-bkg.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 5px 5px 5px 35px;
}
#main {
	float: left;
	min-height: 500px;
	width: 684px;
}
/* #main when no sidebar */
.wide #main {
	float: none;
	width: auto;
}

#mainsidebar {
	float: right;
	width: 223px;
}
#footer {
	clear: both;
	font-size: 0.9em;
	text-align: center;
}
/* SECTION: Sidebar */
.sidebar {
}

.box {
	border-bottom: 1px solid #B2A58B;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	position: relative;
}
.box .head {
}
.box .cell {
	border-left: 1px solid #B2A58B;
	padding: 5px;
}
.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	margin: 0px 0px;
	padding: 0px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box h3.caption {
	background-color: #D56627;
	color: #FFFFFF;
	padding: 2px 5px;
	margin: 0px;
}

.box.contactinfo {
	background-color: #F3F0EA;
	border: 1px solid #E2DACA;
	padding: 15px 20px;
}
.box.contactinfo .corner {
	background-image: url(/getfile.php/1218785.1150.wrtqspvspc/box-frame.png);
}
.box.contactinfo h3.caption {
	background-color: transparent;
	color: #000000;
}
.box.contactinfo .cell {
	border: none;
}

a.buybutton {
	background-color: #D56829;
	background-image: url(/getfile.php/1218790.1150.apxrvprrfb/button-bkg.png);
	background-position: top left;
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	float: right;
	padding: 3px 20px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}
a.buybutton .corner {
	background-image: url(/getfile.php/1218784.1150.apscevaytq/button-frame.png);
}
.hovedoppslag a.buybutton {
	border-color: #F3F0EA;
}
.hovedoppslag a.buybutton .corner {
	background-image: url(/getfile.php/1219177.1150.peteecebvq/button-ho-bkg.png);
}
.viewarea a.buybutton .corner {
	background-image: url(/getfile.php/1220113.1150.ffbutsxdsp/button-view-frame.png);
}
/* SECTION: page elements */
#logo {
	color: #000000;
	font-size: 110px;
}
#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: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}
ul.mainmenu {
	font-size: 1.3em;
}
ul.mainmenu li{
	margin-right: 30px;
	white-space: nowrap;
}
ul.mainmenu li.menulevel0{
	display: block;
	float: left;
	position: relative;
}

.mainmenu ul.submenu {
	background-color: #E2DACA;
	padding: 2px 2px 2px 10px;
	z-index: 5;
}
ul.submenu.menulevel1 {
	border: 1px solid #B2A58B;
	font-size: 0.8em;
}
.mainmenu ul.submenu li {
	padding: 2px 0;
}

ul.menu.mainmenu li ul{
	display: none;
	position: absolute;
}
ul.menu.mainmenu ul li{
	position: relative;
}
ul.menu.mainmenu li ul li ul{
	left: 100%;
	top: 0;
	position: absolute;
}
ul.menu.mainmenu li:hover ul, ul.menu.mainmenu li.hover ul{
	display: block;
}
ul.menu.mainmenu li:hover ul ul, ul.menu.mainmenu li.hover ul ul{
	display: none;
}
ul.menu.mainmenu li:hover ul, ul.menu.mainmenu li li:hover ul, ul.menu.mainmenu li.hover ul, ul.menu.mainmenu li li.hover ul
{
	display: block;
}






#tools {
	list-style-type: none;
}
#tools li {
	background-position: center left;
	background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
#search {
}
#searchform {
	margin: 0 0 10px;
	padding: 0;
}
input.searchinput {
	float: left;
	vertical-align: middle;
	width: 165px;
}	
input.searchsubmit {
	float: right;
	vertical-align: middle;
	cursor: pointer;
}
/* SECTION: banner locations */
.bannerlocation {
	clear: both;
}
.box.bannerlocation {
	border: none;
}
.box.bannerlocation .cell {
	border: none;
	padding-left: 0;
	padding-right: 0;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
}

.icalendardayhead { background-color: #cecece; }
.monthlycalendartable { width: 100%; }
.calendardate { color:#333333; font-size: 0.9em; }
.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%;
}

ul.sharelinks {
	background-color: #FFFFFF;
	border: 1px solid #b2a58b;
	display: block;
	float: left;
	list-style-type: none;
	margin: 15px 0;
	padding: 4px 5px;
}
ul.sharelinks li {
	display: inline;
}
.articleblock ul.sharelinks {
	display: none;
	float: none;
	margin-top: 0;
	position: absolute;
	right: 15px;
	top: 15px;
}
.articleblock:hover ul.sharelinks {
	display: block;
}

#bannerlocation1 img {
	display: block;
	height: auto;
	margin: 0 0 10px;
	width: 100px;
}


@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
	}
	#topnav, #navbar, #logo, #mainsidebar, #footer, #searchform, .byline, .movieframe, .corner, ul.sharelinks {
		display: none;
	}
	#main {
		width: auto !important;
	}
	.side {
		padding: 0;
	}
}