/* Barnehagene i Sigdal  */
body {
  background-color: #FFFFFF;
  color: #333333;
  font-family: "lucida sans unicode","lucida grande",sans-serif;
  font-size: 11px;
  margin: 0px;
  text-align: center;
}
table,caption,th,td {
  font-size: 11px; 
}
h1, h2, h3, h4, h5, h6 {
  margin: 4px 0px;
  padding: 0px;
}


h1 {
  font-size: 16px;
}
h2 {
  font-size: 14px;
}
h3 {
  font-size: 12px;
}
h4 {
  font-size: 11px;
}
h5 {
  font-size: 11px;
}
h6 {
  font-size: 11px;
}
p {
  padding: 0px;
  margin: 4px 0px 16px 0px;
}
/* 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;
}



.stjerne {
	/*background: url(http://img0.custompublish.com/getfile.php/995324.1570.qpvtxuswcu/stjerne.png) no-repeat;*/
	width: 140px;
	height: 140px;
	margin-left: 600px;
	position: absolute;
	bottom: 10px;
	right: 210px;
	z-index: 2;
}

/* 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 {text-decoration: none; color: #009999;}
a:visited {text-decoration: none; color: #009999;}
a:hover { color: #033; text-decoration: underline;}


/* 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 { }

/* Linked headlines (normally inside LIST-sections) */ 


/* Linked headlines on listing pages */
.headline,.headline a{ color: #0099CC; }
.headline a: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: 10px; }
.author { color: #333333; font-size: 10px; }
.feedback { }
.copyright { }
#path { margin-bottom: 12px; }
#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;
}

.corner.toppbilde.tl {
    left: -8px;
    top: 0;
}


/* midtskygge */
div.s1 {
    background-position: top left;
    background-repeat: repeat-y;
	background-image: url(http://img3.custompublish.com/getfile.php/1231755.1473.xseadyqpea/page-shadow-mid.png);
}
/* toppskygge */
div.s2 {
    background-position: top left;
    background-repeat: no-repeat;
	background-image: url(http://img3.custompublish.com/getfile.php/1231756.1473.uewscwqcrx/page-shadow-top.png);
}


/* bunnskygge */
div.s3 {
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 0px 9px 9px;
	background-image: url(http://img3.custompublish.com/getfile.php/1231754.1473.xxcdyxdyfe/page-shadow-btm.png);
}


div.s2topbilde {
    background-position: top left;
    background-repeat: no-repeat;
	background-image: url(http://img3.custompublish.com/getfile.php/1234818.1473.xcxaaaxcer/page-shadow-mid-topbilde.png);
}

/* 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 -->
*/

.imagecontainer {
	position: relative;
}

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 {
text-align: left; 
width: 600px;
}

#skiplink ul{
	margin-bottom: 1px;
}

#skiplink ul li{
	display: inline;
}


div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { padding-right: 10px; }
#path span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
.headline, h1.headline {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.headlineview, h1.headlineview {
  font-size: 16px; 
  font-weight: bold; 
  margin: 0px;
  padding: 0px;
  color: #0099CC;
}
.subheadline, h2.subheadline {
  font-weight: normal; 
  margin: 5px 0px 0px 0px;
  padding: 0px;
  line-height: 1.0;
}
.ingress {
font-size:12px;
font-family: Verdana;
color: #333;
}
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: 15px;
}

.articleblock {
	/*border-bottom: 1px solid #b1d7e9;*/
}

.articleblock .imgwrap{
	float: left;
	width: 32.5%;
}
.articleblock .imgwrap img{
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap{
	float: right;
	width: 65%;
}
/* 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-color: transparent;
	border-bottom: 1px solid #FFF;
  font-size: 1px;
  clear: both;
  height: 10px;
  margin-bottom: 10px;
}
div.body {
  clear: both; 
  margin: 0px 0px 22px 0px;
}
.clearfix {clear: both;}
/* SECTION ARTPICS */
td.artpic {
  padding: 5px;
  vertical-align: top;
  text-align: left;
}
/* SECTION: page containers */ 

#page {
	background: url(http://img0.custompublish.com/getfile.php/995322.1570.ecvwxfeubt/page_bg.png) repeat-y center;
	width: 945px;
	margin: 0 auto;
	padding: 0px;
	text-align: left; 
}
#page .inner {
	padding: 0;/*5px 10px;*/
	background-color:#fbfaf2;
	margin: 2px;
}
#top {
	width: 945px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	zoom: 1;
	text-align: left;
}
#top .s2, #top.s2topbilde{
	padding: 9px 9px 0;
}

#topnav {
	width: 100%;
	margin: 0 auto;
	background: url(http://img3.custompublish.com/getfile.php/1230712.1473.cvearxqqpv/bgnav[1].png) repeat-x; 
	padding: 0px;
}
#topnav .inner {
	width: 924px;
	border-left: 1px solid #a6dffc;
	border-right: 1px solid #a6dffc;	
	margin:0px auto;
}

.headmenu{
height: 20px;
}

.headmenu li{
	display: inline;
}

.headmenu li a{
	color: #006666;
}

.headmenu li a:hover{
	color: #333333;
}

#middle {
}
#navbar {
	float: left;
	width: 190px;
	padding: 0px;
}
#main {
	float: left;
	min-height: 500px;
	width: 510px;
	padding: 10px;
	border-left: 1px solid #B1D7E9;
	border-right: 1px solid #B1D7E9;
}
#mainsidebar {
	float: right;
	width: 200px;
	padding: 0px;
}

#mainsidebar a{
	color: #009999;
}
#footer {
  text-align: center;  
}

#navbar h3, #mainsidebar h3 {
	font-size: 14px;
	font-family: lucida, "lucida sans unicode";
	color: #996600;
	border-bottom: 1px solid #b1d7e9;
	padding: 5px 10px;
	margin: 0px auto;
}


#navbar p, #mainsidebar p {
	margin: 5px 10px;
	position: relative;
	zoom: 1;
}

#copyright {
	color: #999;
	padding-bottom: 10px; 
}
#copyright a {
	color: #09C;
	text-decoration: none;
}
#copyright a:hover{
	color: #033;
}

.adminbar {
	margin: 0 10px;
}


/* SECTION: Sidebar */
.sidebar {
}

.box {
  padding: 0px;
  margin: 0px 0px 15px 0px;
  position: relative;
}
.box2 {
	padding: 0px 5px;
	margin: 0px 0px 15px 0px;
}
.box .head {
}
.box .cell {
  padding: 5px 15px;
}
.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 {
  padding: 0px;
  margin: 0px;
}
/* SECTION: page elements */
#path{
  margin-bottom: 5px;
} 
ul.menu, ul.submenu {
  margin: 0px;
  list-style-type: none;
}
ul.submenu{
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
  margin: 0px;
  padding: 0px;
}

.sidebar ul{ 
list-style-image: url(http://img3.custompublish.com/getfile.php/991623.1473.xevtdbrreu/style-type_ul.png);
}

ul#mainmenu {
font-size: 14px;
margin: 0;
padding: 0;
margin-left:-1px;
float: left;
}
ul#mainmenu li {
float: left;
}

ul#mainmenu li a{
color: #001e3f;
display: block;
padding: 11px 12px;
border-right: 1px solid #53afda;
border-left:  1px solid #8ad7fc;
text-decoration: none;
}

ul#mainmenu li a:hover{
color: #FFF;
background: #7DA2B7 url(http://img3.custompublish.com/getfile.php/1230947.1473.wpurepxxys/arrow.png) no-repeat;
}

#top .right {
float: right;
}

div.right {
	float: right;
}

div.logo {
	background: url(http://img3.custompublish.com/getfile.php/1231978.1473.bwduxvwbqq/topleft_logo.png) repeat-x;
	padding: 51px 0 30px 0;
	margin: 2px 2px 0 2px;
}

div.kommunelogo {
	position: absolute;
	background: url(http://img3.custompublish.com/getfile.php/1233023.1473.wttqedesuy/kommunevaapen2.png);
	width: 100px;
	height: 124px;
	padding: 0;
	top: 35px;
	left: 0;
}

div.logotekst {
/*	position: absolute;
	top: 55px;
	left: 140px;*/
	padding: 0 0 0 80px;	
}

div.toppbilde {
	right: 14px;
	bottom: 0px;

	padding: 0; 
	position: absolute;
	width: 195px;
	height: 149px;
}

.toppbilde .corner{
	background-image: url(http://img3.custompublish.com/getfile.php/1235061.1473.qrybwypfvs/topbilde-shadow.png);
}

.toppbilde .corner.tr {
	width: 24px;
	height: 49px;
	right: -29px;
}

.toppbilde .corner.tl{
	height: 32px;
	left: -10px;
}


ul#topmenu{

padding: 8px 0 0 10px;
height: 13px; 
width: 620px;
}

ul#topmenu li {
float: left;
border-right: 1px solid #006666;
}

ul#topmenu li a{
color: #006666;
padding: 5px 5px;
}

ul#topmenu li.menulevel0.lastitem { 
	border: none; 
}

#tools {
  list-style-type: none;
}
#tools li {
  background-position: center left;
  background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}

#search {
float: right;
/*background: url(http://img0.custompublish.com/getfile.php/995306.1570.exrubsafuq/search_bg.png) no-repeat;*/
background: url(http://img3.custompublish.com/getfile.php/1230718.1473.rywqfxbtpu/searchbar3.png) no-repeat;
width: 200px;
height: 40px;
font-size: 12px;
}
#searchform {
padding: 0;
}
input.searchinput {
	border: 0;
	background: transparent;
	padding:10px 10px 0 0;
   width: 110px;
}	
input.searchsubmit {
	border: 0;
	background: transparent;
	padding:10px 0 0 5px;
  color: #ffffcc;
  vertical-align: text-bottom;
  cursor: pointer;
}

/* 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;
}

input.newslettersubemail {
	width: 98%;
}
.contactinfobox {
padding: 0 5px 0 10px;
}

/* SECTION: Kalender */

#calendar { 
  margin-top: 15px;
  padding-bottom: 5px;
}
#calendar h3 { 
  font-size: 1.0em;
}
.box h3 { 
  margin-left: 6px;
}
#calendar a { 
  padding-left: 1px;
}
div.monthlycalendar { 
  padding: 6px 1px 6px 6px;
}
div.monthlycalendar table { 
  border-collapse: collapse;
}
div.monthlycalendar th, th.caldayname { 
  border: 1px solid #D9D9D9;
  background-color: #FFFFFF;
  color: #666666;
  font-weight: bold;
}
div.monthlycalendar td, td.calday, td.calsaturday, td.caltoday, td.calsunday, td.caldayhasevent { 
  border: 1px solid #D9D9D9;
  background-color: #F0F4FC;
  color: #666666;
  font-weight: normal;
}
div.monthlycalendar td.caldayhasevent  { 
  background-color: #F5F5F5;
	cursor: help;
	color: black;
}
div.monthlycalendar td:first-child, td.calday:first-child { 
  background-color: #F5F5F5;
  color: #666666;
}
div.monthlycalendar td.caltoday, td.caltoday { 
  background-color: #8F8F98;
  color: #FFFFFF;
  font-weight: bold;  
}
div.monthlycalendar td.calsunday, td.calsunday { 
  background-color: #F0F4FC;
  color: #ff3300;
}

div.monthlycalendar td.calmonthname { 
  padding-left: 3px;

}