html, body {
  color: #f9f9f9;
  background-color: #000000;
}

a {
  color: #ffba00;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.container {
  width: 960px;
  margin: 0 auto;
  background: url("images/background.jpg") center top no-repeat fixed;
}

/* ========== */
/* = HEADER = */
#header {
  padding: 1px 0;
  margin-bottom: 20px;
}

#logo {
  font-size: 6em;
  line-height: 1em;
  font-weight: bold;
  color: #ffba00;
  width: 960px;
  margin: 50px 0 35px;
  text-align: center;
  text-transform: uppercase;
}

#header-navigation {
  font-size: 18px;
  margin: 0 20px;
  padding: 20px 0 16px 0;
  text-align: center;
  text-transform: uppercase;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
}

#header-navigation a {
  font-weight: bold;
  color: #f9f9f9;
  margin-left: 44px;
  text-decoration: none;
}

#header-navigation a:first-child {
  margin: 0;
}

#header-navigation a:hover {
  color: #ffba00;
}

#news #header-navigation a#nav-news,
#bio #header-navigation a#nav-bio,
#shows #header-navigation a#nav-shows,
#discography #header-navigation a#nav-discography,
#photos #header-navigation a#nav-photos,
#links #header-navigation a#nav-links,
#contact #header-navigation a#nav-contact {
  color: #ffba00;
}

/* ========== */

/* =========== */
/* = CONTENT = */
#content {
  float: left;
  width: 590px;
  margin: 0 0 20px 20px;
  padding: 0 20px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
}

.meta {
  margin: 20px 0;
}

#sidebar {
  float: right;
  width: 230px;
  margin: 0 20px 20px 0;
  padding: 0 20px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
}

#sidebar a {
  text-decoration: none;
}

#sidebar a:hover {
  text-decoration: underline;
}

#sidebar li {
  margin: 1.34em 0;
}

#sidebar li a {
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}
/* =========== */

/* ========== */
/* = FOOTER = */
#footer {
  border-top: 1px solid #111;
  text-align: center;
  padding: 20px 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
}
/* ========== */

/* =================== */
/* = META & COMMENTS = */
textarea#comment {
  font-family: Helvetica, Arial, sans-serif;
  width: 100%;
  color: #ffffff;
  width: 576px;
  border: 1px solid #222222;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}

textarea#comment:focus {
  border: 1px solid #ffba00;
}

input {
  color: #ffffff;
  padding: 6px;
  border: 1px solid #222222;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}

input:focus {
  border: 1px solid #ffba00;
}

input#submit {
  color: #ffffff;
  padding: 4px;
  cursor: pointer;
  border: 1px solid #222222;
  background-color: transparent;
}

input#submit:hover {
  border-color: #ffba00;
}

input#submit:active {
  color: #ffba00;
}

/* =================== */