/* colors from kuler.adobe.com*/
/* tears of a clownfish */
/*
$top-border: #DB6C0F;
$body-bg: #3B6670;
$body-text: #0D1F30;
$header-bg: #0D1F30;
$header-text: #F0E3C0;
$border-color: #0D1F30;
$content-bg: #F0E3C0;
$content-text: #0D1F30;
$link-hover: #E26F13;
*/
/* japanese garden */
html, body {
  height: 100%; }

body {
  background-color: #bab293;
  color: #2b2922; }

div#header,
div#footer {
  background-color: #2b2922;
  color: white; }

div#header {
  border-bottom: 1px solid #2b2922;
  border-top: 5px solid #a32500; }

div#container {
  background-color: #efe4bd;
  border-top: 1px solid #2b2922;
  border-bottom: 1px solid #2b2922; }

div#content {
  color: black; }

div#footer {
  border-top: 1px solid #2b2922; }

h1, h2, h3 {
  color: #a32500; }

a, a:visited {
  color: #2b2922; }

/* end colors */
body {
  margin: 0px;
  border: 0;
  /*font-family: Georgia,Palatino,Palatino Linotype,FreeSerif,serif;
  	font-size: 14px;
  	*/
  font-family: Verdana,sans-serif;
  font-size: 1em;
  line-height: 24px;
  text-align: left;
  min-width: 900px; }

div#body {
  width: 100%; }

div#container {
  min-height: 300px;
  margin-bottom: 20px; }

/*** IE6 Fix ***/
* html div#container {
  height: 300px; }

#menu {
  margin-top: 39px; }

div#header {
  height: 97px;
  padding-left: 25px;
  margin-bottom: 20px; }

div#logo {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 60px;
  float: left; }

div#logo a img {
  border: none; }

div#content {
  clear: both;
  float: left;
  margin-top: 25px;
  padding: 15px;
  padding-left: 25px;
  width: 650px; }

/* for sticky footer */
div#body {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -50px; }

div#body div#content_footer {
  height: 50px; }

div#footer {
  clear: both;
  position: relative;
  height: 39px;
  text-align: center;
  font-size: 0.8em;
  padding-top: 10px; }

h1, h2, h3 {
  font-family: Georgia,"Times New Roman",serif;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  text-decoration: none;
  font-weight: bold; }

h1 {
  font-size: 1.5em; }

h2 {
  font-size: 1.2em; }

h3 {
  font-size: 1em; }

a {
  text-decoration: underline;
  margin-left: 0px; }

a:hover {
  color: #a32500; }

#menu {
  float: left;
  vertical-align: bottom; }

#menu a {
  border-bottom: 1px solid #bab293;
  display: block;
  float: left;
  margin-left: 20px;
  text-decoration: none;
  font-weight: bold; }

#menu a:hover,
#menu li.selected a {
  border-bottom: 1px solid #a32500; }

#menu a, #menu a:visited {
  color: white; }

#menu li {
  list-style-type: none;
  display: inline; }

/* css submenu adapted from http://www.alistapart.com/articles/horizdropdowns/ */
#menu ul {
  list-style: none; }

#menu ul li {
  position: relative;
  float: left; }

#menu ul li ul li {
  position: relative;
  float: none; }

#menu li ul {
  position: absolute;
  left: 0px;
  top: 26px;
  padding-top: 0px;
  display: none;
  width: auto;
  white-space: nowrap;
  opacity: 0.9;
  border-top: none;
  background-color: #2b2922;
  border: 1px solid #0f0e0b;
  border-top: none;
  padding-left: 10px;
  padding-bottom: 5px; }

/* .over class used for ie for which we use javascript to add over class */
#menu li:hover ul, #menu li.over ul {
  display: block; }

#menu ul li a {
  display: block;
  height: 26px;
  text-decoration: none;
  border-bottom: 0;
  font-size: 11pt; }

/* Fix IE. Hide from IE Mac \*/
* html ul li {
  float: left;
  height: 1%; }

* html ul li a {
  height: 1%; }

#menu li.selected > a,
#menu li.selected > a:visited,
#menu li.ancestor > a {
  /*		color: $link-hover;*/
  color: white; }

#menu ul li ul li a,
#menu li.selected a ul li a,
#menu ul li ul li a:visited {
  font-weight: bold;
  color: white; }

#menu ul li ul li a:hover,
#menu ul li ul li.selected a,
#menu ul li ul li.selected a:visited {
  /*		color: $link-hover !important;*/
  text-decoration: underline;
  color: white; }

#menu a, #menu a:visited {
  margin-left: 0px;
  margin-right: 20px;
  text-decoration: none;
  font-weight: bold;
  color: white; }

#sidebar {
  float: right;
  width: 220px;
  padding: 0 10px;
  overflow: hidden; }

.hidden_error {
  display: none; }

/* ********************************************************************************
  Form
******************************************************************************** */
/* bokning form */
div.form label {
  display: block; }

div.form div.field_label {
  display: block; }

div.form label,
div.form div.field_label {
  display: block;
  /*    background-color: $body-bg;*/
  padding-top: 5px;
  padding-bottom: 3px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
  padding-left: 5px; }

div.form div.field_data {
  padding-left: 5px; }

div.form input {
  width: 200px;
  margin-left: 5px; }

div.form textarea,
div.form select {
  margin-left: 5px; }

div.form input.checkbox {
  width: auto; }

div.form input.submit {
  width: 100px;
  clear: both;
  margin-top: 20px;
  /*margin-left: 100px;  */ }

div.form input.postnummer {
  width: 50px; }

div.form textarea.adress {
  width: 400px; }

div#form_preview p {
  border: none; }

div.help_text {
  color: #2b2922;
  float: right;
  width: 260px;
  margin-top: -22px;
  font-style: italic;
  text-align: right; }

div.form p {
  margin: 0px;
  clear: both; }

span.asterisk {
  color: #a32500;
  font-weight: bold;
  font-size: 13px; }

ul.errorlist {
  margin: 0;
  padding: 0; }

.errorlist li {
  margin: 0 0 3px;
  padding: 4px 5px;
  color: #a32500;
  list-style-type: none;
  width: 200px; }

span.hidden_error {
  display: none; }

/*shorter labels to have space for payex logo */
div#field_label_visning,
div#field_label_platser {
  width: 250px; }

p.error {
  color: orange;
  font-weight: bold; }

body.projets ul {
  margin-top: 0;
  margin-bottom: 5px; }

body.projets ul li ul {
  margin-top: 0;
  margin-bottom: 0; }

body.projets h1,
body.projets h2,
body.projets h3 {
  margin-top: 10px; }

body.projets p {
  margin-bottom: 3px;
  margin-top: 3px; }

body.projets hr {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 1px;
  border-top: 1px solid #a32500; }

div.cmsplugin_filer_folder_slidshow a,
div.cmsplugin_filer_folder_slidshow a:visited,
div.cmsplugin_filer_folder_slidshow a:hover {
  text-decoration: none; }

div.cmsplugin_filer_folder_slidshow a img {
  border: 1px solid #2b2922; }

div.cmsplugin_filer_folder_slidshow a:hover img {
  border: 1px solid #a32500; }

body.photos div#content {
  width: 950px; }

body.photos div#sidebar {
  display: none; }
