/*********************** Standard Layout ************************/

body {
	margin:0;
	padding:0;
	font-family: arial, helvetica, sans-serif;
	font-size:8pt;
	height: 100%;
	background-color:#9b4508;
}

#container {position: relative;
	margin: 0 auto;
	background-image:url(../images/bar.jpg);
	background-repeat:repeat-y;
	width: 832px;
}

#bottombar {
	position: relative;
	margin: 0 auto;
	background-image:url(../images/bottombar.jpg);
	background-repeat:no-repeat;
	width: 832px;
	height: 80px;
}

.layout {
  position: relative;
  margin:0 auto;
  width:750px;
  overflow:hidden;
	background-color:#ffffff;
}

.layout-row {
  clear:both;
}

.layout-column {
  position:relative;
  float:left;
}

.clear-both {
  clear:both;
  padding:0;
  margin:-1px;
  font-size:1px;
  line-height:1px;
  height:0px;
}

/*********************** BTL Layout ************************/

.banner {
  height: 150px;
	background: transparent url(../images/banner.png) no-repeat;
	position:relative;
}

h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 2.5em;
	letter-spacing: -1pt;
  color:#215C76;
	padding: 5px;
	margin: 5px 10px;
	border-bottom:1px solid #9F936F;
}

pre {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:10pt;
	margin: 20px 50px;
}

.toolbar a img {
	border:none;
	vertical-align:middle;
}

.toolbar {
	float:right;
	margin:15px;
	font-weight:bold;
}

.menu {
	position: absolute;
	font-size: 12pt;
	color: #fff;
	bottom: 5px;
}

.menu a:link, .menu a:visited, .menu a:active {
	letter-spacing:-0.05em;
	text-decoration:none;
	color: #fff;
	margin:0 8px;
}

.menu a:hover {
	text-decoration:underline;
}


.left-column a img {
	border:none;
	padding:0;
	margin:0;
	display:block;
}

.sidebar-menu a:link, .sidebar-menu a:active, .sidebar-menu a:visited {
	color:#215C76;
	border-bottom: 1px solid #215C76;
	display:block;
	text-decoration:none;
	padding: 3px 8px;
	font-size: 12pt;
	line-height: 16pt;
	background-color:#C0B388;
}

.sidebar-menu a:hover {
	background-color:#CBC098;
	text-decoration:underline;
}

.left-column {
  width: 200px;
  height: 670px;
  min-height: 670px;
  background-color:#D4C89F;
}

.right-column {
  width: 550px;
  height: 670px;
  min-height: 670px;
  float:right;
  background-color:#F7ECCA;
}

.artists-left-column {
  width: 160px;
  height: 420px;
  min-height: 420px;
  background-color:#D4C89F;
}

.artists-right-column {
  width: 590px;
  height: 420px;
  min-height: 420px;
  float:right;
  background-color:#F7ECCA;
}

.main-column {
  width: 750px;
  float:right;
  background-color:#F7ECCA;
}

.tickets {
	margin:20px;
	font-size:10pt;
	font-weight:bold;
}

.tickets .iticket {
	float:left;
	border:0;
	height:60px;
	width:120px;
	margin-right:10px;
}

#map {
  margin: 10px 0 20px 20px;
  width:380px;
	height:380px;
	border:1px solid black;
}

.map-column {
  width: 420px;
  height: 430px;
  min-height: 430px;
  float:left;
  background-color:#F7ECCA;
}

.events-column {
  width: 330px;
  height: 430px;
  min-height: 430px;
  float:right;
  background-color:#F7ECCA;
}

.events-column h4 {
  margin-bottom:2px;
}

div#playerbox, div#placeholder {
	text-align:center;
	width: 320px;
	height: 240px;
	margin: 40px 20px;
	overflow:hidden;
	border:none;
}

div#playerbox object {
	width: 350px;
	height: 265px;
	overflow:hidden;
	border:none;
	margin: -2px 0 0 -6px;
}

div.video-column {
	width:360px;
}

div.copy-column {
	margin-top:30px;
	width:230px;
	font-size:10pt;
}

ul.artist-links {
	margin: 10px;
	padding:0;
	list-style:none;
}

ul.artist-links li a:link, ul.artist-links li a:active, ul.artist-links li a:visited {
	color:blue;
	text-decoration:none;
}

ul.artist-links li a:hover {
	text-decoration:underline;
}

div.spotlight {
	overflow:hidden;
}

div.artist-one, div.artist-two, div.artist-three {
  margin-left: 18px;
  position: relative;
  height: 190px;
  width: 160px;
  display:inline;
}

a.artist-caption:link, a.artist-caption:active, a.artist-caption:visited {
  text-decoration:none;
  display:block;
  width:160px;
  height: 30px;
  line-height:30px;
  font-size:1.6em;
  font-weight:bold;
	letter-spacing: -0.05em;
  text-align:center;
  background-color:#000000;
  color:#ffffff;
  overflow:hidden;
  position:absolute;
  left:0;
  bottom:0;
  z-index:100;
}

a.artist-listen:link, a.artist-listen:active, a.artist-listen:visited {
  background:transparent url(../images/listen.gif) no-repeat 50% 50%;
  text-decoration:none;
  display:block;
  width:30px;
  height: 30px;
  line-height:30px;
  font-size:1.6em;
  font-weight:bold;
	letter-spacing: -0.05em;
  text-align:center;
  color:#ffffff;
  overflow:hidden;
  position:absolute;
  top:5px;
  right:5px;
  z-index:100;
}

a.ghost:link, a.ghost:active, a.ghost:visited {
	filter:alpha(opacity=40);
	-moz-opacity:0.40;
	opacity:0.40;
}

a.ghost:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

a.artist-listen span {
	display:none;
}

.artist-one {
  background:transparent url(../images/charlesbillingsley.png) no-repeat 50% 50%;
}

.artist-two {
  background:transparent url(../images/shannonwexelberg.png) no-repeat 50% 50%;
}

.artist-three {
  background:transparent url(../images/scottkrippayne.png) no-repeat 50% 50%;
}

.stories {
	margin: 0 30px;
}

div.stories blockquote {
	font-style:italic;
	font-size:10pt;
}

div.stories p {
	font-size:10pt;
}

.copyright {
	margin: 2px auto 0px auto;
}

.footer {
	padding-left:5px;
	background-color:#497180;
	color:#ffffff;
	font-size:8pt;
	line-height:18pt;
}

/*********************** Mootools Accordion ************************/

.toggler {
	margin: 0;
	padding: 2px 5px;
	border-bottom: 1px solid #3E5157;
	background-color:#BFB085;
	cursor:pointer;
	font-size:10pt;
	font-weight:bold;
	color:#3E5157;
}

.element p {
	padding:5px;
	margin:0;
	border-bottom: 1px solid #3E5157;
	font-size:10pt;
}

.element img {
	display:block;
	padding:0;
	margin:0;
}

/*********************** Map CSS ************************/

dl.map.on {
  margin: 0 10px;
  height: 300px;
  width: 500px;
  background: transparent url(../images/globe.png) no-repeat 50% 50%;
	position: relative;
	text-align: left;
}
dl.map.on dt {
	list-style:none;
	display:inline;
}
dl.map.on dd {
	position:absolute;
	left:-9999px;
	width:200px;
	padding:4px;
	border:#A39772 2px solid;
	background:#ffffff;
	color:#333;
	-moz-border-radius:8px;
	border-radius:8px;
	z-index:11;
	font-size:10pt;
}
dl.map.on dd img {
	position:relative;
	float:right;
	border:#000 1px solid;
	margin:2px;
}
dl.map.on a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(../images/asterisk_yellow.gif) no-repeat;
	width:16px;
	height:16px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.location:hover {
	background:url(../images/asterisk_orange.gif) no-repeat;
}
dl.map.on dd a {
	text-decoration:none;
	color:#000;
}

/* START OF CSS FOR MAP POINTS */
dl.map.on a#location01 {
	top:90px;
	left:275px;
}
dl.map.on a#location02 {
	top:118px;
	left:382px;
}
dl.map.on a#location03 {
	top:95px;
	left:90px;
	background:url(../images/star.gif) no-repeat;
}
dl.map.on a#location04 {
	top:172px;
	left:110px;
}