﻿/*	Layout Bitigrenda.no	*/

#container
{
  top: 0px;
  width: 930px;
  margin: 0 auto;
}

#header
{
  position: relative;
  height: 233px;
  width: 100%;
}

#logo
{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 243px;
  width: 294px;
  background: url(/img/logo.png);
  margin-left: 8px;
}

#langLinks
{
  position: absolute;
  left: 880px;
  top: 210px;
}

#menu
{
  position: relative;
  width: 100%;
  height: 44px;
  clear: both;
}

#main
{
  position: relative;
  min-height: 500px;
  width: 910px;
  margin-left: 8px;
  background-color: White;
  border: solid 2px #e1f4fd;
}

#leftTd
{
  width: 289px;
  height: 500px;
  border-right: solid 2px #e1f4fd;
}

#mainTd
{
  width: 619px;
}

#footer
{
  position: relative;
  min-height: 290px;
  width: 910px;
  margin: 17px 0 1em 8px;
  background-color: #e1f4fd;
  border: solid 2px #e1f4fd;
}

#footer .spacer
{
  padding: 1em 2em;
}

#credits
{
  position: absolute;
  bottom: 0.675em;
  font-size: 0.675em;
  width: 100%;
  text-align: center;
}

/* Main column  */

.content
{
  font-size: 0.75em;
  padding: 1em 20px;
  line-height: 1.5em;
}

.content h1
{
  font-weight: bold;
  font-size: 150%;
}

.content ul
{
  list-style-type: none;
  list-style-image: none;
  padding: 0 0 1em 0;
}

.content li
{
  padding: 0 0 0 12px;
  background: url(/img/ra.png) no-repeat 0px 3px;
  line-height: 1.5em;
}

.newsAbs1
{
  position: relative;
  width: 100%;
}

.newsAbs1 div
{
  padding: 1em 20px;
  font-size: 0.75em;
  line-height: 1.5em;
  overflow: auto;
}

.newsAbs1 div img
{
  float: left;
  border: solid 1px #e1f4fd;
  margin: 0 1em 1em 0;
}

.newsAbs1 h1
{
  font-weight: bold;
  font-size: 150%;
  margin-top: 0px;
  padding-top: 0px;
}

.newsAbs1 p .rm
{
  float: right;
  padding: 0 1em 0 0;
}

.newsAbs2
{
  position: relative;
  padding-left: 10px;
  overflow: auto;
}

.newsAbs2 div
{
  position: relative;
  width: 275px;
  float: left;
  padding: 1em 10px;
  font-size: 0.75em;
  line-height: 1.5em;
  overflow: auto;
}

.newsAbs2 div img
{
  border: solid 1px #e1f4fd;
}

.newsAbs2 h1
{
  font-weight: bold;
  font-size: 150%;
  margin-top: 1em;
  padding-top: 0px;
}

.newsAbs2 p .rm
{
  float: right;
  margin: 0;
  padding: 0;
}

/*  Left column */

.lcDiv
{
  font-size: 0.75em;
  line-height: 1.5em;
}

.lcContent
{
  font-size: 0.75em;
  padding: 1em 20px;
  line-height: 1.5em;
  border-bottom: solid 2px #e1f4fd;
}

.lcContent h2
{
  color: #f7931e;
  font-weight: bold;
  font-size: 150%;
}

.lcContent ul
{
  list-style-type: none;
  list-style-image: none;
  padding: 0 0 1em 0;
}

.lcContent li
{
  padding: 0 0 0 12px;
  background: url(/img/ra.png) no-repeat 0px 3px;
  line-height: 1.5em;
}

.lcContent .wIcon
{
  position: absolute;
  top: 10px;
  left: 160px;
}

.lcContent .wTemp
{
  position: absolute;
  top: 95px;
  left: 220px;
  font-size: 2.5em;
  color: #00b0d8;
  font-weight: bold;
}

/* Gallery  */

.highslide-gallery h2
{
  color: #f7931e;
  font-weight: bold;
  font-size: 1em;
}

.highslide-gallery p
{
  color: #888;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}

/*  Album */

#PhotoList .header
{
  width: 100%;
  background-color: #e7f7ff;
  padding: 0.1em 0.5em;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}

#overlay { 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: #666666 url(/img/overlay.png) 50% 50% repeat; 
    filter:alpha(opacity=50); 
    -moz-opacity:0.5; 
    -khtml-opacity: 0.5; 
    opacity: 0.5; 
    z-index: 10000;
    display: none;
} 