﻿body {
  font-family: "Colaborate-Regular", Arial, Helvetica, Sans-Serif;
  font-size: 17px;
}
b,
strong {
  font-family: "Colaborate-Bold";
}
h1 {
  color: #a93036;
  font-size: 1.5em;
  margin-bottom: 3px;
  font-weight: bold;
}
h2 {
  margin: 0;
  padding: 0;
  margin-top: 12px;
  margin-bottom: 3px;
  font-size: 3em;
  font-weight: Normal;
  font-family: Georgia, Times New Roman, Serif;
  color: #a93036;
}
h2.small {
  font-size: 2em;
}
h3 {
  color: #2F6888;
  margin: 10px 0 2px 0;
  font-family: "Colaborate-Bold";
  font-weight: normal;
}
h3:first-child {
  /*ingen afstand f�r f�rste overskrift*/

  margin-top: 0;
}
p {
  margin-top: 0;
  margin-bottom: 7px;
}
p.intro {
  font-size: 25px;
  margin: 5px 0 15px 0;
  color: #333333;
}
#innerContent {
  position: relative;
}
.mainContent {
  margin-right: 350px;
}
.sidebar {
  position: absolute;
  top: 0px;
  right: 0;
  width: 300px;
}
.boks {
  margin-bottom: 10px;
  font-size: .9em;
}
.boks h3 {
  color: #696709;
  font-size: 16px;
  margin: 0;
}
.table-stripe td {
  padding: 2px;
}
.table-stripe th {
  color: White;
  background-color: #696709;
  text-align: left;
  padding: 3px;
}
.table-stripe tr {
  background-color: White;
}
.table-stripe tr.alt {
  background-color: #FDFDEA;
}
a:link {
  color: #1E4257;
}
.alert {
  clear: both;
  background-color: #ffe474;
  background-image: url(../img/alert_bg.png);
  background-repeat: repeat-x;
  margin-bottom: 5px;
  font-size: 15px;
  padding: 5px 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.alert h2 {
  font-size: 17px;
  margin: 0;
  margin-bottom: 3px;
}
#content {
  position: relative;
  margin-left: 10px;
}
#mainText {
  width: 620px;
  float: left;
}
#sidebarText {
  float: right;
  width: 280px;
}
#date {
  font-family: "Colaborate-Thin";
  font-size: 30px;
  color: #666666;
  margin-bottom: 20px;
}
ul.bestylrelse-liste {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.bestylrelse-liste li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333333;
}
ul.bestylrelse-liste li .navn {
  font-size: 16px;
  color: black;
}

    ul.bestylrelse-liste li .adresse {
        white-space: pre-line;
    }
.search-result-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-result-list li {
  margin-bottom: 15px;
}
.search-result-list li .title {
  color: #2F6888;
  font-size: 20px;
}
.search-result-list h2 {
  font-size: 30px;
}
/*_______TAGS______________*/
ul.tags-list {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  padding-left: 25px;
  background-image: url(/img/tag_blue.png);
  background-repeat: no-repeat;
  background-position: left 3px;
}
ul.tags-list li {
  display: inline-block;
  background-color: #e1e9f0;
  background-image: url(/img/tag_bg_overlay.png);
  background-repeat: repeat-x;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
ul.tags-list li a {
  text-decoration: none;
  color: #8c8c8c;
  font-size: 15px;
  text-shadow: 0px 1px 0px #e5e5ee;
  /*Emboss: http://www.reynoldsftw.com/2009/03/text-embossing-technique-with-css/ */

}
ul.tags-list li:hover {
  background-color: #eff8ff;
}
/*ARTICLE LIST*/
ul.article-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 70%;
}
ul.article-list li {
  margin-bottom: 20px;
}
ul.article-list li h3 {
  font-family: "Colaborate-Regular";
  font-size: 33px;
}
ul.article-list li h3 a {
  color: #2F6888;
  text-decoration: none;
}
ul.article-list li h3 a:hover {
  text-decoration: underline;
}
ul.article-list li p.summary {
  color: #333333;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
