/* GENERAL STYLES */

html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
	margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  font-family: Arial,Helvetica,sans-serif;
  color: #000;
  background: #fff;
  background-image: none;
  text-align: center;
  height: 100%;
}

h1 {
  font-family: Arial,Helvetica,sans-serif;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

h2 {
  font-family: Arial,Helvetica,sans-serif;
  margin: 0 0 15px 0;
  font-weight: normal;
  font-size: 18px;
  color: #000;
  height: auto;
  overflow: hidden;
  text-transform: uppercase;
}

.left h2 {
  background-image: none;
  margin: 0 0 15px 0;
  padding: 0;
  float: left;
}

.right h2 {
  background-image: none;
  margin: 0 0 15px 0;
  padding: 0;
  float: left;
}

h2 span {
  display: block;
  height: auto;
}

.left h2 span {
  background-image: none;
  padding: 0;
}

.right h2 span {
  background-image: none;
  padding: 0;
}

h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: bold;
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
}

h4 {
  margin: 0;
  padding: 0;
  font-size: 110%;
}

.right {
  float: left;
}

/* PAGE STYLES */

#wrapper {
  width: 100%;
  float: left;
}

/* HEADER */

#header {
  display: none;
}

.bx-wrapper {
  display: none;
}

/* PLAYER */

.topplayer {
  display: none;
}

/* SOCIAL MEDIA BUTTONS */

#social {
  display: none;
}

/* LOGO */

/* CONTENT */

#content {
  width: 100%;
  float: left;
  position: relative;
  z-index: 101;  
}

.shadow {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  margin: 0;
  position: static;
  left: 0;
  float: left;
}

.content_inner {
  text-align: left;
  margin: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
  width: auto;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
}

.main_content {
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 37px 14px 0 14px;
  float: left;
  width: auto;
  margin-top: 0;
}

.content_inner .left {
  width: 528px;
}

.content_inner .right {
  width: 410px;
}

.content_inner.equal .left,
.content_inner.equal .right {
  width: 469px;
}

.box {
  position: relative;
  margin: 0 0 25px 0;
}

.left .box {
  float: left;
}

.right .box {
  float: left;
}

.bg_shadow {
  display: none;
}


.box_content {
  position: relative;
  z-index: 102;
  padding: 20px;
  background: #fff;
  background-image: none;
  border: 1px solid #d4d3d1;
}

.left .box_content {
  width: 468px;
}

.right .box_content {
  width: 350px;
}

.content_inner.equal .left .box_content,
.content_inner.equal .right .box_content {
  width: 429px;
  padding: 20px 0 20px 20px;
}

.box_content img {
  float: left;
  margin: 6px 20px 8px 0;
}

.box_content #tracklist {
  border-bottom: 1px solid #841818;
  border-collapse: collapse;
}

.box_content #tracklist td {
  vertical-align: middle;
  border-top: 1px dotted #333;
  padding: 7px 0 6px;
  text-transform: uppercase;
}

.box_content #tracklist td img.playTrack {
  cursor: pointer;
}

.box_content #tracklist tr.active td.title {
  color: #841818;
}

.box_content #tracklist .track-volume-bar {
  width: 19px;
  height: 11px;
  background: transparent url('../images/track_vol_bar.gif') left top no-repeat;
  overflow: hidden;
  float: right;
  display: none;
  margin: 5px 10px 0 0;
  cursor: pointer;
}

.box_content #tracklist tr.active .track-volume-bar {
  display: block;
}

.box_content #tracklist .track-volume-bar-value {
  height: 11px;
  background: transparent url('../images/track_vol_bar_val.gif') left top no-repeat;
  overflow: hidden;
}

.box_content #tracklist td a {
  text-transform: capitalize;
  color: #333;
}

.box_content #tracklist td img {
  margin: 0 0 0 10px;
}

span.date {
  color: #ad0b06;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

/* MEDIA */

.videolist,
.photolist {
  margin: 0 0 15px 0;
  padding: 0;
  float: left;
}

.videolist li,
.photolist li {
  list-style: none;
  float: left;
  margin: 0 16px 13px 0;
}

.videolist li img,
.photolist li img {
  border: 2px solid #000;
  margin: 0;
}

.videolist li a:hover img,
.photolist li a:hover img {
  border-color: #841818;
}

.box.paper {
  background-color: #fff;
  background-image:  none;
  width: 415px;
}

.box.paper img.top,
.box.paper img.bot {
  display: none;
}

.box.paper .box_content {
  background-image: none;
  background-color: transparent;
  border: 1px solid #d4d3d1;
  float: left;
  padding: 0 16px 0 25px;
  width: 374px;
}

.box.paper .top,
.box.paper .bot {
  float: left;
  margin: 0;
}

/* TOUR LIST/TABS */

#tabs ul {
  padding: 0;
  margin: 0 0 7px;
  float: left;
  width: 468px;
}

#tabs ul li {
  list-style: none;
  float: left;
  margin: 0 2px 0 0;
}

#tabs ul li.separator {
  display: none;
}

#tabs ul li a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
  padding: 3px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.ui-tabs-hide {
  display: none;
}

#tabs ul li a:hover,
#tabs ul li.ui-state-active a {
  color: #841818;
}

#tabs ul li.ui-state-active a {
  background-color: #fff;
}

.tab {
  float: left;
  width: 468px;
}

.tab h4 {
  margin: 14px 0;
}

.tour {
  width: 468px;
}

.right .tour {
  width: 374px;
  margin: 10px 0;
}

.tour td,
.tour th {
  padding: 4px;
}

.tour th {
  border-bottom: 1px solid #841818;
}

.left .tour td {
  border-bottom: 1px dotted #000;
}

.left .tour img {
  float: right;
  margin: 4px 10px 0 0;
}

.right .venue a {
  color: #000;
}

.location {
  color: #666;
}

.read-more a,
a.more {
  padding: 0;
  background-image: none;
  margin: 0 0 10px 0;
}

.read-less a {
  padding: 0;
  background-image: none;
  margin: 0 0 10px 0;
}

/* NEWS */

.news {
  padding: 0;
  margin: 0;
  width: 468px;
  float: left;
}

.news li {
  list-style: none;
  border-bottom: 1px solid #841818;
  padding: 0 0 15px;
  margin: 0 0 15px;
  width: 468px;
  float: left;
}

.news li .date {
  font-size: 10px;
  color: #841818;
}

.page_navigation {
  margin: 0 0 15px 0;
  padding: 0;
  float: left;
}

.left .page_navigation {
  width: 468px;
}

.page_navigation a {
  float: left;
  display: block;
  list-style: none;
  margin: 0 5px 0 0;
  font-size: 15px;
}

.page_navigation.separator {
  
}

.page_navigation a {
  color: #000;
  text-decoration: none;
  text-align: center;
  padding: 2px 7px;
  display: block;
  float: left;
}

.page_navigation a:hover,
.page_navigation a.active_page {
  color: #841818;
}

.page_navigation a.active_page {
  font-weight: bold;
}

.page_navigation a.no_more {
  display: none;
}

.page_navigation a.first_link,
.page_navigation a.previous_link,
.page_navigation a.next_link,
.page_navigation a.last_link {
  overflow: hidden;
  text-indent: -1000px;
  background-color: transparent;
  background-image: url('../images/arrow_pagenav_sprite.gif');
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 6px 7px 0 0
}

.page_navigation a.first_link {
  background-position: center -60px;
}

.page_navigation a.first_link:hover {
  background-position: center -70px;
}

.page_navigation a.previous_link {
  background-position: center -40px;
}

.page_navigation a.previous_link:hover {
  background-position: center -50px;
}

.page_navigation a.next_link {
  background-position: center top;
}

.page_navigation a.next_link:hover {
  background-position: center -10px;
}

.page_navigation a.last_link {
  background-position: center -20px;
}

.page_navigation a.last_link:hover {
  background-position: center -30px;
}

/* HIGHLIGHTS */

.highlights {
  margin: 15px 0 -10px 0;
  padding: 0;
  float: left;
}

.highlights li {
  list-style: none;
  margin: 0 0 10px;
  float: left;
}

.highlights li img {
  float: left;
  margin: 0 25px 0 0;
}

.highlights li p {
  display: block;
  float: left;
  width: 270px;
  margin: 0;
  color: #000;
}

.highlights li a {
  color: #000;
}

/* BANNERS */

.banners {
  margin: 0;
  padding: 0;
  float: left;
}

.banners li {
  list-style: none;
  margin: 0 0 25px;
  width: 415px;
  float: left;
}

.banners li a {
  text-decoration: none;
}

/* ALBUM NAV */


.left .media {
  width: 468px;
  margin: 0;
}

.right .media {
  width: 374px;
  margin: 10px 0 0 0;
}

.right .media td {
  cursor: pointer;
}

.media td {
  color: #841818;
}

fieldset .media td {
  color: #000;
}

.media .img {
  width: 95px;
}

.media .img img {
  margin: 0 0 14px 0;
}

.media .info {
  width: 200px;
}

.right .media .info {
  width: 214px;
}

.media .info h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 5px 3px 0;
  float: left;
  font-size: 12px;
  color: #000;
}

.right .media tr:hover .info h4 {
  color: #841818;
}

.media .info p {
  margin: 0 0 3px;
  display: block;
  width: 194px;
  float: left;
}

.right .media .year {
  width: 65px;
}

.media .year {
  font-weight: bold;
}

.media th {
  text-align: right;
  padding: 0 0 5px 0;
}

.media .price {
  font-weight: bold;
  white-space: nowrap;
  text-align: right;
}

.media .quantity {
  width: 30px;
  text-align: right;
}

.media input {
  width: 25px;
  float: right;
  text-align: right;
}

/* MENU */

#mainmenu {
  display: none
}

/* FOOTER MENU */

#footermenu {
  display: none;
}

/* FOOTER */

#footer {
  width: 100%;
  float: left;
}

#footer .footer_inner {
  width: auto;
  text-align: right;
  color: #fff;
  padding: 25px 0 20px;
  margin: 0 auto;
}

