@charset "utf-8";

/* --- common -------- */
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 14px;
}

body {
  background: #755e3c;
  color: #000;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 100%;
  line-height: 1.4em;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

/* headings */
h1, h2, h3 {
  font-weight: bold;
}

h1 {
  font-size: 6em;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  color: #ed1b24;
  font-size: 1.4em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.2em;
  margin-bottom: 1em;
}

/* text */
em {
  font-style: normal;
  font-weight: bold;
}

p {
  color: #fff;
  font-size: 1.1em;
}

.english, .notice {
  color: #ffeeaa;
}

/* links */
a {
  color: #ed1b24;
  font-weight: bold;
  text-decoration: none;
}

a:hover {

}

/* lists */
ul {
  list-style: none;
}

/* images */
img {
  border: none;
}


/* --- layout -------- */
#wrap {
  margin: 0 auto;
  width: 70em;
}

#background {
  position: fixed;
  width: 100%;
  z-index: -1;
}

#dawnsdesire {
  color: #ed1b24;
  font-size: 2.6em;
  font-weight: bold;
  line-height: 1em;
  padding: 2em 0 0 0;
  text-align: center;
  text-transform: uppercase;
}

#footer {
  color: #ed1b24;
  font-size: 0.9em;
  margin: 6em 0 4em 0;
}

/* navigation */
#navigation {
  height: 2em;
  margin: 6em 0;
}

#navigation li {
  float: left;
  text-align: center;
  width: 20%;
}

#navigation li a {
  color: #000;
  font-size: 1.4em;
  font-weight: normal;
  text-decoration: none;
}

#navigation li.active a {
  color: #fff;
}

#navigation li a:hover {
  color: #ed1b24;
}


/* --- content -------- */
.left {
  float: left;
  width: 46%;
}

.right {
  margin-left: 54%;
}

.left img, .right img {
  max-width: 100%;
}

/* music */
#player {
  margin: 0 auto;
  text-align: center;
  width: 40em;
}

/* info */
.pictures {
  margin-bottom: 4em;
  text-align: center;
}

/* concerts */
.concerts h2 {
  margin-top: 6em;
  text-align: center;
}

.gigs {
  text-align: center;
}

.gigs li {
  margin-bottom: 4em;
}

.gigs .date {
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.4em;
}

.gigs .description {
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 0.4em;
}

.gigs .link {
  font-size: 1.1em;
}

/* news */
.news .left {
  margin-bottom: 2em;
}

.date {
  color: #fff;
  font-size: 1.1em;
  line-height: 1.6em;
}

.thumbnail {
  float: left;
  height: 12em;
}
