/* Default stylesheet */
body {
  background-color: #D8D5D0;
  color: #000000;
  font-family: "Trebuchet MS", "MyriadPro Regular", "MyriadPro", "Myriad Pro", Myriad, Arial, "Liberation Sans", sans-serif;
  font-size: 75%;
  margin: 0px;
}
table,caption,th,td {
  font-size: 1.0em; 
}
h1, h2, h3, h4, h5, h6{
  margin: 4px 0px;
  padding: 0px;
}

h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.3em;
  font-weight: bold;
}
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;
}
/* End General elements*/

/* 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: #0066cc;}
a:visited { color: #003399;}
a:hover { color: #0066cc;}

/* read more.. links */
.link  { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
a.menu, span.menu { }
a.menu:link {text-decoration: none; }
a.menu:visited {text-decoration: none; }
a.menu: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: #b9b9b9;  text-decoration: none; }
a.cp:visited { color: #b9b9b9; text-decoration: none;}
a.cp:hover { color: #b9b9b9; text-decoration: none;}


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link { }
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* 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; 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; }
.author {color: #333333; font-size: 0.85em; }
.feedback { }
.copyright { }
#path { margin-bottom: 10px; }
#path span.arrow { padding: 0px 3px; }


/* 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;
}


/* Standard tools */
div.tools {margin: 15px 0px; }
div.tool {margin: 2px 0px; }
#skiplink {display: none; }
/* SECTION: listing/view styles */
div.pagedescription { }
.pagedescription { }
h1.headline  {
	font-size: 1.3em;
  margin: 0px;
  padding: 0px;
}
h1.headlineview  {
  margin: 0px;
  padding: 0px;
}
.subheadline, h2.subheadline  {
	font-size: 1.0em;
  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;
}

div.pagebar, p.pagebar{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 15px;
}

/* SECTION: viewarea block/spacing elements */
.articleblock, .viewarea {
	padding: 15px;
	border: 1px solid #D3D0C9;
  margin-bottom: 15px;
}


/* 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 {
  clear: both;
}
div.hr {/* Replacement for hr. This is easier to style */
  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 {
	background-color: #FFFFFF;
  width: 990px;
	margin: 0 auto;
  padding: 5px;
  text-align: left;
}
#top {
  margin: 0 0 5px;
  padding: 0px;
}
#topnav {
}
#middle {
}
#navbar {
}
#main {
  min-height: 500px;
	float: left;
	width: 805px;
}
#mainsidebar {
	float: right;
	width: 180px;
}
#footer {
	color: #928964;
  clear: both;
	font-size: 0.85em;
	margin: 30px 180px 5px 0;
  text-align: center;
}
/* SECTION: Sidebar */

.sidebar {
}

.box {
	border: 1px solid #D3D0C9;
  padding: 10px;
  margin: 0px 0px 5px 0px;
	min-height: 100px;
  position: relative;
}
div.box.single {
	border: none;
	min-height: 0;
}
.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 2px;
  padding: 0px;
}
.box p {
  padding: 0px;
  margin: 0px 0px 5px 0px;
}
.box h2.caption, .box h3.caption {
	font-size: 1.1em;
	font-weight: normal;
  padding: 0px;
  margin: 0px;
	text-align: left;
}
#rssicon{
	position: relative;
	top: 10px;
}
/* SECTION: page elements */
#path{
  margin-bottom: 5px;
} 
ul.menu {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
ul.menu li {
  margin: 0px;
  padding: 1px 0px;
}
#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 {
}
#search {
}
#searchform {
	padding: 0;
	margin: 5px 0;
}
input.searchinput {
  vertical-align: middle;
}	
input.searchsubmit {
  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;
}

.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;
}