/**
 * LESS Mixins
 */
/**
 * CSS master file
 */
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot');
  src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 * Base
 */
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body {
  font-family: "Trebuchet", "Trebuchet MS", "Verdana", sans-serif;
  font-size: 10pt;
  /* 10.5 */
  color: #eee;
  text-align: center;
  background-color: #000;
}
h1,
h2,
h3,
th {
  color: #fff;
  font-family: Trebuchet, 'Trebuchet MS', sans-serif;
}
h1 {
  font-size: 14pt;
  text-transform: uppercase;
  margin: 0.8em 0 1.4em 0;
}
h2 {
  font-size: 11pt;
  font-weight: bold;
  margin: 1.4em 0 1em 0;
}
h3 {
  font-size: 9.5pt;
  font-weight: bold;
}
table + h2 {
  margin-top: 1.8em;
}
a,
.help {
  text-decoration: none;
  border-bottom: solid 1px #999;
  color: #eee;
  cursor: pointer;
}
a.pseudo-link:link,
a.pseudo-link:visited,
a.pseudo-link:hover,
a.pseudo-link:active {
  cursor: default;
}
a:hover {
  color: #fff;
  border-bottom-color: #fff;
}
a h2:hover {
  text-decoration: underline;
}
p {
  margin-top: 1.1em;
  margin-bottom: 1.1em;
}
ul {
  list-style-type: square;
}
#content ul li {
  line-height: 180%;
}
blockquote {
  width: 20px;
}
button {
  white-space: nowrap;
}
button:active {
  position: relative;
  top: 1px;
  left: 1px;
}
iframe {
  margin: 10px 0;
  border: none;
}
div,
section,
article,
header,
footer,
table,
img,
ul,
iframe {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/**
 * Common classes
 */
.no-border {
  border: none;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
a.slide.open :before {
  content: '- ';
}
a.slide.closed :before {
  content: '+ ';
}
.decent-link {
  border-bottom: none;
}
.decent-link:hover {
  border-bottom: solid 1px #fff;
}
.youtube {
  max-width: 100%;
}
.youtube.large {
  display: block;
  margin: 40px auto;
  width: 100%;
  height: 315px;
}
.help {
  border-bottom-color: #555;
}
.help:hover {
  display: inline-block;
  cursor: help;
}
/**
 * Layout
 */
div#canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: -1;
  background: url('../img/backgrounds/new_2.jpg') no-repeat top center;
}
div#notification {
  position: absolute;
  top: 30px;
  left: 40px;
  float: left;
  width: 200px;
  margin: 0;
  padding: 0;
  z-index: 10;
}
div#notification a {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Quando', 'Times New Roman', serif;
  text-shadow: 0 -1px 0 #000;
  text-align: left;
}
div#notification a + a {
  margin-top: 30px;
}
div#notification a:hover {
  border-bottom: solid 1px #fff;
}
div#notification a#album {
  font-size: 29pt;
}
div#notification a#album span {
  font-size: 10.5pt;
}
div#notification a#facebook {
  font-size: 20pt;
}
div#notification a#facebook span {
  font-size: 12pt;
}
div#logo {
  position: absolute;
  top: 12px;
  left: 50%;
  margin: 0 0 0 -125px;
  z-index: 10;
}
div#logo img {
  width: 250px;
  height: auto;
  max-width: 100%;
}
div#logo a,
div#logo img {
  border: none;
}
div#content {
  position: absolute;
  width: 700px;
  top: 235px;
  bottom: 40px;
  left: 50%;
  margin: 0 0 0 -350px;
  padding: 25px 30px;
  overflow: auto;
  border: solid 1px #333;
  outline: solid 1px #000;
  background: url('../img/alpha-pixel-75.png') repeat;
  z-index: 10;
  text-align: left;
  line-height: 140%;
}
#ajax-loading {
  display: block;
  margin: 60px auto;
}
body > footer {
  position: absolute;
  width: 100%;
  bottom: 10px;
  z-index: 100;
}
body > footer p {
  margin: 0;
  padding: 0;
  text-align: center;
}
body > footer span {
  font-size: 10pt;
  font-weight: bold;
  padding: 0 5px;
}
body > footer span a {
  border-bottom-style: none;
  text-shadow: 1px 1px 0.1em #000, 1px 1px 0.1em #000, 1px 1px 0.3em #000, 1px 1px 0.3em #000;
}
body > footer span a:hover {
  border-bottom: solid 1px #fff;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
  border-radius: 0;
}
::-webkit-scrollbar-track {
  border-radius: 0;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
}
/**
 * Icons
 */
.icon-menu,
.icon-list,
.icon-likes,
.icon-comments,
.icon-external {
  font-family: 'icomoon', sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-menu:before {
  content: "\e001";
}
.icon-list:before {
  content: "\e000";
}
.icon-likes:before {
  content: "\e003";
}
.icon-comments:before {
  content: "\e004";
}
.icon-external:before {
  content: "\e005";
}
/**
 * Navigation
 */
nav {
  display: inline-block;
  position: relative;
  top: 215px;
  left: 3px;
  /* not really centered, for some reason... */
  font-family: 'Quando', 'Times New Roman', serif;
  font-size: 11pt;
  text-transform: uppercase;
  z-index: 200;
  box-shadow: 1px -1px 6px #222;
}
nav #showNav {
  display: none;
}
nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
nav ul li {
  display: block;
  position: relative;
  float: left;
  text-shadow: 1px 1px 2px #000;
}
nav ul li a {
  display: block;
  padding: 3px 12px 4px 12px;
  text-decoration: none;
  background: #222;
  color: #fff;
  border: solid 1px #3C3C3C;
  border-right-color: #000;
  border-bottom: solid 2px #3C3C3C;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
nav ul li:last-child a {
  border-right-color: #3C3C3C;
}
nav ul li a:hover,
nav ul li a.selected {
  background: #333;
  color: #fff;
  border: solid 1px #555;
  border-bottom: solid 2px #aaa;
}
/* Submenu */
nav ul li ul {
  display: none;
}
nav ul li:hover ul.fallback {
  display: block;
}
nav ul li ul {
  position: absolute;
  box-shadow: 0 0 12px #000;
  border-left: solid 1px #3C3C3C;
  border-right: solid 1px #3C3C3C;
}
nav ul li ul li {
  float: none;
  border-top: solid 1px #3C3C3C;
  border-bottom: solid 1px #111;
  margin: 0;
  font-size: 11pt;
  line-height: 200%;
  white-space: nowrap;
  z-index: 100;
}
nav ul li ul li:first-child {
  border-top: none;
}
nav ul li ul li:last-child {
  border-bottom-color: #3C3C3C;
}
nav ul li ul li a {
  border: none;
  margin: 0;
  text-align: left;
  text-transform: none;
  font-size: 9pt;
}
nav ul li ul li a:hover {
  border: none;
}
nav ul li ul li a.selected {
  border: none;
  background: #333;
  color: #fff;
}
/**
 * Content
 */
div#content * {
  text-shadow: 0 -1px 0 #000;
}
div#content p {
  line-height: 150%;
}
div#content img {
  border: solid 2px #eee;
}
div#content img.no-border {
  border: none;
}
div#content img.left {
  margin: 5px 40px 15px 0;
  float: left;
}
div#content table {
  background: url('../img/alpha-pixel-30.png') repeat;
  border-collapse: collapse;
  text-align: left;
  margin: 10px 0;
}
div#content table tr th {
  border-bottom: 2px solid #222;
  font-size: 10.5pt;
  font-weight: bold;
  padding: 8px 10px;
}
div#content table tr td {
  border-bottom: 1px solid #222;
  /* #222 */
  padding: 8px 10px;
  vertical-align: top;
}
div#content table tr td p {
  margin: 0;
}
div#content table tr:last-child td,
div#content table tr.more td {
  border-bottom: none;
}
div#content table.buy tr td {
  padding: 5px 6px;
  vertical-align: top;
}
.band h1 {
  margin: 0.4em 0;
}
.band .band_portraits {
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}
.band .band_portraits a {
  border-bottom: none;
}
.band .band_portraits ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.band .band_portraits ul li {
  display: inline-block;
  margin: 0 15px;
  padding: 0;
}
.band div#band_history {
  position: relative;
}
.band div#band_history .lang-en,
.band div#band_history .lang-de {
  position: absolute;
  padding-bottom: 40px;
}
.band div#band_history p {
  font-style: italic;
  text-align: justify;
  -webkit-column-count: 2;
  -webkit-column-gap: 2.75em;
  -moz-column-count: 2;
  -moz-column-gap: 2.75em;
  -ms-column-count: 2;
  -ms-column-gap: 2.75em;
  column-count: 2;
  column-gap: 2.75em;
}
.band div#band_history .lang-de {
  display: none;
}
div.contact table td:first-child {
  font-weight: bold;
}
#content.info table tr th {
  font-size: 10pt;
}
#content.info .image-thumb {
  width: 120px;
  height: 120px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: solid 2px #eee;
}
#content.info .image-thumb:hover {
  border-color: #fff;
}
/**
 * Rules for the music section (and all subpages)
 */
div.royal-canaries table.buy {
  margin-top: -15px;
}
div.are-not-good-as-well table {
  margin-top: 20px;
}
img.cover {
  margin-top: 10px;
  margin-bottom: 15px;
}
div.jp-audio {
  margin: 0 0 0 2px;
}
div.jp-audio a {
  border-bottom: none;
}
div.tracklist-wrapper {
  width: 400px;
  float: right;
  padding-left: 15px;
}
div.tracklist-wrapper h2 {
  margin-top: 0;
}
div.tracklist-wrapper p {
  white-space: nowrap;
}
div.tracklist-wrapper ul.tracklist {
  margin-top: 0;
  list-style: none;
}
div.tracklist-wrapper ul.tracklist li {
  margin-left: -25px;
}
div.tracklist-wrapper ul.tracklist li a {
  border-bottom: none;
}
div.tracklist-wrapper ul.tracklist li a:hover {
  border-bottom: solid 1px #fff;
}
div.tracklist-wrapper ul.tracklist li a.open {
  border-bottom: solid 1px #fff;
}
div.tracklist-wrapper ul.tracklist div p {
  font-size: 9.5pt;
  line-height: 130%;
  padding-left: 20px;
}
div.tracklist-wrapper ul.tracklist div p.chorus {
  font-weight: bold;
}
div.tracklist-wrapper ul.tracklist div h3 {
  /* temporary fix */
  display: none;
}
@media (min-width: 481px) and (max-height: 799px) {
  div#logo {
    top: 0;
    margin-left: -110px;
  }
  div#logo img {
    width: 220px;
  }
  nav {
    top: 185px;
  }
  div#content {
    top: 205px;
    bottom: 50px;
  }
  body > footer {
    bottom: 18px;
  }
}
@media (min-width: 481px) and (min-height: 800px) and (max-height: 899px) {
  div#content {
    bottom: 80px;
  }
  body > footer {
    bottom: 45px;
  }
}
@media (min-width: 481px) and (min-height: 900px) {
  div#content {
    bottom: 130px;
  }
  body > footer {
    bottom: 95px;
  }
}
/*# sourceMappingURL=main.css.map */