@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(http://fonts.googleapis.com/css?family=Sonsie+One);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
/* THEME SWITCHER */
/* -------------- */
/* Fontface imports */
@font-face {
  font-family: 'bazarmedium';
  src: url("../font/bazar/bazar.eot");
  src: url("../font/bazar/bazar.eot?#iefix") format("embedded-opentype"), url("../font/bazar/bazar.woff") format("woff"), url("../font/bazar/bazar.ttf") format("truetype"), url("../font/bazar/bazar.svg#bazarmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Switcher button */
#switcher {
  padding: 0;
  text-align: center;
  line-height: 2em;
  top: 15em;
  left: 1em;
  width: 2em;
  height: 2em;
  position: absolute;
  z-index: 100;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
  border-radius: 1em;
  color: #221c1a;
  text-shadow: 0 -1px 0 #f3e9d3;
  background-color: #e8d3a7;
  background-image: -moz-linear-gradient(top, #ebd9b3, #e3c993);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebd9b3), to(#e3c993));
  background-image: -webkit-linear-gradient(top, #ebd9b3, #e3c993);
  background-image: -o-linear-gradient(top, #ebd9b3, #e3c993);
  background-image: linear-gradient(to bottom, #ebd9b3, #e3c993);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEBD9B3', endColorstr='#FFE3C993', GradientType=0);
  border-color: #e3c993 #e3c993 #d3ab56;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e3c993;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: 1px 1px 0px #0c0935;
  -moz-box-shadow: 1px 1px 0px #0c0935;
  box-shadow: 1px 1px 0px #0c0935;
}
#switcher:hover, #switcher:active, #switcher.active, #switcher.disabled, #switcher[disabled] {
  color: #221c1a;
  background-color: #e3c993;
  *background-color: #ddbf7f;
}
#switcher:active, #switcher.active {
  background-color: #d8b56a \9;
}
#switcher i {
  line-height: 1em;
}
.ie8 #switcher {
  display: none;
}

/* Popover */
.popover {
  margin-top: 220px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #6f472a;
  background-color: #ebd9b3;
  text-shadow: 1px 1px 0px #f6eddb;
  z-index: 9999;
}
.popover .popover-title {
  font-family: 'bazarmedium';
  background-color: #e0c58b;
  border-bottom: 1px solid #dbbb76;
  font-size: 20px;
}
.popover a {
  color: #6f472a;
  text-shadow: 1px 1px 0px #f6eddb;
}
.popover span {
  font-weight: normal;
}
.popover h3.switch-sections {
  font-family: 'bazarmedium';
  font-size: 20px;
}
.popover.right .arrow {
  margin-top: -10px;
  margin-left: 1px;
  border-right-color: #ebd9b3;
}

/* Switcher buttons */
.switch-sepia, .switch-color, .switch-bazar, .switch-sonsie {
  display: inline-block;
  width: 100px;
  height: 115px;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
.switch-sepia span, .switch-color span, .switch-bazar span, .switch-sonsie span {
  display: block;
  width: 100%;
  bottom: 0;
  position: absolute;
}

.switch-sepia {
  background-image: url(../images/switch-sepia.jpg);
}

.switch-color {
  background-image: url(../images/switch-color.jpg);
}

.switch-bazar {
  background-image: url(../images/switch-bazar.jpg);
}

.switch-sonsie {
  background-image: url(../images/switch-sonsie.jpg);
}

/* Swithcer checkboxes */
.switch-sections-checkbox {
  margin-bottom: 20px;
  *zoom: 1;
}
.switch-sections-checkbox:before, .switch-sections-checkbox:after {
  display: table;
  content: "";
  line-height: 0;
}
.switch-sections-checkbox:after {
  clear: both;
}
.switch-sections-checkbox .half {
  display: inline-block;
  width: 50%;
  float: left;
}
.switch-sections-checkbox label, .switch-sections-checkbox input {
  font-size: 13px;
  text-align: left;
}
.switch-sections-checkbox input {
  margin-top: 9px;
}

/* Font definitions */
body.fonts-set1, body.fonts-set1 input {
  font-family: 'Open Sans Condensed', sans-serif;
}

body.fonts-set1 h1, body.fonts-set1 h2, body.fonts-set1 h3, body.fonts-set1 h4, body.fonts-set1 h5, body.fonts-set1 h6, body.fonts-set1 .navbar .brand {
  font-family: 'bazarmedium', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

body.fonts-set2, body.fonts-set2 input {
  font-family: 'Open Sans Condensed', sans-serif;
}

body.fonts-set2 h1, body.fonts-set2 h2, body.fonts-set2 h3, body.fonts-set2 h4, body.fonts-set2 h5, body.fonts-set2 h6, body.fonts-set2 .navbar .brand {
  font-family: 'Sonsie One', cursive;
  font-weight: normal;
}
