/*
 * The default style for all pages of this site.
 *
 * $Id: default.css,v 1.10 2010/05/31 18:40:25 gp Exp $
 */

body, html {
  min-height: 101%;
}

body {
  position: absolute;
  top: 0;
  left: 50%;
  width: 954px;
  margin: 0 0 0 -477px;
  background: black url(../img/background.gif) no-repeat 80px 104px;
  color: white;
  line-height: 22px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 15px;
}

img {
  border: solid white 2px;
}

img.decoration {
  border: none;
}

a:link, a:visited, a:active, a:hover {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 15px;
  color: white;
}

p, h1, h2, h3, h4, h5, h6 {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
}

h1, h2, h3, h4, h5, h6 {
  color: #db0024;
  padding: 0;
  border: none;
  margin: 0;
}

p, blockquote {
  margin-top:    22px;
  margin-bottom: 22px;
}

div.artist-description {
  margin-top: 22px;
  margin-bottom: 22px;
}

table {
  margin-bottom: 22px;
}

#head-area {
  margin-top: 10px;
  height: 97px;
}

#service-menu-area {
  padding: 0 15px;
  line-height: 36px;
}

#service-menu-area a:link,
#service-menu-area a:visited,
#service-menu-area a:active,
#service-menu-area a:hover {
  margin-right: 15px;
  font-family: Times New Roman,Times,serif;
  font-size: 15px;
  font-weight: bold;
  color: #db0024;
  text-decoration: none;
}

#logo-area,
#main-menu-area {
  position: absolute;
  left: 413px;
}

#logo-area {
  top: 10px;
}

#main-menu-area {
  top: 82px;
  width: 541px;
  height: 21px;
  line-height: 19px;
  background: #19191b url(../img/menu-bar-bg.jpg) repeat-y;
}

#main-menu-area a:link,
#main-menu-area a:visited,
#main-menu-area a:active,
#main-menu-area a:hover {
  margin-right: 35px;
  vertical-align: middle;
  font-family: Times New Roman,Times,serif;
  font-weight: bold;
  color: #db0024;
  text-decoration: none;
}

#guitar-bar-area {
  display: block;
  clear: both;
  width: 100%;
  height: 127px;
  padding-top: 17px;
}

#content-area {
  z-index: 20;
  position: absolute;
  left: 0;
  top: 215px;
  width: 954px;
  clear: both;
}

div.content-section {
  line-height: 22px;
  float: none;
  clear: both;
}

div.content-left {
  padding-top: 44px;
  padding-right: 29px;
  padding-bottom: 0;
  padding-left: 85px;
  width: 300px;
  height: 100%;
  float: left;
  clear: left;
}

div.content-left.with-heading {
  padding-top: 0;
}

div.content-main {
  padding-right: 165px;
  width: 375px;
  height: 100%;
  float: right;
  clear: right;
}

#page-name-area {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 15px 10px 0;
  width: 939px;
  height: 45px;
  line-height: 45px;
  font-size: 40px;
  color: #1a1a1a;
  text-align: right;
}

p.labels-and-values .label {
  float: left;
}

p.labels-and-values .value {
  float: left;
}

#festival {
  position: absolute;
  top: 59px;
  left: 0;
}

.banner {
  position: absolute;
}

.banner-img {
  border-style: none;
}

.banner.left {
  left: 0;
}

.banner.right {
  left: 486px;
}

.banner.first-row {
  top: 205px;
}

.banner.second-row {
  top: 270px;
}

