@charset "UTF-8";
/*Version 13*/

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #2c1011;
}

.thrColFix #container {
	width: 1200px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(img/sbt_curtains_new.jpg);
	border: 1px solid #2c1011;
} 
.thrColFix #sidebar1 {
	text-align:left;
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top: 100px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.thrColFix #sidebar1 p {
	margin-right:10px;
}

.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top: 100px;
	padding: 2px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #mainContent {
	margin-top: 130px;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 230px;
	padding: 0 20px 0 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.thrColFixHdr #footer {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

h1 {
	font-family:Harrington;
	font-size:24px;
	color:#600;
	text-align: center;
}

h2 {
	font-family:Harrington;
	font-size:24px;
	color:#600;
}

h3 {
	font-family: "Modern No. 20";
	font-size: 18px;
	color:#600;
	text-align: center;
}

.thrColFix #sidebar2 h2{
	font-family:Harrington;
	font-size:24px;
	color:#F90;
}

.thrColFix #scheduleBoxTable{
	width:50%;
	margin-left:300px;
}

.slideshow {
	float:left;
	height: 181px;
	width: 288px;
	padding-bottom:10px;
}

.slideshow img {
	padding: 5px;
	border: 1px solid #F90;
	background-color: #600;
}

.centralBox {
	text-align:left;
	width: 656px;
	padding-top:2px;

}

.rightBox {
	text-align:left;
	width: 190px;
	height:250px;
	padding-top:2px;

}

.rightBoxButton {
	text-align:center;
	width: 190px;
	padding-top:2px;

}


.middleBox {
	text-align: center;
}

.thrColFix #donationBox{
	margin-left:210px;
}

.thrColFix #scheduleBox{
	font-size:12px;
	font-weight:bold;
}

.thrColFix #linksBox{
	float: right;
	margin-top:50px;
}

.thrColFix #curr1Box{
	margin-top: 10px;
	float: left;
	width: 250px;
}

.thrColFix #curr2Box{
	float:right;
	margin-top: 10px;
	width: 350px;
}

.thrColFix #curr3Box{
	float: left;
	margin-top: 20px;
	margin-left: 150px;
	width: 350px;
}

.thrColFix #curr4Box{
	float:right;
	width: 50px;
	margin-top:200px;
}

.thrColFix #contactBox{
	float:left;
	width:250px;
}

.thrColFix #mapBox h3{
	font-family: "Modern No. 20";
	font-size: 18px;
	color:#600;
	text-align:left;
}

/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#400f15;
	color:#f8e6b7; 
     
    width:675px;     
    min-height:200px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow: 0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(img/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

.yellow_box {
	width: 700px;
  }
.yellow_box_top {
	background-image: url(img/yellow_box_top2.png);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #770000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 8px;
	height:30px;
	padding-left: 30px;
  }

.yellow_box_bot {
	margin: 0;
	height: 18px;
	background-image: url(img/yellow_box_bot2.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:8px;
  }

.yellow_box_mid{
	margin: 0 0 -2px 0;
	text-align: center;
	padding: 2px 20px;
	color: #660000;
	font-size: 10px;
	background-image: url(img/yellow_box_mid2.png);
	background-repeat: repeat-y;
	padding-top: 0px;
}

.prop {
    height:300px;
    float:right;
    width:1px;
  }

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
  
  .min718px {
    height:718px;
  }
  
  img {
	border:none;
	text-align: center;
  }

.donationsImg {
	float:right;
	padding:5px;
	margin-top:200px;
}

.ticketsLight {
	text-align:center;
	font-weight:normal;
	font-size:14px;
	font-style:italic;
}

.thrColFix #video p{
	font-size:12px;
	font-weight:bold;
	
}
