a:hover,
#main a:hover {
  color: #688baf;
}

body {
  background: #142B47;
}

#header {
  background: #142B47 url(images/background.jpg) center top no-repeat;
  background-size: 100%;
}

#nav {
  background: #142B47;
}

  #nav a {
    color: #E7EBEF;
  }
  
  #nav a:hover {
    color: #fff;
  }
  
.concertItem {
  background: #E7EBEF;
}  
  
#concertDescription, .concertDescription {
  background: #142B47 url(images/background.jpg) center top no-repeat;
  color: #E7EBEF;
}

#main .concertDetails {
  background: #142B47 url(images/background.jpg) left top no-repeat !important;
  color: #E7EBEF;
}
  #main .concertDetails .concertImage img  {
    background: #647B9B;
    border-width: 2px;
    padding: 3px;
  }

.homeFeature,
#side {
  background: #E7EBEF;
}

  .homeFeature a,
  #side a {
    color: #1A3151;
  }
  
  .homeFeature img,
  #side img {
    border-width: 2px;
    padding: 3px;
  }
  
#main a, #side a {
  color: #1A3151;
}

#main .concertBlock .concertDateTime,
#main tr.odd {
  background: #E7EBEF;
}

#main th {
  background: #142B47;
}

#main .concertBlock {
  border-top-color: #688baf;
}

/*
#header > a {
  display: block;
  position: relative;
  width: 411px;
  height: 91px;
  text-align: center;
  margin: 0 auto;
}

#header img {
  display: none;
}

#header > a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent url(images/logo.png) 0 0 no-repeat;
  background-size: 100%;
}
*/