/**=================================
 * Global styles
 */
body {
  text-align: center;
  padding: 0;
}

html, body {
  min-height:100%;
  background: #ccc5b7 url(/images/bg.jpg) repeat-x 50% 0;
}

.wrapper {
  width: 920px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 1;
}

p {
  margin-bottom: 1.5em;
}

/*
 Generic layout styles
 */
.col-1, .col-2, .col-3, .col-left, .col-right, .col {
  float: left;
  display: inline;
  position: relative;
}
.col-1, .col.odd {
  clear: left;
}

.layout-1 .col-1 {
  width: 560px;
  padding-left: 20px;
  padding-right: 20px;
}
.layout-1 .col-2 {
  width: 320px;
  padding-top: 7px;
}

.layout-2 .col-1 {
  width: 50%;
}
.layout-2 .col-2 {
  width: 50%;
  text-align: right;
}

.layout-3 .col-1 {
  width: 270px;
  padding-right: 17px;
}
.layout-3 .col-2 {
  width: 340px;
  padding-right: 33px;
}
.layout-3 .col-3 {
  width: 300px;
}

.layout-3 .col-2.span-2 {
  width: 673px;
  padding-right: 0;
}

.layout-3 .col-3.hidden {
  display: none;
}



/**=================================
 * Header styles
 */
#header {
  background: transparent url(/images/bg-header.png) no-repeat 50% 26px;
}

#header a {
  border: none;
  font-weight: normal;
}

#header .wrapper {
  height: 205px;
  position: relative;
}

#secondary_nav {
  height: 25px;
  margin: 0;
  text-align: center;
}

#secondary_nav li {
  vertical-align: middle;
  display: inline;
  padding: 0 25px;
}

#secondary_nav a {
  color: #fff;
}



#logo {
  position: absolute;
  top: 40px;
  left: 380px;
}

#logo a {
  display: block;
  width: 200px;
  height: 90px;
  text-indent: -3000em;
  outline: none;
}

#primary_nav {
  position: absolute;
  bottom: 18px;
  left: 80px;
  height: 20px;
  width: 740px;
  text-align: center;
  margin: 0;
  font-size: 15px;
}

#primary_nav li {
  display: inline;
  padding-right: 42px;
  letter-spacing: -1px;
}

#primary_nav li.last {
  padding-right: 0;
}

#primary_nav a, #primary_nav a:visited {
  outline: none;
  color: #615b55;
}

#primary_nav a:hover {
  color: #403c39;
}


/**=================================
 * Body styles
 */
#body {
  background: #fff url(/images/bg.jpg) repeat-x 50% -205px;
  padding-top: 35px;
  padding-bottom: 50px;
  min-height: 400px;
}

#banner {
  position: relative;
  padding: 115px 435px 5px 32px;
  height: 100px;
  width: 453px;
  color: #fff;
  background: transparent none no-repeat 0 0;
}

#menu-button {
  display: block;
  height: 148px;
  width: 146px;
  position: absolute;
  top: 38px;
  left: 479px;
}

.home #body .content {
  background: transparent url(/images/bg-body-content.gif) no-repeat 50% 0;
  padding-top: 25px;
}

.col-left, .col-right {
  float: left;
  display: inline;
  padding: 0 20px;
  width: 240px;
  background: transparent url(/images/bg-left.gif) repeat-x 0 0;
}

.col-left {
  margin-left: -20px;
  margin-right: 20px;
}

.col-right {
  background-image: url(/images/bg-right.gif);
}

.col-left h3, .col-right h3 {
  color: #fff;
  line-height: 2.5em;
  margin-bottom: 1em;
}

.music {
  background: transparent url(/images/music-at-most.jpg) no-repeat 0 0;
  padding: 65px 110px 0 22px;
  height: 135px;
  color: #fff;
}

.main h1, .contact h1 {
  padding-bottom: 1em;
  margin-bottom: 1em;
  background: transparent url(/images/bg-h1.gif) no-repeat 0 100%;
}

.call-to-action {
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  background: transparent url(/images/bg-call-to-action.gif) no-repeat 50% 100%;
}

.call-to-action p {
  margin-bottom: .5em;
}

/**=================================
 * Infobar styles
 */
#infobar {
  background-color: #e1dace;
  padding-top: 10px;
  font-size: 11px;
}

#infobar a {
  border: none;
  font-weight: normal;
}

.topbar {
  background: transparent url(/images/bg-infobar.gif) no-repeat 50% 100%;
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-align: center;
}

.bottombar {
  padding-bottom: 10px;
}

#footer_nav {
  margin: 0;
  padding-top: 0;
  text-align: center;
}

#footer_nav li {
  display: inline;
  padding-right: 45px;
}

#footer_nav li.last {
  padding: 0;
}


/**=================================
 * Footer styles
 */
#footer {
  background: transparent url(/images/bg-footer.gif) no-repeat 50% 0;
  margin-top: 0px;
  padding-top: 10px;
  min-height: 100px;
  font-size: 10px;
}

#footer a {
  border: none;
  font-weight: normal;
}
