* {
    margin: 0;
    /*padding: 0;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;*/
    text-align: left;
}
html, body {height: 100%; font-family: 'Lato', sans-serif;}
ul { padding: 0px; }

.wrapper {min-height: 100%; margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */}

.container{width:840px; margin:0px auto;} /* was 1140px - then 899 */

header{height:95px; background:url(/resources/images/new-header-bg.jpg); background-repeat: repeat-x; padding-top:25px;}

.logo-wrapper{height:0px;}
.logo{position:relative; top:-15px; width:265px;}
.logo img{max-width:265px;}

.nav-wrapper{height:60px; background:url(/resources/images/nav-bg.jpg); background-repeat: repeat-x;}
.nav-wrapper nav ul{margin-left:320px; padding:20px 0px 0px 0px;}
.nav-wrapper nav ul li{float:left; list-style-type:none; margin-right:10px;}
.nav-wrapper nav ul li.social{float:right; margin-top:-5px; margin-left:20px; margin-right:0px;}
.nav-wrapper nav ul li a{color:#363636; text-transform:uppercase; font-weight:600; text-decoration:none;}
.nav-wrapper nav ul li a:hover{border-bottom:3px solid #000000; color:#000000;}
.nav-wrapper nav ul li.social a{border:none;}

footer, .push {height: 200px; /* '.push' must be the same height as 'footer' */}
footer{background-color:#292a2a;}

footer .left{float:left; padding-top:30px; color:#a1a1a1; width:170px;} /* was 320px */
footer .left p{color:#deb151; border-bottom:1px solid #555555; padding-bottom:3px; font-size:18px;}
footer .left ul{padding:0px;}
footer .left li{list-style-type: none; width:100%; float:left; padding-top:5px;} /* was 50% */

footer .middle{float:left; padding-top:30px; margin-left:100px;}
footer .middle img{max-width:305px;}
footer .middle a { text-decoration: none; }
footer .middle a:hover { text-decoration:underline; color: #FFFFFF; }
footer .middle div { text-align: center; color: #a1a1a1;font-size:13px;}

footer .right{float:right; padding-top:30px; text-align:center; width:170px;}
footer .right p{font-size:18px; color:#deb151; text-transform:uppercase; padding-bottom:10px;}
footer .right a{color:#ffffff; font-size:24px; font-weight:600; text-decoration:none;}
footer .right a:hover{text-decoration: underline;}
footer .right .footer-social{padding:20px 0px 0px 0px;}
footer .right .footer-social li{list-style-type: none; display:inline-block; margin-left:10px; margin-right:10px;}


/** OLD NON META STYLES BELOW */

/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, table, legend, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    text-align: left;
}*/

a
{
    outline: none;
}

img, a img, :link img, :visited img
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
}

dfn
{
    font-style: normal;
}
ul
{
    list-style: none;
}


/* new clearfix */
.clearfix:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix
{
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix
{
    zoom: 1;
}
/* IE7 */

/*/html, body
{
    background-color: #0e0e0e;
}*/
#content-container
{
    /*background: url(../images/header-bg3.jpg) no-repeat center top; */
    min-height: 500px;
    font: 14px/22px Arial,helvetica,sans Sans-Serif normal normal;
    color: #333;
    margin-top: 20px;
    margin-bottom: 50px;
}

a
{
    color: #000;
}
a:hover
{
    color: #222;
    text-decoration: none;
}
/*
.container
{
    width: 899px;
    margin: 0 auto;
    position:relative;
}
#header
{
    height: 175px;
}
#header #logo
{
    display: block;
    position: relative;
    top: 20px;
    left: 295px;
    width: 440px;
    height: 130px;
    text-indent: -9999px;
}

#menu
{
    margin: 7px 0 8px 115px;
}
#menu li {
	    float: left; margin: 0 22px;
}
#menu > li
{
    line-height: 30px;
    position: relative;
}


#menu a
{
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: .85em;
    text-shadow: 1px 1px 1px rgba(0,0,0,.75);
    outline: none;
}
#menu a:hover
{
    border-bottom: 1px solid #ccc;
}
#menu .newsletter-button:hover
{
    border-bottom: none;
}
    */

.slide-form
{
    position: absolute;
    width: 210px;
    border: solid 2px #000;
    border-radius: 3px;
    background: #111;
    padding: 5px 10px;
    top: 39px;
    margin: 0 0 0 2px;
    box-shadow: 2px 2px 4px rgba(0,0,0,.5);
    overflow: hidden;
    color: #ccc;
    z-index: 1000;
    right:0px;
}
.slide-form fieldset
{
    border: none;
    line-height: 15px;
    font-size: 12px;
    margin: 3px 0 0 10px;
    height: 205px;
}
.slide-form fieldset h5
{
    color: #f7f7f7;
    font-size: 11px;
}
.slide-form fieldset li
{
    margin: 10px 2px;
}
.slide-form fieldset li input
{
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 4px;
    width: 175px;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.2);
    outline: none;
}
/*.watermark
{
    color: #ccc;
}*/
.nl-box
{
    position:absolute;
    right:0;
    margin: -2px 0 8px 0;
    background:transparent url(/images/nl-bg.png) no-repeat top left;
    padding: 3px 5px 10px 8px;
}

.newsletter-button
{
    width: 200px;
    height: 32px;
    display: inline-block;
    background: url(../images/newsletter-button.png) no-repeat;

}
.button2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    cursor: pointer;
    color: #624600;
    padding: 5px 10px;
    background: #ffe57e;
    background: -moz-linear-gradient( 		top, 		#ffe57e 0%, 		#fcdd5f);
    background: -webkit-gradient( 		linear, left top, left bottom,  		from(#ffe57e), 		to(#fcdd5f));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #fbc500;
    -moz-box-shadow: 0px 1px 0px rgba(000,000,000,0.2), inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow: 0px 1px 0px rgba(000,000,000,0.2), inset 0px 0px 2px rgba(255,255,255,1);
    box-shadow: 0px 1px 0px rgba(000,000,000,0.2), inset 0px 0px 2px rgba(255,255,255,1);
    text-shadow: 0px 1px 0px rgba(255,255,255,.7);
}
#footer
{
    width: 960px;
    height: 120px;
    margin: 0 auto;
    background: url(../images/footer-bg2.jpg) no-repeat;
    padding-top: 1px;
}

#footer ul
{
    margin: 65px 70px 0 210px;
    font-size: 11px;
    color: #333;
}

#footer ul li
{
    float: left;
    border-right: solid 1px #222;
    line-height: 14px;
    padding: 0 15px;
}
#footer ul li a
{
    color: #666;
}

#footer ul li#global
{
    border-right: none;
}

#footer ul li a:hover
{
    color: #333;
}

/*
#content-container
{
    background: #fff;
    margin: 19px 0 0 0;
    min-height: 320px;
}*/

h1
{
    font-size: 30px;
    /*text-transform: uppercase;*/
    margin: 10px 0;
    font-weight: normal;
    line-height: 30px;
}
h2,h3
{
    color: #673f00;
    font-weight: bold;
    font-size: 18px;
    /*text-transform: uppercase;*/
    margin: 0 0 10px 0;
}

h3{font-size:16px; text-align:center; margin:0}

h2 span
{
    text-transform: lowercase;
}
h4
{
    font-size: 14px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    margin: 10px 0;
}
.admin-heading 
{
     color: #673f00;
    border-bottom:solid 1px #ccc;
    text-align:left;
    margin:2em 0 1em 0;
}
p
{
    margin: 15px 0;
}
dl
{
    margin: 5px 0 15px 0;
}
dt
{
    float: left;
    clear: left;
}
dt:after
{
    content: " ";
}
dd
{
    margin: 0;
    padding: 0;
    font-weight: bold;
}
ol
{
    margin-left: 20px;
}

li.liTotal
{
    position: relative;
    left: 322px;
}

li.liAvailable
{
    position: relative;
    left: 300px;
}

span.litTicketTotal
{
    position: relative;
    left: 15px;
}

span.litAmountTotal
{
    position: relative;
    left: 50px;
}

span.litAvailable
{
    position: relative;
    left: 50px;
}

div.content
{
    padding: 0px 0px 0px 0px;
    min-height: 283px;
}

div.content2
{
    background: url(../images/content2-bg.png) repeat-x;
    padding: 30px;
}

div.content3
{
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
}

div.content3 div
{
    float:left;
}

div.feature-container
{
    margin-bottom: 30px;
}

div.feature-container+div.feature-container
{
    border-top:solid 3px #ddd;
    padding-top:30px;
}

.feature-block
{
    width: 374px;
    height: 257px;
    background: #e2f9ff;
    overflow: hidden;
    padding: 13px 25px;
    border: solid 3px #d0f2f9;
    border-radius: 4px;
}

.feature-block dt
{
    width: 80px;
}

.feature-block dd
{
    margin: 0 0 0 90px;
}

.feature-block2
{
    width: 374px;
    height: 172px;
    overflow: hidden;
    padding: 5px 25px 20px 25px;
    margin-top: 24px;
    font-size: 12px;
}

.feature-block-full
{
    height: auto;
   
}

.feature-block-special
{
    font-size: 16px;
    font-weight: bold;
    margin-left: 30px;
    text-shadow: 1px 1px #fff;
}

.feature-block-special a
{
    color: #336699;
}

.feature-blockreport
{
    width: 735px;
    overflow: hidden;
    margin-top: 24px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
}

.feature-blockreport .sum span
{
    font-size:1.2em; 
    margin: 0 20px;
}

.feature-blockreport .sum span span {font-weight:bold}

.feature-blockreport table {width: 100%}

.feature-blockreport td
{
    text-align: center;
    padding: 5px 20px;
    font-weight: bold;
    border-bottom: 1px solid #ddd
}

.feature-blockreport .red {color: #BE0101}
.feature-blockreport .green {color:#167908}

.feature-blockreport caption
{
    font-size: 1.4em
}

.feature-blockreport caption span 
{
    margin: 0 20px 0 0 
}

.feature-blockreport .total {font-size: 1.2em}

.feature-blockreport th
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background: #ddd;
    padding: 0 7px;
}

.feature-blockreport .transaction
{
    margin: 3px 10px 17px 10px;
    padding: 10px;
    border:1px solid #888
}

.feature-blockselect
{
    width: 740px;
    border-width: thin;
    border-color: Black;
    overflow: hidden;
    padding: 5px 25px 20px 25px;
    margin-top: 24px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
}


.feature-blockselect ul
{
    margin-left: auto;
    margin-right: auto;
}
.feature-blockselect li a 
{
    margin: 0 8px;
}

.event-session { margin-top: 5px}
.feature-block2 ul
{
    width: 185px;
    float: left;
}
.feature-block2 h4
{
    color: #666;
}

.feature-blockselect .subnav li a
{
    text-decoration:none;
    font-size: 1.3em;    
}
.bullet
{
    list-style-type: disc;
    list-style-position: inside;
}

div.future-productions {text-align:center; width:100%}
div.future-wrapper {margin: auto; display:inline-block}
div.future-container {float:left}

div.future-container
{
    background-color: #f7f7ee;
    border: 1px solid #c4c5a6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position:relative;
    margin: 0 16px 20px 16px;
    padding: 0 10px;
    min-width: 200px;
    width: 224px;
    height:200px;
}

div.future-container,
div.future-container h2,
div.future-container p
{
    text-align: center;
}

div.future-container img
{
    width: 100px;
    height: auto;
    margin:5px 0;    
}

div.future-container h2,
div.future-container p
{
    margin: 5px 0;    
}

div.future-container div.ticketonsale
{
    background-color: Red;
    color: White;
    position: absolute;
    right: -25px;
    top: 0;
    text-align: center;
    font-size: 90%;
    line-height: 15px;
    -webkit-transform: rotate(45deg);   /* Safari */
    -moz-transform: rotate(45deg);      /* Firefox */
    -ms-transform: rotate(45deg);       /* IE */
    -o-transform: rotate(45deg);        /* Opera */
    border: 2px solid #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 100px;
    height: auto;
    padding: 3px;
}

div.future-container div.ticketonsale.now
{
    background-color: Green;
}

.seal
{
    background: url(../images/seal.jpg) no-repeat 645px bottom;
}

a.button
{
    display: block;
    text-indent: -9999px;
    width: 154px;
    height: 39px;
    margin: 0 20px 0 0;
}

a.full-details-button
{
    background: url(../images/full-details-button.png) no-repeat;
}
a.full-details-button:hover
{
    background: url(../images/full-details-button.png) no-repeat left -39px;
}

a.get-tickets-button
{
    background: url(../images/get-tickets-button.png) no-repeat;
}
a.get-tickets-button:hover
{
    background: url(../images/get-tickets-button.png) no-repeat left -39px;
}

a.next-step-button
{
    background: url(../images/next-step-button.png) no-repeat;
}
a.next-step-button:hover
{
    background: url(../images/next-step-button.png) no-repeat left -39px;
}

a.purchase-button
{
    background: url(../images/purchase-button.png) no-repeat;
}
a.purchase-button:hover
{
    background: url(../images/purchase-button.png) no-repeat left -39px;
}


.feature-left
{
    width: 386px;
    margin-right: 30px;
}
.feature-right
{
    width: 423px;
}

a.past-production
{
    display: block;
    background: url(../images/past-production-bg.png) no-repeat;
    width: 838px;
    height: 167px;
    margin-bottom: 15px;
    text-decoration: none;
    color: #000;
}

a.past-production img
{
    float: left;
}

a.past-production strong
{
    color: #673f00;
    font-size: 24px;
    display: block;
    margin: 10px 0 5px 0px;
    text-transform: uppercase;
    font-weight: normal;
}
a.past-production p
{
    float: left;
    width: 490px;
    margin: 5px 0 0 20px;
}

a.past-production span
{
    float: left;
    display: block;
    width: 50px;
    height: 167px;
    text-indent: -9999px;
    margin-left: 40px;
}
a.past-production .year-2015
{
    background: url(../images/2015.png) no-repeat;
}
a.past-production .year-2014
{
    background: url(../images/2014.png) no-repeat;
}
a.past-production .year-2013
{
    background: url(../images/2013.png) no-repeat;
}
a.past-production .year-2012
{
    background: url(../images/2012.png) no-repeat;
}
a.past-production .year-2010
{
    background: url(../images/2010.png) no-repeat;
}
a.past-production .year-2009
{
    background: url(../images/2009.png) no-repeat;
}
a.past-production .year-2008
{
    background: url(../images/2008.png) no-repeat;
}
a.past-production .year-2007
{
    background: url(../images/2007.png) no-repeat;
}
a.past-production .year-2006
{
    background: url(../images/2006.png) no-repeat;
}
a.past-production .year-2005
{
    background: url(../images/2005.png) no-repeat;
}

.detail-content-left {
	  margin-right: 20px;
	   border-right: 1px solid #d3d3d3;
	     padding-right: 20px;
}

.detail-content-right {
	  margin-left: 20px;
	   border-left: 1px solid #d3d3d3;
	     padding-left: 20px;
}

.detail-sidebar
{
    width: 275px;
    font-size: 13px;
    color: #333;
}
.detail-sidebar-large
{
    width: 275px;
}

.detail-sidebar h1
{
    font-size: 26px;
    color: #673f00;
}

.detail-sidebar h4
{
    color: #673f00;
}

.detail-sidebar dt
{
    width: 80px;
}
.detail-sidebar dd
{
    margin: 0 0 0 75px;
}

.detail-narrow-sidebar {
	width:195px;
}

.detail-content
{
    color: #454545;
  
    width: 500px;
   
}

.detail-content dt
{
    width: 225px;
}
.detail-content dd
{
    margin: 0 0 0 225px;
}


.detail-content-wide {
	width:600px;
}
.detail-content-eq {
    width: 420px; 
}
.detail-sidebar-eq {
    width: 420px;
}










.characters li
{
    margin-bottom: 10px;
}

.fl
{
    float: left;
}
.fr
{
    float: right;
}

.text-center {text-align:center}

hr
{
    border: solid 1px #b9cbe9;
}
.grid
{
    border-collapse: collapse;
}
.grid th {
	font-weight:bold;
}
.grid th, .grid td
{
    border: solid 1px #f3f3f3;
    padding: 4px 10px;
}

.form th, .form td
{
    padding: 3px;
}
.form th
{
    font-size: 14px;
    font-weight: bold;
    /* text-transform: uppercase; */
}

.form th.ticket-venue
{
    border-bottom: solid 1px #ccc;
}
.form th.ticket-type
{
    color: #777;
}
.form em
{
    padding-left: 5px;
    color: #ff0000;
}
.session-list
{
    border: solid 1px #ccc;
    font-size: 12px;
    
    background: #f9f9f9;
}
.session-list li
{
    padding: 2px 6px;

}
.session-list li strong
{
    float: left;
}
.session-list span
{
    display: inline-block;
    margin-left: 20px;
    float: left;
    width: 150px;
}

.session-list .selected-session
{
    display: block !important;
}
.blue-link
{
    color: Blue;
    font-size: 11px;
    font-weight: normal;
    text-transform: capitalize;
}
select, input, textarea
{
    padding: 5px 5px;
   
}
input[type='submit'],input[type='button'], button {
    padding: 8px 15px;
    box-shadow: 1px 1px 5px rgba(0,0,0, .3);
    text-shadow: 1px 1px 1px rgba(255,255,255, .9);
    font-weight: bold;
    border: solid 1px #a4a4a4;
    border-radius:3px;
}
input[type='submit']:hover,input[type='button']:hover, button:hover {
	border: solid 1px #999;
}
.delete-button {
	background:none;
}
#session-editor {
	border-left: solid 2px #6699cc;
	padding-left:8px;
}

.session
{
   float:left;
}

.session-seating-plan {
	float:right;
	padding-left:18px;
	font-size:12px;

    background: url(../images/arrow-right-16.png) no-repeat left 3px;
    
}

.checkbox input
{
    display: inline-block;
    margin-right: 6px;
}
.no-bm
{
    margin-bottom: 0;
}
.no-tm
{
    margin-top: 0;
}

.val
{
    color: #ff0000;
}
textarea+.val, select+.val, input+.val {
	margin-left:5px;
}
.contact
{
    margin-top: 20px;
    width: 840px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 30px;
}
.contact-card
{
    float: left;
    width: 200px;
    border-radius:5px;
    border:solid 3px #D0F2F9;
    margin:10px;
    padding:5px 10px;
    min-height:90px;
    background:#E2F9FF;
}

.fb
{
    width:auto;
    height:auto;
    border:none;
    padding:0;
    background:#fff;
}
.contact-card dt
{
    width: 65px;
}
.contact h2
{
    margin:0;
}
.contact h3
{
    text-align:left;
    font-size:14px;
    color: #333;
}

.gallery li
{
    border: solid 1px #ccc;
    width: 160px;
    height: 100px;
    margin: 10px 10px;
    float: left;
}
.gallery li
{
    overflow: hidden;
}

ul.event-list
{
    padding: 0px;
}
.event-list li {

float:left;
width:226px;
margin:20px 25px;
text-align:center;
border: 1px solid #fbc500;
  box-shadow: 0 0 15px rgba(000,000,000,0.35);
  -moz-box-shadow: 0 0 15px rgba(000,000,000,0.35);
   -webkit-box-shadow: 0 0 15px rgba(000,000,000,0.35);

}

.event-list-image-container 
{
    height:167px;
    display:block;
}
.event-list-lower {
	display:block;
	 background: #ffe57e;
    background: -moz-linear-gradient( 		top, 		#ffe57e 0%, 		#fcdd5f);
    background: -webkit-gradient( 		linear, left top, left bottom,  		from(#ffe57e), 		to(#fcdd5f));
    text-shadow: 0px 1px 0px rgba(255,255,255,.7);
    color:#333;
    text-decoration:none;

text-align:center;
padding:10px;
}
.event-list-lower span {
	display:block;
	text-align:center;
}
.event-list-title {
	    font-weight:bold;
text-transform:uppercase;
}

.on-sale-now {
	background: #E9F6FF;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	border-bottom:solid 3px #D0F2F9;
}
 .on-sale-now h1 {
	margin:10px 24px 0 24px;
	font-weight:bold;
}

.upcoming-events h2 {
		margin:20px 24px 0 24px;
}

.upcoming-events .event-list-lower 
{
     background: #eee;
      background: -moz-linear-gradient( 		top, 		#eee 0%, 		#ccc);
    background: -webkit-gradient( 		linear, left top, left bottom,  		from(#eee), 		to(#ccc));
}

.upcoming-events .event-list li {
	border:#333;
}

/*#content-container { font-size: 8pt; /*background-color: #231f20;*/ }*/
/*.body { margin: 10px; }*/
/*#content-container, #content-container input, #content-container select, #content-container textarea, #content-container .input { font-family: Trebuchet MS, Tahoma, Verdana; color: #000; }*/
/*body { color: #ccc !important; }*/
/*input, select, textarea, .input { font-size: 10pt; }
input, .input { padding-left: 2px; padding-right: 2px; }
label { padding-right: 5px; }
input[type='checkbox'] { margin: 0 2px; }

h1 { color: #ccc; font-size: 28pt; text-transform: lowercase; }
h2 { color: #ccc; font-size: medium; height: 33px; font-weight: bold; text-transform: lowercase; }
h5 { color: #000; font-size: xx-large; float: right; margin-right: 10px; margin-top: 45px; text-transform: lowercase; }*/

#header-container
{
      left:0;

      width:100%;
      height:90px;
}
#header
{
      background: #0175ab;
      height: 90px;
}
#header img { padding-left: 10px; float: left; }
/*.container { padding: 10px;  }*/

.cb { clear: both; }
a { color: #000; }
.powered-by a { color: #CCC; }

.past-events { display: block; width: 350px; border: 1px solid white; }
.past-events div { width: 343px; height: 203px; }

.current { display: block; float: right; width: 840px; border: 1px solid white; }
.current img { float: left; }
.current div { float: right; width: 400px; }
.current div p { font-size: 1em; line-height: 2.5em; margin: 25px 0px; }
.current div a { float: right; }


#time-remaining
{
    background: url(../images/timer-bg.png) no-repeat;
    width: 110px;
    padding: 6px 15px;
    height: 78px;
    font-size: 11px;
}
#t7_timer
{
    width: 110px;
    height: 55px;
    position: relative;
}

#t7_timer_over
{
    width: 110px;
    height: 55px; /*background: url(../images/Countdown-over.gif) no-repeat;*/
    position: absolute;
    top: 0px;
    left: 1px;
    margin: 0px;
    padding: 0px;
}


#t7_vals
{
    width: 100%;
    clear: both;
    margin: 0px auto;
}

.t7_numbs
{
    font-size: 24px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
}

#t7_y
{
    background-image: url(../images/Countdown2.png);
    background-repeat: no-repeat;
    float: left;
    width: 48px;
    height: 35px; /*background-color:#ffffff;*/
    padding: 0px 0px 0px 3px;
    margin: 1px;
    letter-spacing: 7px;
}
#t7_d
{
    background-image: url(../images/Countdown3.png);
    background-repeat: no-repeat;
    float: left;
    width: 71px;
    height: 35px; /*background-color:#ffffff;*/
    padding: 0px 0px 0px 3px;
    margin: 1px;
    letter-spacing: 7px;
}
#t7_h
{
    background-image: url(../images/Countdown2.png);
    background-repeat: no-repeat;
    float: left;
    width: 48px;
    height: 35px; /*background-color:#ffffff;*/
    padding: 0px 0px 0px 3px;
    margin: 1px;
    letter-spacing: 7px;
}
#t7_m
{
    background-image: url(../images/Countdown2-nc.png);
    background-repeat: no-repeat;
    float: left;
    width: 49px;
    height: 28px; /*background-color:#ffffff;*/
    padding: 5px 0px 0px 4px;
    margin: 1px;
    letter-spacing: 9px;
}
#t7_s
{
    background-image: url(../images/Countdown2-nc.png);
    background-repeat: no-repeat;
    float: left;
    width: 49px;
    height: 28px; /*background-color:#ffffff;*/
    padding: 5px 0px 0px 4px;
    margin: 1px;
    letter-spacing: 9px;
}

#t7_labels
{
    width: 100%;
    clear: both;
    margin: 0px auto;
}

.t7_labs
{
    font-size: 9px;
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
}
#t7_yl
{
    float: left;
    width: 51px;
    height: 15px;
    padding: 0px;
    margin: 0px;
}
#t7_dl
{
    float: left;
    width: 74px;
    height: 15px;
    padding: 0px;
    margin: 0px;
}
#t7_hl
{
    float: left;
    width: 54px;
    height: 15px;
    padding: 0px;
    margin: 0px;
}
#t7_ml
{
    float: left;
    width: 55px;
    height: 15px;
    padding: 0px;
    margin: 0px;
}
#t7_sl
{
    float: left;
    width: 46px;
    height: 15px;
    padding: 0px;
    margin: 0px;
}


#defaultCountdown
{
    width: 97px;
    height: 55px;
    text-align: center;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}
#cboxOverlay
{
    position: fixed;
    width: 100%;
    height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft
{
    clear: left;
}
#cboxContent
{
    position: relative;
}
#cboxLoadedContent
{
    overflow: auto;
}
#cboxLoadedContent iframe
{
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
#cboxTitle
{
    margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow
{
    cursor: pointer;
}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay
{
    background: #000;
}

#colorbox
{
}
#cboxContent
{
    margin-top: 20px;
}
#cboxLoadedContent
{
    background: #000;
    padding: 5px;
}
#cboxTitle
{
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc;
}
#cboxCurrent
{
    position: absolute;
    top: -20px;
    right: 0px;
    color: #ccc;
}
#cboxSlideshow
{
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}
#cboxPrevious
{
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(../images/controls.png) top left no-repeat;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}
#cboxPrevious.hover
{
    background-position: bottom left;
}
#cboxNext
{
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(../images/controls.png) top right no-repeat;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}
#cboxNext.hover
{
    background-position: bottom right;
}
#cboxLoadingOverlay
{
    background: #000;
}
#cboxLoadingGraphic
{
    background: url(../images/loading.gif) center center no-repeat;
}
#cboxClose
{
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(../images/controls.png) top center no-repeat;
    width: 38px;
    height: 19px;
    text-indent: -9999px;
}
#cboxClose.hover
{
    background-position: bottom center;
}

.website-link a {color: #454545; font-size:14px; font-weight:bold} 

/*-- pricelist --*/
.event-info {float:left}
#pricing-legend {width:300px; float:right }
#pricing-legend img, #selected-tickets img{margin-right: 6px; vertical-align:middle}
ul.ticket-list {float:right}
ul.ticket-list li {text-align:right; margin:2px 0;}
.basis-seats { margin-top: 5px; padding-top: 5px; border-top: 1px solid #C5C4C4}
.basis-seats span.last{margin-left: 10px}

/*-- Seating Plan --*/
#seating-plan {text-align:center;  margin-bottom:10px}
#seating-plan .stage {height: 30px; background: #efefef; font-weight: bold; font-size: 1.3em; text-align: center; color: black; line-height: 1.7em; margin: 10px 0px -5px 0px;}
#seating-plan #seating-tiered { width: 108px; margin-top: 20px; text-align: center; float: left; }
#seating-plan #sections { display: inline-block; width: 100%;  text-wrap: none;}

table.section-plan {margin: 0 auto}
table.section-plan input[type="checkbox"] { opacity: 0; filter: alpha(opacity = 0); cursor:pointer}
table.section-plan input[type="checkbox"]:disabled {cursor: not-allowed}
.section-plan input {padding: 0px;}

.section-plan td {padding: 3px;}
@media only screen and (max-device-width: 820px) {  /* container is 840 - below this in mobile, it wraps */
    .section-plan td {padding: 1px;}
}
@media only screen and (max-device-width: 360px) {
    .section-plan td {padding: 1px;}
}

table.section-plan td.row-name {font-weight:bold}
table.section-plan td.seat {position: relative; background: transparent url(../images/seating-plans/seat_0.gif) no-repeat center center; text-align:center}
table.section-plan td.seat label {margin-left: -12px; font-size: 0.8em; font-weight:bold; color: #fff}
table.section-plan td.seat .seat-state{position:absolute; color: #fff; top: 5px; left: 6px}

/*section color */
table.section-color1 td.seat {
    background: transparent url(../images/seating-plans/seat_3.gif) no-repeat center center;
}
table.section-color2 td.seat {
    background: transparent url(../images/seating-plans/seat_2.gif) no-repeat center center;
}
table.section-color3 td.seat {
    background: transparent url(../images/seating-plans/seat_3.gif) no-repeat center center;
}

table.section-plan td.seat-blocked,
table.section-plan td.seat-selected,
table.section-plan td.seat-void { 
    color:#fff; font-weight: bold; 
}

table.section-plan td.seat-blocked 
{ 
    background: transparent url(../images/seating-plans/seat_blocked.gif) no-repeat center center; 
}
table.section-plan td.seat-selected 
{ 
    background: transparent url(../images/seating-plans/seat_selected.gif) no-repeat center center; 

}
table.section-plan td.seat-void 
{ 
    background: transparent url(../images/seating-plans/seat_void.gif) no-repeat center center; 
}

/*table.section-plan td.seat-disabled
{ 
    background: 
        url(../images/seating-plans/341-512.png) no-repeat 3px 9px,
        url(../images/seating-plans/seat_3.gif) no-repeat center center;
    background-size: 12px, 20px
}*/

table.section-plan td.seat-disabled:before
{ 
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    top:0;
    left:0;
    pointer-events: none;
    z-index: 1; 
    background: transparent url(../images/seating-plans/seat_disabled-12x12.png) no-repeat 3px 9px;
    background-repeat:no-repeat;        
    background-size: 12px;
}

.initial-view td.seat
{
   
	border: solid 1px #ccc;
	border-radius: 2px;
	padding:3px 0!important;
	background: none!important;
	width: 27px;
	text-align:center!important;
    text-transform: uppercase;
  
}
.initial-view .seat-state {
	top:0!important;
	left:0!important;
	position:relative!important;
	display:block;
	color:#000!important;width: 27px;
	text-align:center;
	text-shadow: 1px 1px 1px #ccc!important;overflow:hidden;
}


#selected-tickets { width: 64%; margin-bottom: 20px; float: left}

#selected-tickets .total, #selected-tickets .total-fee { clear: both; font-weight:bold; border-top: 2px dotted #b4b4b4; margin: 10px 0 0 0px; padding-top: 5px}
#selected-tickets .total, #selected-tickets .total-discount { clear: both; font-weight:bold; border-top: 2px dotted #b4b4b4; margin: 10px 0 0 0px; padding-top: 5px}
#selected-tickets .price-confirm, #selected-tickets .price-booking-fee, #selected-tickets .price-discount { float:right; }
#selected-tickets .total-label { float: left; }

.voucher {color: darkgreen; font-weight: bold; font-size: 1em; display:block; padding: 10px; border: 1px solid #888; background: #ececec; margin: 10px 0 }
.error {color: Red; font-weight: bold; font-size: 1.3em; display:block; padding: 10px; border: 1px solid #888; background: #ececec; margin: 10px 0 }
.success {color: green; font-weight: bold; font-size: 1.3em; display:block; padding: 10px; border: 1px solid #888; background: #ececec; margin: 10px 0 }
.hire {width:100%; border-collapse:collapse; margin-bottom:30px}
.hire th {font-weight:bold}
.hire td { padding: 10px}
.hire tr:nth-child(even) {background: #f1f1f1}
.hire tr:nth-child(odd) {background: #FFF}

.hire tr:hover {background: #ccc}
#pleaseWait{ display: none; padding: 3px;}
.images-gallery{margin-bottom: 50px}
.images-gallery li {display:inline-block; margin: 5px 15px; text-align:center;position:relative; border: 1px solid #ccc; padding: 4px 3px}
.images-gallery li img { padding: 3px;}
#result {font-weight:bold; color:#41110f}

.register fieldset {padding: 10px; margin-bottom:19px}
.register fieldset legend { padding: 0 4px; font-weight:bold}
.register fieldset legend span {color:#e31010} 
.register-box {float:left;margin-right: 8px}
.register-box div {margin-bottom:8px;}
.register-box div.table-cell { display:table}
.register-box div.table-cell label { display:table-cell; vertical-align:top}
.register-box label {width:120px;display:inline-block;}
.register-box.short {margin-right:15px}
.register-box.short label {width:60px;}
.mt10{margin-top:10px}
.ml20{margin-right:20px}
.register .oneoff {margin-bottom:10px}
.register .oneoff td {text-align:center; width: 66px}
.register .oneoff .small {font-size: 0.9em}
.del {font-size: 0.8em; color: #929292; position:absolute; background:#ccc; right:0; top:0}
.del:hover {background: #999}
.edit {cursor:pointer}
.edit-title {display:none}
.notify-wrapper {margin: 10px 0 0 50px}
.notify-wrapper dt {float:none; margin-top:14px}
.notify-wrapper dl {margin: 10px 0 0 0}
.notify-wrapper a.buttonplain { background: gray; padding:6px; margin-bottom:20px; display:inline-block}

.admin {}
.admin .subnav li {display:inline-block; padding: 5px 8px; background:#D3A158; margin: 0 5px;}
.admin .subnav li:hover a {color: #fff}
.admin .subnav li a {font-weight:bold; text-decoration:none}
.admin-menu { margin-top:-17px; background:#D3A158; border-radius:3px;padding:10px 10px;font-weight:bold;text-transform:uppercase; margin-bottom: 20px;}
.admin-menu li { float: left; margin: 0 10px!important; }
.admin-menu li+li { border-left: solid 2px #252525; padding-left:20px;}
.admin-menu a{color:#363636; text-transform:uppercase; font-weight:600; text-decoration:none;}
.admin-menu a:hover{border-bottom:3px solid #000000; color:#000000;}
.admin-menu a{border:none;}

.adminheading h1, .admin .subnav {text-align:center}
.adminheading .head {margin-top:-26px}
.admin h2 {font-size: 2admin h2.session-heading, .admin h3.t}
.admin h2.session-heading, .admin h3.ticket-group-heading {margin-top: 20px; cursor:pointer; text-decoration: underline}
.admin h3.ticket-group-heading {margin-top: 10px;}
.admin .feature-blockreport {margin-top:5px}
.admin .production-list strong {display:inline-block; width: 200px}
.admin .production-list li{padding: 5px 0 ;}
.admin .sum {text-align:center; margin-bottom: 10px}
.admin .admin-nav {display:inline-block;}.
.admin .subnav li:hover {background: #B67531} 
.admin .menuitems {margin-top: 30px}
.admin .menuitems .item {float:left; text-align:center; margin: 0 10px; padding: 9px; background: #D3A158}
.admin .menuitems .item:hover {background:#B67531}
.admin .menuitems .item a {display:block; text-align:center; text-decoration:none}
.admin .menuitems .item img {display:block;}
.admin .event-session li {padding: 3px 0}
.admin .event-session li a {padding:0 8px}
.admin .ticket-group {margin-top: 8px}

.admin fieldset {padding: 10px; margin-bottom: 16px}
.admin .w50{width: 50%}
.admin .w30{width: 30%}
.admin label {font-weight:bold}
.admin .float-box{ float:left; margin : 5px 10px}
.admin .list {width: 582px}
.admin .list li {padding: 5px 8px; border-bottom:1px solid #eee}
/*.admin .list li:nth-child(odd){background: #eee}*/
.admin .list input[type="submit"]{margin-left: 10px}
.admin .image-preview > div{width: 25%; margin: 0 20px}
.admin .image-preview .crop-area {width: 60%}
.admin .image-preview .crop-area >div {width: 40%; margin: 0 20px}
.admin  .crop-btn {margin: 11px 0px}
.admin .image-preview {position:relative}
.admin .image-preview img {width: 100%}
.admin .image-preview input[type="submit"] {margin: 8px 0}
.admin .details { margin: 5px 10px; width: 47%}
.admin .details input[type='text'] {width: 193px}
.admin .details div { margin:3px 0}
.admin .details div  label {width: 162px; display:inline-block}
.admin .production-title {text-align:center}
.admin .production-title input{font-size: 2em; width: 93%; text-align:center}
.admin .placeholder {width: 20px; display:inline-block}
.admin .add-event {padding: 5px 10px 10px 17px; background: url(/images/plus-icon.png) no-repeat left 8px; display:inline-block }
.admin .manage-people { padding: 5px 10px 5px 17px; display:inline-block; text-align:center; margin-left:130px}
.admin .person-dropdown {width: 140px}
.admin .people-list > div {margin: 10px 0 }
.admin small
{
    color:#999;
}

.invalid 
{border: solid 1px red;
    }
.placeholder { color:#999; } /* for the polyfill */