/* =========== Bartik 8 subtheme ============ */
/* ---------- Color Module Styles ----------- */
/* Main Selectors */
body {
  color: #bba987;
  background: transparent;
  background-image: url('http://www.blitzkrieg.be/pictz_bk/bkrg.gif');
}
#page,
#main-wrapper {
  background: transparent;
}
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: DarkKhaki;
  text-align: center;
/*  @font-face{src:url(fonts/glastrsn.ttf);
  font-family: sans-serif; */
}
.tabs ul.primary li a.is-active {
  background-color: #fff;
  border-bottom-color: red;
}
.tabs ul.primary li.is-active a {
  border-bottom-color: #fff;
  background-color: transparent;
}
#header {
  background-color: transparent; /* #1d84c3; */
  background-image: -webkit-linear-gradient(top, transparent 0%, transparent 0%);
  background-image: linear-gradient(to bottom, transparent 0%, transparent 0%);
}
a,
.link {
  color: #5E562C;
}
a:hover,
a:focus,
.link:hover,
.link:focus {
  color: wheat;
}
a:active,
.link:active {
  color: wheat;
}
.sidebar .block {
/*  border-color: transparent; */
  background-color: transparent;
/*  border-image: url('http://www.blitzkrieg.be/pictz_bk/Scot.gif'); */
  border-width: 1px;
  border-color: DarkKhaki;
  border-bottom-style: solid;
}
.site-footer {
  background: transparent;
}
.region-header,
.region-header a,
.region-header li a.is-active,
.region-header .site-branding__text,
.region-header .site-branding,
.region-header .site-branding__text a,
.region-header .site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
  color: burlywood;
}

/* ---------- Color Form ----------- */

[dir="rtl"] .color-form .color-palette {
  margin-right: 20px;
  margin-left: 0;
}
[dir="rtl"] .color-form .form-item label {
  float: right;
}
[dir="rtl"] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}

/* Glossary Center */
/*
.view-id-glossary_ {
	text-align: center;
}

.view-glossary- {
	text-align: center;
}
*/