/* CSS Document */

img {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	background: url(../images/bkg-main.gif) no-repeat center top #727881;
	color: #31242f;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
}

p {
	margin: 0;
	padding: 6px 0 8px 0;
	line-height: 18px;
	color: #24292d;
	text-align: left;
	font-size: 12px;
}

ul {
	color: #24292d;
	line-height: 18px;
	text-align: left;
}

ol {
	color: #24292d;
	line-height: 18px;
	text-align: left;
}

h1 {
	margin: 10px 0;
	padding: 0;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	font-weight: normal;
}

h2 {
	padding: 0;
	margin: 0 0 4px 0;
	color: #f3c25e;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 1px;
}

h2 a {
	color: #f3c25e;
}

h2 a:hover {
	color: #fff;
}

h3 {
	padding: 0;
	margin: 0;
	color: #f3c25e;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}

h3 a {
	color: #f3c25e;
}

h3 a:hover {
	color: #fff;
}

h4 {
	font: 24px Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 150px 0 0 0;
	text-align: center;
	margin: 0;
	line-height: 28px;
}

h5 {
	font: 16px Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0;
	margin: 0;
	text-align: center;
}

h6 {
	font: 15px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color: #f3c25e;
	font-weight: bold;
}

h6 a {
	color: #f3c25e;
}

.red {
	color: #bd1018;
}

h6.black {
	color: #000;
	font: 11px Arial, Helvetica, sans-serif;
}

h6 a:hover {
	color: #fff;
}

h6.images {
	margin: 0;
	padding: 0;
	line-height: 0;
	text-transform: none;
}

a {
	color: #d93d44;
	text-decoration: none;
	}

a:hover {
	color: #ebb144;
	text-decoration: none;
	}

table {
	margin: 0;
	padding: 0;
}

td {
	text-align: left;
}

form {
	margin: 0;
	padding: 0;
}

input {
	font: 11px Arial, Helvetica, sans-serif;
	background: #5d6468;
	border: 1px solid #a0a3a6;
	color: #a0a3a6;
	padding: 2px;
	margin: 0;
}

.btns {
	background: #ebb144;
	color: #282e32;
	border: none;
	padding: 2px;
	margin: 0;
}

select {
	font: 11px Arial, Helvetica, sans-serif;
	color: #a0a3a6;
	background: #5d6468;
	border: 1px solid #a0a3a6;
	padding: 1px;
	margin: 0;
}

#mininav-wrap {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #91959a;
}

#mininav {
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 4px 25px;
	text-align: center;
	background: #9fa3a7;
}

#mininav-rt {
	float: right;
	width: 290px;
	height: auto;
	text-align: right;
}

#mininav-lt {
	float: left;
	width: 400px;
	height: auto;
	text-align: left;
	padding: 4px 0 0 0;
}

#mininav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#mininav li {
	margin: 0;
	padding: 0 6px;
	list-style-type: none;
	display: inline;
	color: #727881;
	text-transform: uppercase;
	border-right: 1px solid #727881;
}

#mininav li a {
	color: #333;
}

#mininav li a.login {
	color: #fff;
}

#mininav li a:hover {
	color: #ffbb3b;
}

#header {
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 4px 25px;
	text-align: center;
}

#header-rt {
	width: 410px;
	height: auto;
	margin: 0;
	padding: 50px 0 0 0;
	text-align: left;
	float: right;
}

#header-lt {
	width: 230px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	float: left;
}

#navbar {
	width: auto;
	height: 33px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url(../images/bkg-navbar.gif) repeat-x;
}

/* MAIN NAVIGATION */

#nav-wrap {
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 0 25px;
	text-align: center;
	background: #0e0d0d;
	border-top: 3px solid #ce2737;
	border-bottom: 3px solid #727881;
}

#nav-wrap div {
	overflow: hidden;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	padding: 7px 0 8px 0;
	*/padding: 7px 0 8px 0;
	color: #fff;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
}

#nav a.on {
	display: block;
	padding: 7px 0 8px 0;
	*/padding: 7px 0 8px 0;
	color: #d93d44;
	background: url(../images/bkg-navarrow.gif) no-repeat top center;
}

#nav a:hover {
	color: #fff;
	background: #d73c44;
}

#nav li {
	float: left;
}

#nav li.sub {
	float: left;
	width: 210px;
	text-align: left;
	border: none;
	font: 11px Arial, Helvetica, sans-serif;
}

#nav li a.sub { 
	width: 200px;
	text-align: left;
	border-right: none;
	background: #d73c44;
	padding-left: 10px;
	border-bottom: 1px solid #c6383e;
	text-transform: none;
}

#nav li a.sub:hover { 
	background: #e9454c;
}

#nav li.sub2 {
	float: left;
	width: 210px;
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
	border: none;
}

#nav li a.sub2 { 
	width: 200px;
	text-align: left;
	border-right: none;
	background: #fcab21;
	padding-left: 10px;
	border-bottom: 1px solid #d19537;
	color: #d73c44;
}

#nav li a.sub2:hover { 
	background: #feba41;
	color: #fff;
}

#nav li ul {
	position: absolute;
	width: 210px;
	left: -999em;
	background: #d73c44;
	z-index: 1;
}

#nav li.sfhover ul {
	left: auto;
	background: #d73c44;
	z-index: 1;
}

#nav li ul ul {
	margin: -28px 0 0 210px;
}

#nav li.sfhover ul ul {
	left: -999em;
}

#nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#nav li.star {
	float: left;
	width: 8px;
	text-align: center;
	padding: 8px 0 0 0;
}

#nav li.home {
	float: left;
	width: 100px;
	text-align: center;
}

#nav li a.home { 
	text-align: center;
	width: 100px;
}

#nav li.about-us {
	width: 120px;
}

#nav li a.about-us { 
	width: 120px;
}

#nav li.artists {
	width: 100px;
}

#nav li a.artists { 
	width: 100px;
}

#nav li.venue {
	width: 100px;
}

#nav li a.venue { 
	width: 100px;
}

#nav li.community {
	width: 150px;
}

#nav li a.community { 
	width: 150px;
}

#nav li.our-store {
	width: 150px;
	border-right: none;
}

#nav li a.our-store { 
	width: 150px;
}

#nav li.contact-us {
	width: 120px;
	border-right: none;
}

#nav li a.contact-us { 
	width: 120px;
}
/*** END NAVIGATION ***/

#midcontent {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #3d4348;
	border-bottom: 3px solid #727881;
}

#hmhero {
	width: 925px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0 25px;
	text-align: center;
	background-color: #282e32;
}

#hmhero-rt {
	width: 263px;
	height: 335px;
	margin: 0;
	padding: 0;
	text-align: center;
	float: right;
	padding-right: 15px;
}

#inner-rt {
	width: 289px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	float: right;
}

#hmhero-lt {
	width: 633px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
	background: #6e737c;
	border-left: 3px solid #6e737c;
}

#calendar {
	margin: 0 auto;
	padding: 4px 4px;
	width: auto;
	height: auto;
	text-align: left;
}

#calendar-txt {
	text-align: left;
	margin: 10px 0 0 0;
}

#calendar-txt p {
	font: 11px Arial, Helvetica, sans-serif;
	color: #999;
	padding: 4px 0;
}

#calendarTable {
  margin: 0;
}

#calendarTable TH, #calendarTable TD {
  text-align: center;
  padding: 0;
  line-height: 26px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  color: white;
  border: 1px solid #b9343a;
}

#calendarTable A {
	color: white;
	display: block;
	width: 35px;
	height: 26px;
}

#calendarHeader {
  color: #fff;
  background: #b9343a;
}

#daysofweek TH {
	font-weight: bold;
	background: #932b30;
	color: #da454c;
}

#days {
	background: #932b30;
}

#days TH {
	width: 35px;
	color: #6A1B1D;
}

#days TH.on {
	background: #6a1b1d;
	color: #DA454C;
}

#days TH a {
	color: #fff;
}

#days TH a:hover {
	color: #DA454C;
}

.white {
	color: #fff;
}

a:hover.white {
	color: #ffbb3b;
}

.heavy {
	font-weight: bold;
}

#bottom {
	background: #181a1b;
	margin: 0 auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#bottomtrio {
	background: #131313;
	margin: 0 auto;
	padding: 0 25px;
	width: 900px;
	height: auto;
	text-align: center;
}

#bottomtrio-rt {
	float: right;
	width: 224px;
	height: auto;
	margin: 0;
	padding: 20px 20px 50px 20px;
	text-align: left;
	background: url(../images/bkg-trio.gif) repeat-x top;
}

#bottomtrio-rt p {
	padding-left: 2px;
}

#bottomtrio-lt {
	float: left;
	width: 633px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}

#bottomtrio-venue {
	float: right;
	width: 210px;
	height: auto;
	margin: 0;
	padding: 20px 20px 50px 20px;
	text-align: left;
	background: url(../images/bkg-trio.gif) repeat-x top;
	color: white;
}

#bottomtrio-music {
	float: left;
	width: 340px;
	height: auto;
	margin: 0;
	padding: 20px;
	text-align: left;
	background: url(../images/bkg-trio.gif) repeat-x top;
}

#bottomtrio-venue p {
	color: white;
}

#bottomtrio-music-rt {
	float: right; 
	width: 203px;
	height: auto;
}

#bottomtrio-music-lt {
	float: left; 
	width: 116px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}

#musicplayer {
	background-color: #282e32;
	background-image: url(../images/bkg-music-player.gif);
	background-repeat: no-repeat;
	height: 147px;
	border-bottom: 3px solid #6e737c;
	padding: 16px;
}

#musicplayer-swf {
	width: 221px;
	height: 115px;
	margin-top: 16px;
}

#become-a-member {
	background-color: #1f2427;
	background-image: url(../images/bkg-become-a-member.gif);
	background-repeat: no-repeat;
	border-bottom: 3px solid #6e737c;
	padding: 16px;
}

#become-a-member p {
	color: white;
	padding-left: 2px;
}

#footer {
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 10px 25px;
	text-align: center;
}

#footer p {
	text-align: center;
}

#footer a {
	color: #181517;
}

#footer a:hover {
	color: #fff;
}

.yellow {
	color: #eab044;
}

a:hover.yellow {
	color: #fff;
}

#teaser, #teaser-bio {
	height: auto;
	background-color: #ebb144;
	background-image: url(../images/bkg-teaser.gif);
	background-repeat: no-repeat;
	margin-right: 3px;
	overflow: auto;
}

#teaser a:hover, #teaser-bio a:hover {
	color: white;
}

#teaser .full {
	padding: 30px;
}

#teaser-bio .full {
	padding: 15px 0px 30px 30px;
}

#teaser .left {
	width: 335px;
	padding: 30px;
	float: left;
}

#teaser-bio .left {
	width: 335px;
	padding: 15px 0px 30px 30px;
	float: left;
}

#teaser .right, #teaser-bio .right {
	width: 220px;
	padding: 7px;
	float: right;
}

#teaser h1, #teaser-bio h1 {
	margin: 0;
}

#teaser h3, #teaser-bio h3 {
	margin: 0;
	color: #D93D44;
	text-transform: uppercase;
}


#textarea {
	background-color: white;
	padding: 20px 30px 30px 30px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin-right: 3px;
	position: relative;
}



#textarea .dots {
	text-align: left;
	background-image: url(../images/img-dots.gif);
}

#textarea h1 {
	color: #d93d44;
	margin: 5px 0;
}

#textarea a {
	color: #D93D44;
}

#textarea h2 {
	color: #d93d44;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
}


#textarea .submit2 {
	text-align: right;
	margin-top: 6px;
	margin-right: 8px;
}
#textarea .submit {
	text-align: center;
}

#textarea .submit input, #textarea .submit2 input {
	color: white;
	background-color: #d93d44;
	border: 1px solid #d93d44;
	padding: 3px 20px;
}

#events-today {
	padding: 16px;
}

#events-today p {
	color: #82898f;
}

#events-today h4 {
	padding: 0;
	margin: 0;
	color: #f3c25e;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}

#events-today h4 a {
	color: #f3c25e;
}

#events-today h4 a:hover {
	color: #fff;
}

#webcast-player {
	width: 330px;
	margin: auto;
}

#artistHeader {
	background-color: #ebb144;
	line-height: 49px;
	margin-right: 3px;
	color: white;
}

#artistHeader .left {
	padding-left: 30px;
	float: left;
	width: 410px;
}

#artistHeader .right {
	float: right;
	width: 150px;
	padding-right: 30px;
	text-align: right;
}

#artistHeader .right a {
	color: white;
}

#artistHeader .right a:hover {
	color: #BD1018;
}

#gallery ul {
	margin: 0;
	padding: 0;
}

#gallery ul li {
	float: left;
	width: 130px;
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 12px 0 20px 16px;
	text-align: center;
}

#gallery ul li.first {
	padding-left: 0;
}

#gallery-main {
	width: 320px;
	margin: auto;
}

#gallery-main .left {
	float: left;
	width: 120px;
}

#gallery-main .right {
	float: right;
	width: 120px;
	text-align: right;
}

#products h3 {
	padding: 0;
	margin: 0 0 6px 0;
	line-height: 20px;
	color: #d93d44;
	font-size: 14px;
	font-weight: normal;
}

#products ul {
	margin: 0;
	padding: 0;
}

#products ul li {
	float: left;
	width: 115px;
	display: block;
	list-style-type: none;
	margin: 0 0 40px 55px;
	padding: 13px 19px 15px 19px;
	text-align: center;
	background-color: #e2e7ea;
}

#products ul li.first {
	margin-left: 0px;
}

#products ul li .price {
	color: #d93d44;
	font-size: 20px;
	display: block;
}

#products ul li .dots {
	text-align: left;
	background-image: url(../images/img-dots.gif);
	margin-top: 6px;
	margin-bottom: 6px;
}

#products ul li input {
	background-color: white;
	color: #31242f;
	padding: 2px;
	width: 38px;
	border-left: 1px solid #cecece;
	border-top: 1px solid #909090;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #e4e4e4;
}

#products ul li input.checkbox {
	padding: 0;
	width: auto;
	border: none;
}

#products2, #productgroups {
	padding-top: 20px;
}

#products2 h3 {
	padding: 0;
	margin: 0 0 6px 0;
	line-height: 20px;
	color: #d93d44;
	font-size: 14px;
	font-weight: normal;
}

#products2 ul {
	margin: 0;
	padding: 0;
}

#products2 ul li {
	float: left;
	width: 115px;
	display: block;
	list-style-type: none;
	margin: 0 0 40px 55px;
	padding: 13px 19px 15px 19px;
	text-align: center;
	background-color: #e2e7ea;
}

#products2 ul li a, #products2 ul li img {
	display: block;
}

#products2 ul li.first {
	margin-left: 0px;
}

#products2 ul li .price {
	color: #d93d44;
	font-size: 20px;
	display: block;
}

#products2 ul li .dots {
	text-align: left;
	background-image: url(../images/img-dots.gif);
	margin-top: 6px;
	margin-bottom: 6px;
}

#productdetails {
	margin-top: 12px;
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 15px;
}

#productdetails p {
	font-size: 11px;
	line-height: 15px;
}

#productdetails h2 {
	color: black;
	text-transform: none;
	margin: 0;
	font-size: 18px;
}

#productdetails h3 {
	color: #D93D44;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#productdetails .left {
	float: left;
	width: 250px;
}

#productdetails .right {
	float: right;
	width: 292px;
}

#productdetails #quantity {
	float: right;
	width: 120px;
	text-align: right;
	margin-right: 10px;
}

#productdetails #quantity input {
	width: 30px;
	background-color: white;
	color: black;
	border-top: 1px solid #8f8f8f;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #cecece;
}

#productdetails .attribute {
	padding-bottom: 5px;
}

#productdetails .attribute input {
	background-color: white;
	color: black;
	border: none;
}

#productdetails .attribute select {
	background-color: white;
	color: black;
}
 
#productgroups ul {
	width: 374px;
	display: block;
	margin: auto;
	padding: 0;
}

#productgroups ul li {
	float: left;
	width: 153px;
	display: block;
	list-style-type: none;
	margin: 0 0 40px 68px;
	text-align: center;
	background-color: #e2e7ea;
	font-size: 20px;
	line-height: 28px;
	color: #ce2637;
}

#productgroups ul li.first {
	margin-left: 0px;
}

#productgroups ul li a {
	display: block;
	width: 135px;
	padding: 9px 9px 6px 9px;
}

#search-results h2 {
	text-transform: none;
	color: black;
}

#search h3 {
	margin-top: 10px;
}

#placeholder {
	width: 100%;
	height: 1200px;
	margin: 0 auto;
	padding: 35px 0 0 0;
	text-align: center;
	background: url(../images/bkg-placeholder.gif) repeat-x top #727881;
}

#shoppingcart {
	position: absolute;
	left: 410px;
	top: 5px;
	background-color: white;
	margin-right: 3px;
	padding-top: 10px;
	padding-bottom: 8px;
	width: 185px;
}

#shoppingcart a {
	display: block;
	line-height: 18px;
	width: 185px;
}

#shoppingcart a span {
	color: #70777d;
	padding-left: 3px;
}

#shoppingcart a:hover {
	color: #d93d44;
}


#shoppingcart img {
	display: block;
	float: left;
}

.button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color: white;
	padding: 2px;
	margin-top: 1px;
	border: 1px solid black;
	text-align: center;
	width: 98px;
	height: 14px;
	line-height: 14px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

input.gold {
	border: 1px solid #efc169;
	background-color: #ebb144;
	color: white;
}

/***Tony Aslett's clearing hack***/
  .clearing:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

  .clearing {
    display: inline-block;
    }

  /* hides from IE/Mac \*/
  * html .clearing { 
    height: 1%;
    }

  .clearing {
    display: block;
    }
  /* end hide from IE-Mac */
  /***end clearing hack***/