body { 
  font-size: 84%;
  padding: 0;
  font-family: "Bitstream Vera Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 1.33; 
  background: #f9f9f9;
  max-width: 76em;
  min-width: 25em;
  margin: 5px auto;
  width: 95%;
}

div.placeholder {
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #e0e0e0;
  background: white;
}

* > div.placeholder {
  border: none;
  border-left: 1px solid #e0e0e0;
  background: white url(/img/clean/bodybg.png) repeat-y right top;
}

div.placeholder::before {
  display: block;
  margin: 0;
  padding: 0;
  height: 1px;
  font-size: 0px;
  line-height: 0;
  background: #f7f7f7 url(/img/clean/topbg.png) repeat left top;
  text-align: right;
  content: url(/img/clean/topright.png);
  }

div.placeholder::after{
  display: block;
  bottom: 0;
  margin: 0 0 0 -1px;
  padding: 0;
  height: 8px;
  font-size: 0px;
  line-height: 0;
  background: white url(/img/clean/bottomshadow.png) repeat-x bottom right;
  text-align: left;
  content: url(/img/clean/bottomleft.png);
  }

div.masthead h1 { 
  background: url(/img/clean/logo.png) no-repeat 10px 100%;
  font-size: 0px;
  line-height: 0;
  height: 0;
  content: " ";
  color: white;
  padding: 31px 0;
  margin: 0;
  z-index: 5;
  }

ul.navbar {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 4px;
  vertical-align: top;
  text-indent: 0;
  font-size: 0.75em;
  letter-spacing: 0.15em;
  line-height: 1.3;
  font-family: "Trebuchet MS";
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #eee;
}

* > ul.navbar {
  margin-right: 8px;
  }

ul.navbar:hover {
  background: #fcfcfc;
}

ul.navbar li {
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 0;
}

ul.navbar li a,ul.navbar li a:link,ul.navbar li a:visited {
  padding: 3px 15px;
  text-decoration: none;
  color: #999;
}


ul.navbar li.current a,ul.navbar li.current a:link,ul.navbar li.current a:visited {
  background: #f9f9f9;
  color: #666;
  border-top: 1px solid #ccc;
}

ul.navbar li a:hover,ul.navbar li a:active, ul.navbar li.current a:hover,ul.navbar li.current a:active{
  background: #f3f3f3;
  color: #c00;
  border-top: 1px solid #c00;
}

* > div.entries img {
  height: auto; 
  max-width: 100%;
}

li {
  margin-bottom: 0.5em;
}

h2,h3 {
  font-family: Arial, "Trebuchet MS", sans-serif;
  margin: 5px 18px 0 18px;
  }

h2 {
  font-size: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 100;
  margin-bottom: 3px;
  color: #d00;
  border-bottom: 1px solid #d00;
  }

h3 { 
   color: #d00; 
   font-size: 1.2em; 
   padding-bottom: 0;
}

h4 {
   font-size: 1em;
   font-weight: bold;
   color: black;
}


p, ol, ul, div.ad, dl { 
  margin: 0 18px 1.3em 18px;
}

dt {
  font-weight: bold;
}

ol,ul { padding: 0.5em 1.5em; }

pre{ 
  margin: 0 18px 1.3em 18px; 
  padding: 0.5em;
  font-size: 1em;
  overflow: auto;
  background: #f3f3f3;
  color: black;
}

blockquote {
  margin: 0 18px 1.3em 18px; 
  padding: 0.5em;
  background: #f3f3f3;
  border: 1px solid #aaa;
}


div.entries {
  clear: left;
  float: left;
  width: 70%;
}

div.sidebar {
  float: left;
  clear: right;
  width: 30%;
  font-size: 0.85em;
  line-height: 1.4;
  }

div.sidebar h2, div.sidebar p, div.sidebar h3 {
  margin-left: 3px; 
  }

div.sidebar h2 {
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: none;
}

div.sidebar ul {
  margin-top: 0;
  }

a, a:link, a:visited {
  color: #339;
  background: transparent;
}

a:hover, a:active {
  color: #c00;
  background: transparent;
}

div.comment, div.trackback {
  margin: 0 18px 18px 18px;
  padding: 0.2em 0.5em ;
  border: 1px solid #ccc;
}

div.comment  {
  background-color: #FCF9F5;
  }

div.owner { 
  border: 1px solid black !important;
}


div.trackback {
  background-color: #FCF5F9;
  }

div.comment h3, div.trackback h3 {
  margin: 0;
  color: #333;
  font-size: 1em;
  }

div.comment p, div.trackback p {
  margin-right: 6px;
  margin-left: 0;
  }


div.sidebar div.img {
  line-height: 0;
  margin: 3px 11px 3px 4px;
}

div.img img {
  width: 100%;
  border: 1px solid #999;
  padding: 1px;
}

div.footer {
  text-align: center;
  background-color: #FCF9F5;
}

div.footer p, div.prevnext p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.lJust {
  position: relative;
  z-index: 100;
  float: left;
}

.rJust {
  position: relative;
  z-index: 100;
  float: right;
}

.invisible {
   display: none;
}

ul.entryfooter, ul.datestamp {
   font-size: 0.85em;
   list-style: none;
   text-align: right;
   margin-right: 18px;

}

h3 a, h3 a:link, h3 a:visited {
   text-decoration: none;
}

ul.entryfooter li,ul.datestamp li  {
   display: inline;
   list-style: none;
}

ul.entryfooter a, ul.entryfooter a:link, ul.entryfooter a:visited,
ul.datestamp a, ul.datestamp a:link, ul.datestamp a:visited {
   margin: 0 0.3em;
   color: #666;
} 

ul.entryfooter a:active, ul.entryfooter a:hover,
ul.datestamp a:active, ul.datestamp a:hover{
  color: #c00;
} 

ul.datestamp, p.datestamp {
   text-align: right;
   color: #666;
}

ul.datestamp {
   margin-top: 0;
}

#nbSearch {
   width: 61%;
}

#nbSubmit {
  width: 36%;
  min-width: 3em;
}

.vague { 
font-size: 1em;
color: #888; 
padding-bottom: 3px;
margin-bottom: 3px;}


table, tr, td { 
   border: 1px solid black;
   border-collapse: collapse;
}

table { 
   margin: 2em;
}

/* Rektangelannonseplassering */

div.annonse {
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  margin: 1em 18px;
}

div.annonse iframe {
  margin-left: auto;
  margin-right: auto;
}

del { 
  color: #999;
}

ins {
  text-decoration: none;
  outline: 1px dotted #ccc;
}

div.prevnext {
  text-align: left;
  background-color: #FCF9F5;
}

.prevnext ul {
  display: block;
}

.prevnext li {
  display: block;
}

.prevnext a:link {
  display: block;
  width: 100%;
  padding: 5px;
}

.prevnext a:hover {
  background: #f3f3f3;
}

.indAnnonse {
z-index: 277;
position: relative;
background: white;
margin: 10px 18px 1em 1em; 
padding: 0.3em 0.1em 0 0.5em;
float: right; 
border-width: 1px; 
border-color: #c00; 
border-style: solid;
}




/*
div.entries > div.placeholder:first-child {
 min-height: 275px;
} */

