/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/

/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 * 
 */
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}


body {
	font-size:13px; 
	font-family: Helvetica, Arial, sans-serif;
	background: #3D5D29 url(/images/wagatail/body_bg.gif) repeat left top;
}

table.cartgrid {
 	border-spacing: 0;
  border-width: 0;
}

table.cartgrid td, table.cartgrid th {
  padding: 4px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

table.cartgrid th {
  font-weight: bold;
  border-bottom: 2px solid #000;
}

table.cartgrid td {
  border-bottom: 1px solid #CCC;
}

table.cartgrid tr.totalrow {
	font-weight: bold;
}

table.cartgrid td.price, table.cartgrid th.price {
  text-align: right;
}

/* See More - See All - Section Expands */

h5.section_expand {
  background: transparent url(/images/wagatail/section_expand_bg.gif) no-repeat scroll right top;
  clear: both;
  font-size: 10px;
  height: 18px;
  padding-bottom: 0;
  padding-right: 20px;
  padding-top: 8px;
  text-align: right;
}

h5.section_expand a {
  color: #fff;
  text-align: right;
  font-size: 10px;
  text-transform: uppercase;
  font-family: helvetica, arial, sans-serif;
  letter-spacing: .15em;
}


body {
	color: #b5b697;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  text-align: left;
}

em {
  font-style: italic;
}

form {
  display: inline;
}

dl {
  margin-bottom: 1.0em;
}

dt {
  margin: 1.0em 0 0.3em 0;
}

dd {
  padding-left: 0.8em;
  display: block;
}

p, ul {
  font-size: 1.0em;
  margin-bottom: 1.0em;
}

ul {
  list-style-type: square;
}

ul li {
  margin-left: 2.0em;
}

input, option, textarea {
  font-family: Helvetica, Arial, sans-serif;
}

img, img.a {
  border-width: 0px;
}

h1,h2,h3,h4 {
  font-family: helvetica, arial, sans-serif;
}

h2, h3 {
  font-weight: normal;
  color: #999933;
  margin: 0 0 3px 0;
}

h2 {
  font-size: 34px;
  margin-bottom: 5px;
  color: #fff;
}

h3 {
  font-size: 23px;
  margin-top: 10px;
  color: #fff;
}

h4 {
  font-weight: normal;
  font-size: 1.1em;
  color: #999933;
}

#showdetail h3 {
  color: #FFF;
}

h2 span.next_title {
  color: #FFF;
}

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

a:visited {
  color: #f2f2ba;
  text-decoration: none;
}

a:hover {
  color: #f2f2ba;
  text-decoration: underline;
}

a:active {
  color: #f2f2ba;
  text-decoration: underline;
}

.clearer {
  clear: both;
}

#header {
  width: 950px;
  height: 177px;
  margin: 0 auto;
  background: url(/images/wagatail/header_bg.gif) no-repeat left top;
  position: relative;
}

/* Logo */

#header h1 {
  display: block;
  height: 84px;
  left: 33px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 43px;
  width: 279px;
}

/*#header h1 a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -999999px;
}*/

#header div.logo {
	float: left;
	width: 294px;
	height: 103px;
	position: absolute;
	top: 35px;
	left: 25px;
}

/* Social Networking Nav */

#social_nav {
  height: 21px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: 8px;
  margin-left: 57px;
  padding-top: 18px;
  width: 850px;
}

#social_nav li {
  display: block;
  float: left;
  margin: 0;
  padding-right: 10px;
  width: 160px;
}

#social_nav li a {
  text-indent: -999999px;
  display: block;
  padding-bottom: 2px;
}

/* User Bar */

#userbar {
  clear: both;
  color: #FFFFFF;
  float: right;
  height: 20px;
  padding: 5px 0 0;
  text-align: left;
  width: 373px;
  margin: 0;
  width: 380px;
}

#userbar a {
  float: left;
  margin-right: 11px;
  margin-top: 3px;
}

#userbar form {
  float: left;
}

/* search  */

#userbar #q {
  float: left;
  font-size: 11px;
  height: 13px;
  margin-top: 3px;
  padding-top: 3px;
  width: 134px;
}

#userbar #btn_search {
  background: transparent url(/images/wagatail/btn_search.gif) no-repeat scroll left 0;
  border: 0 none;
  cursor: pointer;
  display: inline;
  float: left;
  font-size: 1px;
  height: 29px;
  margin-left: 5px;
  margin-top: 3px;
  text-indent: -9999px;
  width: 85px;
}

/* Primary Site Navigation */

.primarynav {
  clear: both;
  display: inline;
  float: right;
  margin: 20px 5px 0 10px;
  padding: 0;
  width: 622px;
}

.primarynav li {
  color: #FE0000;
  display: inline;
  font-size: 17px;
  font-weight: normal;
  line-height: 21px;
  margin: 0;
  padding: 0 14px 0 0;
}

.primarynav li a {
  color: #FFA827;
  font-size: 16px;
  margin-right: 0;
  padding: 0 5px 0 0;
}

.primarynav #current {
  color: #FFF;
}

#special {
  margin: 15px 10px 15px 0;
  padding: 4px;
  background-color: #220401;
  clear: right;
  float: right;
  text-align: right;
  border-top: 1px solid #466b6c;
  border-bottom: 1px solid #466b6c;
}

#content {
  margin: 0 auto;
  width: 930px;
}

/* interior page content tweaks */

.interior_page {
  padding-left: 15px;
  width: 925px;
  padding-top: 15px;
}

.photo_page {
  padding-left: 15px;
  width: 625px;
  padding-top: 15px;
}

/* Sidebar */

#sidebar {
  display: inline;
  float: left;
  font-size: 14px;
  line-height: 1.35em;
  margin: -4px 0 0 5px;
/*  padding-top: 12px;*/
/*  width: 295px;*/
	width: 300px;
}

/* Different vertical spaces for pages */

#sidebar.secondary {
  padding-top: 20px;
}

#sidebar p {
  color: #fff;
  font-size: 14px;
  text-align: left;
}

#sidebar a {
  color: #ffa827;
}

#sidebar h3 {
  color: #41c3e0;
  font-size: 22px;
  text-align: left;
  padding-bottom: 3px;
  margin-top: 0px;
}

#sidebar h3.heading {
  padding-bottom: 0px;
  margin-top: 10px;
	color: #FFF;
}

/* interior headlines */

.interior_page #sidebar h3 {
  color: #41c3e0;
  font-size: 22px;
  text-align: left;
  margin-top: 0px;
  font-weight: bold;
}

.interior_page #sidebar h3.heading {
  padding-top: 3px;
  padding-bottom: 0px;
}

#sidebar .box {
  margin-bottom: 10px;
  width: 275px;
}

#sidebar h4 {
  color: #ffae00;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

#sidebar ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

/* Past shows */

#sidebar ul.past_shows li {
  color: #fff;
  font-size: 11px;
  margin: 0;
  padding: 10px 0 7px 0px;
  text-align: left;
  font-weight: normal;
  line-height: 1.25em;
  font-weight: normal;
  border-top: 1px solid #444d41;
}

#sidebar ul.past_shows li a {
  font-weight: normal;
  font-size: 13px;
}

#sidebar ul.past_shows li span {
  color: #ff0000;
  font-weight: bold;
  font-size: 14px;
}

/* FAQ module */

#sidebar ul.questions li {
  color: #41c3e0;
  border-top: 1px solid #444d41;
  font-size: 14px;
  margin: 0;
  padding: 10px 0 7px 0px;
  text-align: left;
  font-weight: normal;
  line-height: 1.25em;
  font-weight: bold;
}

#sidebar ul.questions .q {
  color: #f80701;
  font-weight: bold;
}

#sidebar ul.questions .a {
  color: #fff;
  background: none;
  font-weight: normal;
}

#sidebar ul.questions .a span {
  color: #72b903;
  font-weight: bold;
}

* html #sidebar ul li {
  background: none;
  border-top: 1px solid #444d41;
  width: 100%;
}

#sidebar ul li a {
  color: #ffa827;
  padding-left: 3px;
}

/* Homepage Sidebar */

#homepage_sidebar {
  background: transparent url(/images/wagatail/sidebar_curtains.gif) no-repeat scroll left top;
  margin: 0 0 0 664px;
}

#homepage_sidebar #sidebar {
  float: none;
  margin: 0 0 0 20px;
  padding-top: 15px;
}

/* Restaurant Specials */

#sidebar .restaurant_specials {
  float: left;
  width: 145px;
  list-style: none;
  padding: 0;
  margin: 0 10px 0 0;
}

#sidebar .staff_favs {
  margin-right: 0px;
}

#sidebar .restaurant_specials li {
  padding: 8px 0;
  margin: 0;
  font-size: 12px;
  border-bottom: 1px solid #3c0f09;
  border-top: 0px none;
}

#sidebar .restaurant_specials li a {
  color: #fff;
  font-size: 12px;
}

#sidebar #hours_phone {
  background: #2D0000 none repeat scroll 0 0;
  float: left;
  margin-top: 10px;
  padding: 8px 0;
  text-align: center;
  width: 100%;
  color: #ff9600;
  line-height: 1.5em;
}

#sidebar #hours_phone em {
  color: #f2e1c0;
  font-style: normal;
}

#calmain {
  float: left;
  width: 600px;
}

#caldetail {
  float: left;
  width: 220px;
  margin: 0 0 0 20px;
  padding-top: 40px;
}

/* calendar */

table.calendar {


/*	border: solid 1px #000;*/
	width: 600px;
  color: #FFF;
  font-size: 0.8em;
}

table.calendar, table.calendar tr, table.calendar th, table.calendar td {
  border-collapse: collapse;
  vertical-align: top;
}

table.calendar tbody td {
  min-height: 80px;
  width: 14%;
	padding: 4px;
}

table.calendar tbody td a.dayheader {
  margin: -4px -4px 4px -4px;
}

table.calendar hr {
  border: solid thin #46f;
}

.month_name {
  color: #999933;
  font-size: 2.4em;
  font-style: normal;
}

.day_name {
  color: #FFF;
  font-style: normal;
}

.day_name th {
  background-color: #34030b;
  padding: 3px;
  color: #FFF;
  text-align: center;
}

.other_month {
  background-color: #342a0b;
}

.day, .show_day {
  background-color: #262113;
  border: solid 1px #433600;
}

.today {
  background-color: #1d3133;
  border: solid 2px #fbca18;
}

.dayheader {
  display: block;
  padding: 3px;
  margin-bottom: 3px;
}

.show_day .dayheader, .day .dayheader {
  background-color: #262113;
}

.today .dayheader {
  background-color: #262113;
  color: #FFF;
  padding: 2px;
}

table.calpage {
  font-size: 1.2em;
  width: 600px;
  border-spacing: 0;
}

table.calpage td {
  width: 50%;
}

table.calpage td.next {
  text-align: right;
}

table.calpage td.prev {
  text-align: left;
}

table.calendar a {
  font-style: normal;
}

table.calendar a:active {


/*	color: #FFF;*/
	text-decoration: underline;
}

/*end calendar*/

div.next_show {
  width: 480px;
  border: 1px solid #426262;
  padding: 10px;
  background-color: #1a2425;
  margin: 0 0 30px 0;
}

div.next_show object {
  margin: 5px 0 5px 0;
}

div.featured_shows {
  border: 1px solid #426262;
  width: 276px;
  margin: 0 0 20px 0;
}

div.featured_shows div.head {
  padding: 5px;
  border-bottom: 1px solid #426262;
  background-color: #7c2503;
}

div.featured_shows p {
  margin: 0;
  padding: 0;
}

div.featured_shows td {
  padding: 3px;
}

div.featured_shows tr {
  border-bottom: 1px solid #426262;
}

div.future_show {
  margin: 5px 0 10px 0;
}

table.edge td {
  vertical-align: top;
}

table.edge td.date {
  white-space: nowrap;
}

table.edge tr.even {
  background-color: #3e1807;
}

/* splash photo */

div.splash_photo {
  height: 225px;
  width: 225px;
}

div.splash_photo img, div.screen_photo img {
  display: block;
  vertical-align: middle;
  margin: auto;
}

div.next_show div.splash_photo, div#showdetail div.splash_photo {
  float: right;
  margin: 0 0px 5px 5px;
  display: inline;
}

div#caldetail div.screen_photo {
  margin: 5px auto 5px auto;
  display: inline;
}

div.screen_photo {
  width: 150px;
}

div.screen_photo img {
  margin: 0 auto;
  text-align: center;
}

div.featured_show {
	background: transparent url(/images/wagatail/special_box_red.png) no-repeat scroll left bottom;
	border-top:1px solid #C52108;
	margin:0 0 10px;
	min-height:150px;
	padding:10px 9px 20px;
	width:431px;
}

.featured_show h3 {
  color: #fe0000;
  font-family: helvetica,arial,sans-serif;
  font-size: 24px;
  margin-top: 0px;
  float: left;
}

.featured_show h4 {
  color: #FF9600;
  float: left;
  font-size: 12px;
  margin: 0 0 10px;
  padding: 0;
  display: inline;
}

div.featured_show div.screen_photo {
  float: left;
  margin-left: 5px;
  display: inline;
}

div.featured_show p {
  margin: 0 0 5px 0;
  padding: 0;
}

div.featured_show div.details {
  display: inline;
  float: left;
  margin: 0px 0 0 10px;
  width: 340px;
}

div.featured_show a.title {
  color: #FFFFFF;
  font-size: 20px;
}

.featured_show .supporter {
  font-size: 13px;
  font-weight: normal;
}

/* Show list page */

div.show_list div.featured_show {
	background-image: none;
	background-color:#000000;
	border:1px solid #C52108;
	margin:0px;
	padding:10px 9px 0 10px;
	width:571px;
}

.cal-list_footer {
	width:592px;
	height:6px;
	margin:0px 0px 8px 0px;
	padding:0px;
	background: transparent url(/images/wagatail/cal_list_footer.gif) no-repeat top;
}

div.show_list div.featured_show .screen_photo {
  width: 150px;
}

div.show_list div.featured_show .splash_thumb {
  width: 100px;
	float: left;
}

div.show_list div.featured_show div.details {
  width: 80%;
}

div.show_list div.featured_show .headliner {
  font-weight: bold;
  display: inline;
}

div.show_list div.featured_show .supporter {
  display: inline;
}

div.show_list #main_content div.featured_show p {
  font-size: 12px;
  line-height: 2em;
}

div.featured_show object {
  margin-top: 3px;
}

div.next_show div.details {
  float: left;
  width: 240px;
}

div.next_show span.title {
  font-size: 1.6em;
  display: block;
  margin-bottom: 5px;
}

div.next_show span.starts_at {
  color: #2bc1c6;
}

span.age_restriction {
  color: #FFF;
}

ul.recently_added {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.recently_added li {
  list-style-type: none;
  margin: 0 0 5px 0;
}

ul.recently_added li span.starts_at {
  color: #e77031;
}

img.ticket_icon {
  vertical-align: middle;
}

/* show detail */

div#showdetail {
  width: 515px;
  border: 1px solid #f2f2ba;
  padding: 10px;
  background-color: #262113;
  margin: 0 0 30px 0;
}

div.banddetail {
  margin: 0 0 30px 0;
}

div.banddetail div.screen_photo {
  float: left;
}

div.banddetail p.name {
  color: #FFF;
  font-size: 1.4em;
  margin: 0 0 3px 0;
  padding: 0;
}

div.banddetail div.detail {
  float: left;
  margin: 0 0 0 15px;
  width: 325px;
}

#artistdetail div.splash_photo {
  float: left;
  margin: 0 10px 0 0;
}

#artistdetail p {
  line-height: 1.4em;
}

/* Upcoming Events Homepage */

#upcoming_events {
  float: left;
  width: 296px;
}

#upcoming_events h3 {
  font-size: 20px;
}

#main_content #upcoming_events .featured_show {
  background: #2C1B09 none repeat scroll 0 0;
  float: left;
  margin: 0 0 3px;
  padding: 0;
  width: 100%;
}

#main_content #upcoming_events .featured_show .details {
  width: 74%;
}

#main_content #upcoming_events .featured_show h3 {
  font-size: 15px;
  line-height: 15px;
  margin: 8px 0 0;
  padding: 0;
  width: 22%;
}

#main_content #upcoming_events .featured_show h4 {
  width: 22%;
  font-size: 11px;
}

/* Homepage news */

.news {
  float: left;
  width: 145px;
  margin-left: 5px;
  display: inline;
}

.homepage_news_entry {
  background: url(/images/wagatail/box_bg.png) repeat left top;
  padding: 7px;
  width: 130px;
  margin-bottom: 10px;
  border-top: 1px solid #c52108;
}

.homepage_news_entry h4 {
  font-size: 18px;
  color: #ffa827;
  padding-bottom: 4px;
}

#main_content .homepage_news_entry p {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

#main_content .homepage_news_entry .news_more a {
  display: inline;
  color: #ffa827;
  margin-left: 4px;
}

#main_content .news_date {
  color: #47b9ca;
  font-size: 10px;
  margin-bottom: 10px;
  font-style: italic;
}

#main_content .upcoming_events {
  color: #47b9ca;
  font-size: 12px;
  margin-bottom: 10px;
  padding-left: 5px;
  font-style: italic;
}

/* Homepage upcoming shows */

#upcoming_shows_container {
  width: 450px;
  float: left;
  margin-left: 15px;
  display: inline;
}

/* upcoming_shows_container details */

#upcoming_shows_container .details {
  color: #FFFFFF;
  width: 265px;
}

#upcoming_shows_container .details a {
  color: #ffa827;
}

#upcoming_shows_container .details_top {
  margin-bottom: 10px;
}

#upcoming_shows_container .details_top h3 {
  float: left;
  display: inline;
}

#upcoming_shows_container .headliner {
  font-size: 22px;
  font-weight: bold;
}

#main_content #upcoming_shows_container p {
  margin: 0;
  padding: 0;
}

#main_content #upcoming_shows_container .flashplayer {
  margin-top: 10px;
}

#upcoming_shows_container .venue {
  font-size: 12px;
  font-weight: bold;
  display: inline;
}

#upcoming_shows_container address {
  font-size: 12px;
  font-weight: normal;
  display: inline
}

/* Featured show briefs */

#main_content .brief {
  background: transparent url(/images/wagatail/box_darker_bg.png) repeat scroll left top;
  padding: 10px;
  min-height: 45px;
  padding-bottom: 0px;
  width: 95%;
  display: inline;
  clear: both;
  float: left;
}

div.brief h3 {
  font-size: 36px;
}

#main_content #upcoming_shows_container  div.brief p {
/*  float: left;*/
/*  margin-left: 20px;*/
/*  display: inline;*/
  line-height: 1em;
}

#upcoming_shows_container div.brief .headliner {
  font-size: 14px;
}

#upcoming_shows_container div.brief .supporter {
  font-size: 12px;
  font-weight: normal;
}

/* details div */

div.featured_show_brief_details {
	float: right;
/*	width: 325px;*/
	padding-bottom: 10px;
}

#content div.featured_show_brief_details .headliner, #content div.featured_show_brief_details .supporter, div.featured_show_brief_details address {
	display: inline;
}

div.brief .venue {
  color: #ffa827;
}

#upcoming_shows_container div.brief address {
  
}

.brief_location {
  float: right;
  margin-right: 20px;
  display: inline;
}

/* Homepage About */

#about_homepage {
  background: url(/images/wagatail/box_bg.png) repeat left top;
  padding: 7px;
  margin-bottom: 10px;
  border-top: 1px solid #c52108;
  width: 280px;
}

#about_homepage p {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  padding: 5px;
  text-align: left;
}

/* ############# Interior Pages ############################ */

.news_post {
  margin-bottom: 10px;
  width: 590px;
}

.news_post h3 {
  color: #41c3e0;
  font-size: 20px;
  display: inline;
  font-weight: bold;
  padding-right: 10px;
}

/* Venue List */

#main_content.venue_list .box {
  margin-bottom: 10px;
  width: 590px;
}

.venue_list .box h3 {
  color: #ffa827;
  font-size: 26px;
  padding-bottom: 10px;
}

.venue_list address {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 0px;
  padding-top: 10px;
}

.venue_list_sidebar {
  padding-top: 25px;
}

#content #main_content div.venue_list p {
  padding: 0;
  margin: 0;
}

/* Artist detail */

.artist_detail .box {
  width: 590px;
}

.artist_detail .box h3 {
  color: #ffa827;
  font-size: 26px;
  padding-bottom: 10px;
  border-bottom: 1px solid #515647;
  margin-bottom: 10px;
}

.artist_detail .artist_photo {
  float: left;
  margin-right: 10px;
}

.artist_detail .detail_buttons {
  margin-bottom: 10px;
}

.artist_detail .detail_buttons a {
  margin-right: 25px;
}

#main_content.venue_list .featured_show {
  width: 97%;
}

.venue_list .featured_show a {
  float: left;
  margin-left: 15px;
  margin-top: 10px;
  display: inline;
}

#main_content.venue_list div.brief .headliner {
  font-size: 14px;
  display: inline;
  font-weight: bold;
}

#main_content.venue_list div.brief .supporter {
  font-size: 12px;
  font-weight: normal;
  display: inline;
}

#main_content .news_post p {
  color: #fff;
  font-size: 14px;
  padding-top: 10px;
}

#footer {
  background: transparent url(/images/wagatail/box_darker_bg.png) repeat scroll left top;
  height: 68px;
  margin-bottom: 10px;
  margin-top: 15px;
  padding: 0;
  position: relative;
}

#footer ul {
  float: left;
  margin-left: 13px;
  margin-top: 13px;
  display: inline;
}

#footer .privacy {
  font-size: 10px;
  clear: both;
  float: left;
  margin-left: 15px;
  display: inline;
  margin-top: 10px;
}

#footer p a {
  color: #ffa827;
  margin-right: 40px;
}

#powered_by {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 15px;
  width: 100px;
}

#map {
  width: 250px;
  height: 250px;
  margin: 0;
  padding: 0;
}

span.soldout {
  color: #cd4603;
}

span.newevent {
  font-style: italic;
  color: #c5c4a1;
}

table.productgrid {
  
}

table.productgrid td {
  vertical-align: top;
  padding: 3px;
  font-size: 0.8em;
  text-align: center;
}

table.simplegrid {
  border-spacing: 0;
}

table.simplegrid td {
  padding: 4px;
}

label {
  color: #FFF;
}

fieldset.orderbox label {
/*  color: #000;*/
}

p.viewall {
  text-align: right;
  margin: 1px 0 15px 0;
}

p.desc {
  margin-top: 4px;
}

div.featured_show span.supporter, div.next_show span.supporter, div.imminent_show span.supporter, div#showdetail span.supporter, div#caldetail span.supporter, .featured_show .headliner {
  display: block;
  color: #ffa827;
}

/* gallery */

#picture_detail {
	float: left;
  width: 630px;
  margin-right: 10px;
}

#book_list {


/*	border: 1px solid green;*/
	width: 190px;
  margin-left: 5px;
  float: left;
}

#previous_picture {
  margin-top: 200px;
  float: left;
}

#next_picture {
  margin-top: 200px;
  float: right;
}

h2 span.position {
  color: white;
}

ul.simple {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.simple li {
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 7px;
}

/* Global main content */

#main_content {
  float: left;
  margin: 0;
  padding: 0 0 0 0;
  width: 620px;
/*	width: 630px;*/
}

* html #main_content {
  width: 620px;
}

.interior_page #main_content {
  float: left;
  margin: 0 8px 0 0;
  padding: 0;
  width: 610px;
  display: inline;
}

.interior_page #main_content p {
  line-height: 1.5em;
}

#main_content p {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 10px;
}

#main_content p a {
  color: #ffa827;
}

#main_content ul {
  list-style: none;
  font-size: 16px;
}

#main_content ul li {
  background: transparent url(/images/wagatail/list_bullet.png) no-repeat scroll left center;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 22px;
  margin-left: 0;
  padding-left: 14px;
}

#main_content .dropcap {
  float: left;
  font-size: 49px;
  font-weight: bold;
  line-height: 34px;
  padding-right: 10px;
  padding-top: 13px;
}

#main_content .intro_article {
  background: url(/images/wagatail/fancy_divider.png) no-repeat center bottom;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#main_content .intro_article p {
  font-size: 19px;
  line-height: 26px;
  margin-top: 20px;
}

/* gigbot counts */

.gigbot_info {
  float: right;
  font-weight: normal;
  font-size: 12px;
  color: #ffa827;
}

.gigbot_attendance {
  background: url(/images/wagatail/icon_attendance.gif) no-repeat left top;
  padding-left: 20px;
  padding-bottom: 2px;
}

.gigbot_comments {
  background: url(/images/wagatail/icon_comments.gif) no-repeat left top;
  padding-left: 20px;
  margin-right: 5px;
  padding-bottom: 5px;
}

/* Global boxes */

.box {
  background: url(/images/wagatail/box_bg.png) repeat left top;
  border-top: 1px solid #C52108;
  padding: 10px;
}

#main_content .box p, #main_content .box_dark p {
  margin-bottom: 0px;
}

.box_dark {
  background: url(/images/wagatail/box_darker_bg.png) repeat left top;
  border-top: 1px solid #C52108;
  padding: 10px;
}

.box_solid {
  background: #000;
  border-top: 1px solid #C52108;
  padding: 10px;
  margin-bottom: 10px;
}

.box_solid h3 {
  color: #41c3e0;
  font-size: 26px;
  font-weight: bold;
}

div.venue_list .box_solid h3 {
  color: #ffb33b;
  font-size: 26px;
  font-weight: bold;
  display: inline;
}

.box_solid h4 {
  color: #41c3e0;
  font-size: 22px;
  font-weight: bold;
}

/* Global Bullet List */

#sidebar ul.bullet_list {
  list-style-type: disc;
  margin: 0;
  padding: 0px 0px 0px 10px;
}

#sidebar ul.bullet_list li {
  background: transparent url(/images/wagatail/list_bullet.png) no-repeat scroll left center;
  font-size: 22px;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 10px;
  border: 0px none;
}

#sidebar ul.bullet_list li a {
  font-size: 14px;
  font-weight: normal;
}

/* RSS Link */

#sidebar .rss_link {
  background: transparent url(/images/wagatail/btn_rss.gif) no-repeat scroll left center;
  color: #FFA827;
  display: block;
  margin-top: 10px;
  padding-left: 21px;
  padding-top: 3px;
  font-weight: normal;
}

/* Details top */

.details_top {
  background: transparent url(/images/wagatail/details_top_border.png) repeat-x scroll left bottom;
  min-height: 24px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

/* IE6 PUT IN HACK FILE LATER */

* html .details_top {
  background: none;
  border-bottom: 1px solid #2b573e;
  width: 100%;
}

/* Slideshow */

#home_slideshow {
  background: transparent url(/images/wagatail/featured_shows_bg.jpg) no-repeat scroll left top;
  padding-bottom: 1px;
  padding-left: 4px;
  padding-top: 4px;
  width: 614px;
}

#home_slideshow .slideshow_photo {
  clear: both;
  float: left;
}

#home_slideshow .details {
  height: 211px;
  padding-left: 15px;
  padding-top: 10px;
  width: 362px;
  float: left;
}

#home_slideshow .details p {
  margin-bottom: 10px;
  font-size: 16px;
  color: #fefee0;
  margin-left: 0;
  padding: 0;
  text-indent: 0;
}

#home_slideshow .details p a {
  color: #ffa827;
}

#home_slideshow .details p.description {
  margin-top: 10px;
  color: #f3e2c0;
  font-size: 13px;
}

#home_slideshow .details a.headliner {
  font-size: 36px;
  color: #26cbf0;
  font-weight: bold;
  font-style: italic;
  font-family: georgia, serif;
  line-height: 1em;
  text-indent: 0;
}

#home_slideshow .details a.supporter {
  font-size: 18px;
  color: #26cbf0;
  font-weight: normal;
  font-family: georgia, serif;
}

#home_slideshow h3 {
  color: #fe0000;
  font-family: helvetica,arial,sans-serif;
  font-size: 24px;
  margin-top: 0px;
  float: left;
}

#home_slideshow .show_time {
  font-style: italic;
}

#home_slideshow img.ticket_icon {
  
}

#home_slideshow .ticket_price {
  font-family: helvetica, arial, sans-serif;
  color: #33bfc5;
  font-size: 16px;
  padding-left: 5px;
}

#home_slideshow .age_restriction {
  color: #d7c091;
  padding-left: 5px;
}

/* Bottom */

.slideshow_bottom {
  clear: both;
  width: 616px;
  padding: 0;
  margin: 0;
	height: 11px;
  background: url(/images/wagatail/special_box_yellow.png) no-repeat left top;
}

/* Show Details */

#show_details {
  background: #000;
  border: 1px solid #ffa827;
  padding-bottom: 1px;
  padding-left: 4px;
  padding-top: 4px;
  width: 610px;
}

#show_details .slideshow_photo {
  clear: both;
  float: left;
/*  width: 30%;*/
	width: 225px;
  padding: 10px;
}

#show_details .details {
  padding-left: 10px;
  padding-top: 10px;
/*  width: 62%;*/
	width: 320px;
  float: left;
}

#show_details .details p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #fefee0;
  margin-left: 0;
  padding: 0;
  line-height: 1.25em;
  text-indent: 0;
}

#home_slideshow .details p a {
  color: #ffa827;
}

#show_details .details p.description {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

#show_details .details a.headliner {
  font-size: 32px;
  color: #ffa827;
  font-weight: bold;
  line-height: 1em;
  text-indent: 0;
  padding-top: 10px;
}

#show_details .details a.supporter {
  font-size: 14px;
  font-weight: bold;
}

#show_details h3 {
  color: #fe0000;
  font-family: helvetica,arial,sans-serif;
  font-size: 24px;
  margin-top: 0px;
  float: left;
}

#show_details .show_time {
  font-style: italic;
  color: #fe0000;
  font-size: 14px;
}

#show_details img.ticket_icon {
  
}

#show_details small {
  font-style: italic;
}

#show_details .ticket_price {
  font-family: helvetica, arial, sans-serif;
  color: #74c905;
  font-size: 16px;
  padding-left: 5px;
}

#show_details .age_restriction {
  color: #fff;
  font-size: 12px;
}

/* Bottom */

.slideshow_bottom {
  clear: both;
  width: 616px;
  padding: 0;
  margin: 0;
  background: url(/images/wagatail/special_box_yellow.png) no-repeat left top;
}

/* Show Detail artists */

.show_artist {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 595px;
}

.show_artist .screen_photo {
	width: 150px;
  float: left;
}

.show_artist h4 {
  color: #ffa827;
  font-size: 22px;
  float: left;
}

.show_artist .details_top {
  float: left;
  margin-left: 10px;
  width: 73%;
  background: none;
  margin-bottom: 0px;
}

.show_artist .favorite {
  float: right;
}

.show_artist p {
  padding-left: 10px;
  float: left;
  width: 73%;
  line-height: 1.5em;
}

div.home_sidebar {
  padding: 20px 0 0 10px;
  float: left;
  width: 280px;
  display: inline;
}

div.home_sidebar div.featured_show {
  border-width: 0px;
}

.featured_show div.details {
  width: 150px;
}

div.this_week {
  background: #666 url(/images/wagatail/thisweek-bg.gif) repeat-y;
  font-size: 0.9em;
  width: 210px;
  margin: 0 0 20px 0;
}

div.this_week p {
  padding: 0 5px 5px 5px;
}

div.home_shows h2 {
  font-size: 30px;
}

div.home_featured {
  float: left;
  width: 150px;
	margin-right: 10px;
}

div.delivering {
  margin: 20px 0 0 0;
  text-align: center;
}

/* ticketbox */

fieldset.ticketbox, fieldset.orderbox {
  padding: 5px 10px 5px 10px;
  border: 1px solid #887f24;
	background-color: #000;
/*  color: #000;*/
  margin: 10px 0 20px 0;
  font-size: 12px;
}

fieldset.ticketbox {
  width: 500px;
}

fieldset.ticketbox h3, fieldset.orderbox h3 {
  color: #df7a20;
  font-weight: normal;
  font-size: 12px;
  text-transform: none;
}

fieldset.ticketbox legend, fieldset.orderbox legend {
  font-size: 14px;
  font-weight: normal;
	color: #FFF;
  background-color: #000;
	border-top: 1px solid #f20102;
	border-right: 1px solid #f20102;
	border-left: 1px solid #f20102;
	padding: 4px;
}

p.ticketprice {
  font-size: 16px;
}

/* aligngrid */

table.aligngrid {
  border-spacing: 0;
  border-width: 0;
  margin: 5px 0 10px 0;
}

table.aligngrid td, table.aligngrid th {
  padding-right: 4px;
  padding-bottom: 4px;
}

table.aligngrid tr {
  vertical-align: top;
}

/* cart */

table.cartgrid {
  margin-top: 15px;
  font-size: 12px;
  color: #b5b697;
	background-color: #000;
}

table.cartgrid td, table.cartgrid th {
  padding-right: 4px;
  padding-bottom: 4px;
  text-align: left;
  border-bottom: 1px solid #3D3D3D;
}

table.cartgrid tr {
  vertical-align: top;
}

table.cartgrid {
/*	width: 450px;*/
	border-spacing: 0;
  border-width: 0;
}

table.cartgrid td, table.cartgrid th {
  padding: 4px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

table.cartgrid tr.totalrow {
  font-weight: bold;
}

table.cartgrid td.price, table.cartgrid th.price {
  text-align: right;
}

fieldset.ticketbox, fieldset.orderbox {
  padding: 5px 10px 5px 10px;
	border: 1px solid #f20102;
	margin: 10px 0 20px 0;
  font-size: 12px;
	width: 595px;
}

fieldset.ticketbox {
/*  width: 500px;*/
}

fieldset.ticketbox h3, fieldset.orderbox h3 {
  font-weight: normal;
  font-size: 12px;
  text-transform: none;
}

fieldset.ticketbox legend, fieldset.orderbox legend {
  font-size: 14px;
  font-weight: normal;
}

p.ticketprice {
  font-size: 16px;
}

div.leaderboard {
  margin: 5px;
  width: 728px;
  height: 90px;
}

.leaderboard img {
  margin: 0 0 0 120px;
}

div.medium_rectangle {
  margin: 5px auto 5px auto;
  width: 300px;
  height: 250px;
}



/* youtube player */

#youtube_player {
  margin: 10px 0 10px 0;
  background-color: #000;
	line-height: 1.0em;
	border: 2px solid #f20102;
}

#ytplaybutton {
  width: 16px;
  height: 16px;
  float: left;
  border-right: 1px solid #666666;
}

#yttimebar {
  float: left;
  position: relative;
/*	width: 240px;*/
	width: 235px;
  height: 16px;
  background-color: #000;
  border: 1px solid #333;
  margin-left: auto;
  margin-right: auto;
  background: #000 url(/images/shared/timebar-bg.gif) top repeat-x;
  margin-top: -1px;
  border-right: 1px solid #666666;
}

#yttimebarIndicator {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 5px;
  height: 16px;
}

#ytcounter {
  color: #FFF;
  float: left;
  width: 25px;
  height: 12px;
  font-size: 9px;
  padding-top: 4px;
  background: #000 url(/images/shared/counter-bg.gif);
  border-right: 1px solid #666666;
  overflow: hidden;
}

#ytmutebutton {
  width: 16px;
  height: 16px;
  float: left;
}

#ytplaylist {
  padding: 8px 0 0 0;
  clear: both;
  height: 236px;
  overflow: scroll;
  background-color: #000;
}

#ytplaylist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#ytplaylist ul li {
	background-color:#153429;
	border-bottom: 1px solid #0;
	font-size:11px;
	list-style-type:none;
	margin:0 0 4px;
	padding:4px;
}

.ytfooter {
	width: 300px;
	height: 25px;
	text-align: center;
	margin-top: -10px;
}

/* homepage scroller */

#home_slideshow {
}

div.scroller {
	width: 602px;
	height: 225px;
	overflow: hidden;
}


#home_slideshow div.section {
	width: 602px;
	height: 225px;
	overflow: hidden;
	float: left;
}

/*#home_slideshow div.splash_photo {
	height: 225px;
	background-color: #1E1105;
	text-align: center;
}*/

#home_slideshow div.splash_photo img {
	vertical-align: middle;
}

div.scroller div.content {
	width: 10000px;
}

#home_slideshow div.controls {
  float: right;
  background: transparent url(/images/walnutroom/slider_nav.gif) no-repeat scroll right top;
  display: block;
  height: 17px;
  text-indent: -999999px;
  width: 50px;
  padding-bottom: 10px;
}

/*#home_slideshow .slideshow_photo {
  clear: right;
  float: left;
}

#home_slideshow .details {
  float: left;
  height: 225px;
  padding-left: 15px;
  padding-top: 0px;
  width: 362px;
}

#home_slideshow div.splash_photo {
	background-color: #1E1105;
}

#home_slideshow .details p {
  margin-bottom: 10px;
  font-size: 12px;
}

#home_slideshow .details p a {
  color: #fff;
}

#home_slideshow .details p.description {
  margin-top: 10px;
  color: #f3e2c0;
  font-size: 13px;
}

#home_slideshow .details a.headliner {
	padding-top: 6px;
	display: block;
  font-size: 26px;
  color: #fff;
}

#home_slideshow .details a.supporter {
  font-size: 16px;
  color: #fff;
  font-style: italic;
}

#home_slideshow h3 {
  color: #FF9600;
  font-family: helvetica,arial,sans-serif;
  font-size: 16px;
  margin-top: 16px;
}


#home_slideshow img.ticket_icon {
  margin-bottom: 8px;
}

#home_slideshow .ticket_price, #showdetail .ticket_price {
  font-family: helvetica, arial, sans-serif;
  color: #33bfc5;
  font-size: 16px;
  padding-left: 5px;
}

#home_slideshow .age_restriction {
  color: #d7c091;
  padding-left: 5px;
}
*/

div.home_sidebar {
	margin: 12px 0 12px 0;
}


