/* Location of the theme's resources.*/
html {
  font-size: 100%;
  line-height: 1.25;
  scroll-behavior: smooth;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
}

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  padding: 0;
  background: #b8bd9f url("/assets/images/background_bw.jpg") fixed center 0;
}

h1 {
  margin-top: 0;
  font-size: 2rem;
  font-family: "Comic Sans MS", "MarkerFelt-Thin", fantasy, sans-serif;
  color: #8f9766;
  line-height: 1.25;
}
h1.title {
  color: #333;
  letter-spacing: -2px;
  font-size: 36px;
  padding-bottom: 0;
  margin-bottom: 0.7em;
  border-bottom: none;
}
h1.title em {
  color: #8f9766;
}

h2 {
  padding-bottom: 0.5em;
  border-bottom: solid 2px #8f9766;
  font-family: "Comic Sans MS", "MarkerFelt-Thin", fantasy, sans-serif;
  color: #8f9766;
}
h2.title {
  padding-bottom: 0;
  margin-bottom: rhythm(0.5);
  border-bottom: 0;
}

h3 {
  padding-bottom: 0.5em;
  font-family: "Comic Sans MS", "MarkerFelt-Thin", fantasy, sans-serif;
  color: #8f9766;
}

em i {
  font-style: normal;
  text-decoration: underline;
}

.ed-note {
  background-color: #ffc;
}

p,
li {
  font-size: 1rem;
  line-height: 1.875;
}
h2 + p, h3 + p,
h2 + li,
h3 + li {
  margin-top: rhythm(-0.75);
}

a {
  color: #693;
}
a:link {
  color: #693;
}
a:visited {
  color: #693;
}
a:hover {
  color: #fc0;
}
a:active {
  color: #fc0;
}

img {
  max-width: 100%;
  height: auto;
}

abbr[title],
acronym[title] {
  border-bottom: dashed 1px #693;
  cursor: help;
  text-decoration: none;
}

blockquote {
  padding: 20px;
  margin: rhythm(1) 0;
  border: solid 1px #666;
  border-radius: 3px;
}
blockquote:after {
  content: "";
  display: table;
}
blockquote:after {
  clear: both;
}
blockquote > *:first-child {
  margin-top: 0;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
blockquote.pullquote p {
  font-size: 120%;
  font-style: oblique;
  line-height: 1.5;
}

s {
  color: #999;
  text-decoration: line-through;
}
s a {
  color: #999 !important;
}

strong {
  font-weight: 900;
}

mark {
  background-color: #ffffcc;
}

.highlight {
  background-color: #ff0;
}

.pull-right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

.my-5 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.col-6 {
  width: 49%;
}

@media all and (max-width: 995px) {
  .row {
    display: block;
  }
  .col-6 {
    width: 100%;
  }
}
#page {
  position: relative;
  margin: 0 auto;
  width: 80%;
  max-width: 1024px;
  border: solid 3px #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 3px 6px 21px 9px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 6px 21px 9px rgba(0, 0, 0, 0.75);
}

#header {
  width: 100%;
  padding: 0;
  background: #000 url("/assets/images/header_bg.jpg") repeat-x center top;
  color: #fff;
  text-align: center;
  line-height: 0;
}
#header span {
  display: none;
}
#header img {
  max-width: 100%;
  height: auto;
}

#mainContent {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  border-bottom: #000 3px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#commentLink {
  clear: both;
  width: 100%;
  padding: 10px 15px;
  background-color: #693;
  border-bottom: #000 3px solid;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#commentLink a {
  color: #ff0;
  text-decoration: none;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
#commentLink a:hover {
  color: #fc0;
}

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  background-color: #000;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#footer > p:first-child {
  margin-bottom: 3px;
}

@media all and (min-width: 550px) and (max-width: 900px) {
  #page {
    width: 90%;
  }
  .menu {
    padding-top: 110px !important;
    background-size: 100% auto !important;
  }
}
@media all and (max-width: 549px) {
  #page {
    width: 100%;
  }
  .menu {
    padding-top: 75px !important;
    background-size: 100% auto !important;
  }
  .tracks ol li {
    font-size: 80% !important;
  }
  .tracks .side1,
  .tracks .side2 {
    display: block !important;
    float: none !important;
    width: 100% !important;
  }
}
#lastUpdate {
  font-size: 9px;
  margin: 3px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #666;
}

#googleAds {
  clear: both;
  width: 100%;
  padding: 4px 15px;
  background-color: #222;
  text-align: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#audioLogo {
  width: 113px;
  height: 155px;
  float: left;
  margin: 5px 20px 5px 0;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
}

body.audio {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #000 url("/assets/images/background_bw.jpg");
  text-align: center;
}
body.audio img {
  max-width: 100%;
}

#coverImage {
  margin-top: 10px;
}

.flashPlayer {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: auto;
}

.audioPlayer {
  width: 100%;
  margin: 0;
  padding: 0;
  bottom: 0;
}
.audioPlayer audio {
  height: 30px;
  width: 90%;
  margin: 0 auto;
}

.leftAlign {
  float: left;
  margin: 0 15px 5px 0;
}

.rightAlign {
  float: right;
  margin: 0 0 5px 15px;
}

.question {
  margin-top: rhythm(2);
  font-weight: bold;
  background-color: #ccc;
  padding: 10px;
  border-radius: 10px;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.shadow {
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
}

.clear {
  clear: both;
}

#navigation {
  width: 100%;
  margin: 0 auto;
  padding: 8px 10px 10px 10px;
  border-top: #000 3px solid;
  border-bottom: none;
  background: #9cbb7d url("/assets/images/nav_bg.gif") repeat-x 0 bottom;
  color: #131;
  font-size: 13px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#navigation a:link,
#navigation a:visited {
  color: #ff0;
  text-decoration: none;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
#navigation a:hover,
#navigation a:active {
  color: #fc0;
}

#intro {
  margin: 0;
  padding: 20px;
  background-color: #ccc;
  border: solid 3px #999;
  border-radius: 15px;
}
#intro p {
  margin: 0;
  font-size: 1.3em;
  font-style: oblique;
  line-height: 1.5;
}
#intro p + p {
  margin-top: 1em;
}

.menu {
  background: #fff url("/assets/images/pimp_starthere.gif") no-repeat 0 0;
  padding-top: 100px;
}
.menu img {
  margin: 0 9px 9px 0;
  border: solid 2px #8f9766;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.menu img:hover {
  border-color: #fc0;
}

.menuCatalogs img {
  margin: 0 9px 9px 0;
  border: solid 2px #8f9766;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.menuCatalogs img:hover {
  border-color: #fc0;
}

.record {
  clear: both;
}
.record + .record {
  margin-top: 1em;
  padding-top: 1em;
  border-top: solid 1px #000;
}
.record > *:first-child {
  margin-top: 0;
}
.record h2 {
  border-bottom: none;
  margin-bottom: 0;
}
.record h2 + p {
  margin-top: 0;
}
.record #thumbnails {
  clear: both;
  background: #fff url("/assets/images/background_gray.jpg");
  text-align: center;
  border: solid 3px #8f9766;
}
.record #thumbnails img {
  margin: 10px;
}
.record img.cover {
  float: left;
  margin: 5px 15px 10px 0;
  border: solid 1px #000;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
}

.tracks {
  clear: both;
  border: solid 3px #8f9766;
  border-bottom: none;
}
.tracks:after {
  content: "";
  display: table;
}
.tracks:after {
  clear: both;
}
.tracks h3 {
  margin: 0;
  padding: 5px 10px;
  background-color: #563;
  border-bottom: solid 3px #8f9766;
  color: #fff;
}
.tracks .side1, .tracks .side2 {
  display: inline-block;
  width: 50%;
  padding: 0 0 10px 0;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tracks .side1 h4, .tracks .side2 h4 {
  margin: 0 0 0.5em 0;
  padding: 5px 10px;
  border-bottom: solid 1px #8f9766;
  font-family: "Comic Sans MS", "MarkerFelt-Thin", fantasy, sans-serif;
  color: #8f9766;
  font-weight: 100;
}
.tracks ol {
  display: block;
  clear: both;
  margin-top: 0.5em;
  padding-left: 2em;
  padding-right: 10px;
}
.tracks ol li {
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.imageViewer {
  background: #fff url(../images/background_gray.jpg) center top;
  color: #fc0;
  text-align: center;
}
.imageViewer nav {
  margin: 0;
  padding: 5px 10px;
  background-color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.5);
}
.imageViewer a:link,
.imageViewer a:visited {
  color: #fc0;
  font-weight: bold;
}

a.youtube {
  display: inline-block;
  margin-left: 5px;
  height: 16px;
  width: 16px;
  background: transparent url("/assets/images/icon_youtube.png");
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  vertical-align: text-top;
  outline: none;
}

.grid {
  margin: 1em 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media all and (min-width: 960px) {
  .grid {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid img {
  max-width: 100%;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}
.grid a {
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.grid a:hover, .grid a:focus {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}
/*# sourceMappingURL=screen.css.map */