#joh_shows_calendar .yui3-calendar-pane {
	color:black;
  width:290px;
	background-color:white;
}
#joh_shows_calendar .yui3-calendar-grid {
	border-collapse:collapse;
}
#joh_shows_calendar .yui3-calendar-header {
	height:53px;
	color:white;
	background-color:#f17a2e;
	position:relative;
	width:290px;
	padding:0;
}
#joh_shows_calendar .yui3-calendar-header-label {
	width:200px;
  text-align:center;
	font-size:20px;
	text-transform:uppercase;
	position:relative;
	top:12px;
	left:50%;
	margin-left:-100px;
	text-shadow: #666666 1px 1px;
}
#joh_shows_calendar .yui3-calendarnav-nextmonth,
#joh_shows_calendar .yui3-calendarnav-prevmonth {
	background:url(images/calendar.png) no-repeat -13px 0;
	display:block;
	width:13px;
	height:15px;
	text-indent:-9999px;
	position:absolute;
	top:18px;
	left:18px;
}
#joh_shows_calendar .yui3-calendarnav-nextmonth {
	background-position: 0 0;
	right:18px;
	left:auto;
}
#joh_shows_calendar .yui3-calendar-weekdayrow {
  height:27px;
	background:url(images/calendar.png) repeat-x 0 -15px;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
}
#joh_shows_calendar .yui3-calendar-weekday {
  vertical-align:middle;
	text-align:center;
	text-transform:uppercase;
}
#joh_shows_calendar .yui3-calendar-nextmonth-day,
#joh_shows_calendar .yui3-calendar-prevmonth-day,
#joh_shows_calendar .yui3-calendar-day {
	width:40px;
	height:40px;
	background:url(images/calendar.png) no-repeat 0 -42px;
  vertical-align:middle;
	text-align:center;
	border:1px solid #eeeeee;
	font-size:14px;
	line-height:18px;
}
#joh_shows_calendar .marker-wrapper {
	width:100%;
	position:relative;
	padding:11px 0;
}
#joh_shows_calendar .calendar-marker {
	width:13px;
	height:14px;
	position:absolute;
	right:-1px;
	top:-1px;
  background-image: url(images/markers.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#joh_shows_calendar .calendar-marker.two {
  background-position:-43px 0;
	left:-1px;
	right:auto;
}
#joh_shows_calendar .calendar-marker.three {
  background-position:-28px 0;
	left:-1px;
	top:auto;
	right:auto;
	bottom:-1px;
}
#joh_shows_calendar .calendar-marker.four {
  background-position:-15px 0;
	top:auto;
	bottom:-1px;
}
#joh_shows_calendar_description {
  height:75px;
	width:287px;
	margin:15px 0;
}
#joh_shows_calendar_description h2 {
  color:#f17a2e;
	margin:0 0 2px 0;
}
#joh_shows_calendar_description a {
	color:inherit;
  text-decoration:none;
}
#joh_shows_calendar_description a:hover {
  text-decoration:none;
}
#joh_shows_calendar_description .calendar-description-wrapper {
  float:left;
}

#joh_shows_calendar_description .calendar-description-date {
	width:40px;
	padding:0 20px 0 10px;
	float:left;
}
#joh_shows_calendar_description .date-day {
  font-size:36px;
	line-height:36px;
	font-weight:bold;
}
#joh_shows_calendar_description .date-month {
	font-size:20px;
	line-height:20px;
	text-transform:uppercase;
}

.joh_upcoming_shows_wrapper {
  width:616px;
	height:424px;
	overflow:hidden;
	border:1px solid #f17a2e;
}
.joh_shows_upcoming_show {
  width:616px;
	height:424px;
	position:relative;
}
.joh_shows_upcoming_show img {
  position:absolute;
	top:0;
	left:0;
	max-width:none;
}
.joh_shows_upcoming_show .upcoming_show_detail {
  width:616px;
	height:424px;
	position:absolute;
	top:0;
	left:0;
	background:url(images/upcoming.png) no-repeat left bottom;
}
.joh_shows_upcoming_show .upcoming_show_stuff,
.joh_shows_upcoming_show .upcoming_show_title {
  position:absolute;
	left:25px;
	color:white;
	font-size:36px;
	text-shadow:1px 1px #333333;
	text-transform:uppercase;
}
.joh_shows_upcoming_show .upcoming_show_title {
	bottom:74px;
}
.joh_shows_upcoming_show .upcoming_show_stuff {
	font-size:24px;
	top:350px;
	text-transform:none;
}
.joh_shows_upcoming_show .upcoming_show_stuff div {
  float:left;
	margin-right:15px;
}
.joh_shows_upcoming_show .upcoming_show_date {
	text-transform:uppercase;
	text-shadow:none;
	color:#f17a2e;
}
.joh_shows_upcoming_show .upcoming_show_booking_link a,
.joh_shows_upcoming_show .upcoming_show_link a {
	color:#f17a2e;
	text-decoration:none;
}
.joh_shows_upcoming_show .upcoming_show_booking_link,
.joh_shows_upcoming_show .upcoming_show_link {
	position:absolute;
	bottom:20px;
	left:25px;
	padding-left:15px;
	background:url(images/bullet.png) no-repeat 0 3px;
	text-transform:uppercase;
	font-size: 14px;
}
.joh_shows_upcoming_show .upcoming_show_booking_link {
	left: 135px;
}
.banner {
	position:absolute;
	top:0;
	left:0;
	width:282px;
	height:152px;
}
.cancelled .banner {
		background: url(images/cancelled.png) no-repeat 0 0;
}
.sold_out .banner {
		background: url(images/soldout.png) no-repeat 0 0;
}
.limited_seats .banner {
		background: url(images/limited-seats.png) no-repeat 0 0;
}
.screening .banner {
		background: url(images/screening.png) no-repeat 0 0;
}
#popup-overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:black;
	opacity:0.8;
}
#show-popup {
	position:fixed;
	left:50%;
	top:50%;
	width:400px;
	margin-left:-200px;
	height:200px;
	margin-top:-100px;
	padding:15px;
	background-color:black;
}
#show-popup a {
	color:#f17a2e;
}
#joh_shows_calendar_description {
	display:none;
}

