
/**
 * Garland, for Drupal 6.x
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

/**
 * Generic elements
 */
body {
  margin: 0 auto;
  padding: 0;
  background: #FFFFFF;
  font: 12px/170% Verdana, sans-serif;
  color: #494949;
  width:960px;
}

input {
  font: 12px/100% Verdana, sans-serif;
  color: #494949;
}

textarea, select {
  font: 12px/160% Verdana, sans-serif;
  color: #494949;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a { text-decoration:none;}

a:link, a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #0062A0;
  text-decoration: underline;
}

a:active, a.active {
  color: #5895be;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}

.clear{
  clear:both;
}

img{
  border: 1px solid black;
}

a img:hover { opacity:0.5;}

#container #center{
  width: 760px;
  float:left;
  min-height: 500px;
}

#container #sidebar-right{
  width: 200px;
  float:left;
  margin:0 auto;
}

.view-content label{
  display: none;
}

/*---------Cookies-------*/
#sliding-popup.sliding-popup-bottom{background-color:rgba(104, 27, 61, 0.8) !important;margin: 0 auto;padding-left: 2%;padding-right: 2%; width: 96% !important;}
#sliding-popup .popup-content #popup-text{width:auto !important;text-align: center !important;max-width:none !important;padding-top:9px;}
#sliding-popup .popup-content #popup-buttons{float:none !important;width:auto !important;max-width:none !important;}
#sliding-popup .popup-content #popup-buttons button{color:#222;}
#sliding-popup .popup-content{max-width:none !important;}
.sliding-popup-bottom{background:none !important;}
#sliding-popup .popup-content{width:100% !important;}

.sidebar-right #node-678{}
.sidebar-right #node-678 .content{float: left;height: 525px;overflow-x: hidden;padding: 25px;}
.sidebar-right #node-678 .content a{color:#494949;}