body {
	/*font-family: "Segoe UI", "Gill Sans", Optima, sans-serif;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.1em;
	margin: 0px;
	background-color: #222;
	background-image: url(img/T2T-page-bgFoldTicketStroke.jpg);
	background-attachment: fixed;
}
#logo {
	position: relative;
	z-index: 3;
	background-color: #FFF;
	/*background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 18%, #b5b5b5 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 18%, #b5b5b5 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 18%, #b5b5b5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b5b5b5', GradientType=0 );*/
	box-shadow: 10px 10px 30px rgba(0,0,0,.5);
	overflow: hidden;
	color: #CCC;
	padding: 6px;
	border-radius: 0px 0px 8px 8px;
}
#logo img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}
#logo .left-side, #logo .right-side {
	float: left;
	width: 50%;
}
#logo .left-side {
	padding: 5px 0px;
}
#logo .right-side {
	text-align: right;
	margin-top: 72px;
	text-transform: uppercase;
	color: #AAA;
	font-size: .8em;
}
img {
	vertical-align: bottom;
}
a:active {
	background: none;
}
#layout {
	max-width: 1320px;
	margin: 0px auto;
}
#top-navigation {
	position: relative;
	z-index: 2;
	margin: 0px 40px;
	background-color: #C00000;
	box-shadow: 0px 0px 30px #000;
	border-radius: 0px 0px 10px 10px;
	padding: 0px 20px;
}
#top-navigation, h1, h2, h3, h4 {
	font-family: Federo, "Arial Narrow", Arial, sans-serif;
	font-weight: 400;
}
#content {
	position: relative;
	z-index: 1;
	background-color: #FFF;
	margin: 0px 80px;
	border-radius: 0px 0px 8px 8px;
	box-shadow: 0px 0px 30px #000;
}
h1, h2, h3, h4 {
	margin: 20px 0px 0px 0px;
}
h1 {
font-size: 2em;
}
.column-content h1:first-child, .column-content h2:first-child, .column-content h3:first-child, .column-content h4:first-child {
	margin-top: 10px;
}
#footer {
	color: #FFF;
	font-size: .9em;
	margin: 0px 100px;
	background-color: #000000;
	border-radius: 0px 0px 10px 10px;
	padding-top: 4px;
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 30px;
	box-shadow: 0px 0px 30px #000;
	text-align: center;
}
#footer img {
	opacity: 1;
	padding-top:10px;
	margin: 0px 4px;
}
#footer img:hover {
	opacity: .5;
	
}
#copyright {
	margin: 12px 100px 30px 100px;
	color: #FFF;
	font-size: 0.75em;
	text-transform: uppercase;
	text-align: center;
	background-color:#676767
}
.column-content img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	border-radius: 8px;
	/*border: 1px solid;*/
	border-color: rgba(0,0,0,.75);/*display: block;*/
}
.column-content p {
	margin-top: 0px;
}
/*The container for each column structure. Before and After pseudoclasses used to clear the floats.*/
.affinity-row {
	zoom: 1;
}
.affinity-row:after {
	visibility: hidden;
	display: block;
	content: "\0020";
	clear: both;
	height: 0;
}
/*All Columns are floated left.*/
.affinity-column {
	float: left;
}
/*But sometimes we need to reverse the float direction to position the first column in the 
source code order to the right of where it would ordinarily be.
*/
.affinity-column.reverse-float {
	float: right;
}
/*The Base Widths for each column in the available structures. All columns in a row should always add up to 100%*/
.affinity-row .percent15 {
	width: 15%;
}
.affinity-row .percent85 {
	width: 85%;
}
.affinity-row .percent60 {
	width: 60%;
}
.affinity-row .percent40 {
	width: 40%;
}
.affinity-row .percent20 {
	width: 20%;
}
.affinity-row .percent80 {
	width: 80%;
}
.affinity-row .percent30 {
	width: 30%;
}
.affinity-row .percent70 {
	width: 70%;
}
.affinity-row .percent25 {
	width: 25%;
}
.affinity-row .percent50 {
	width: 50%;
}
.affinity-row .percent75 {
	width: 75%;
}
.affinity-row .percent333 {
	width: 33.333%;
}
/* Boxed columns are possible in configurations of 2-4 columns through the Snippets suite.
Width recalculations for columns when they are boxed. 
Since boxed columns have a space between them assigned via right margin, 
we need to reduce the width of each column accordingly*/
.affinity-row .percent25.boxed {
	width: 23.5%;
}
.affinity-row .percent333.boxed {
	width: 32%;
}
.affinity-row .percent50.boxed {
	width: 49%;
}
/*Boxed columns get borders all the way around*/
.affinity-row .column-content.boxed {
	border: 1px solid;
	border-color: rgba(0,0,0,.5);
	border-radius: 8px;
	padding: 1em;
}
/*Using margin to separate the columns when the boxed option is chosen*/
.affinity-row .boxed.spacer {
	margin-left: 2%;
}
/*Default padding for the content inside all columns*/
.column-content {
	padding-top: 32px;
	padding-right: 32px;
	padding-left: 32px;
	padding-bottom: 4px;
	overflow: hidden;
}
.column-content p {
	line-height: 1.6em;
	text-align: left;
}
/*Assigning logical borders to render dividers between columns*/

.column-content.border-left {
	border-left: 1px #000;
	border-left-style: dotted;
}
.column-content.border-right {
	border-right: 1px #000;
	border-right-style: dotted;
}
.column-content.border-top {
	border-top: 1px #000;
	border-top-style: dotted;
}
.column-content.border-bottom {
	border-bottom: 1px #000;
	border-bottom-style: dotted;
}
.column-content.border-left-right {
	border-left: 1px #000;
	border-right: 1px #000;
	border-left-style: dotted;
	border-right-style: dotted;
}
.column-content.radius-bottom {
	border-radius: 0px 0px 6px 6px;
}
.column-content.radius-bottom-left {
	border-radius: 0px 0px 0px 6px;
}
.column-content.radius-bottom-right {
	border-radius: 0px 0px 6px 0px;
}
/*Utility Rules*/
.centered {
	text-align: center;
}
/*Colored Emphasis Rows. These rules assign a colored background and a special display font at a large size.*/
.colored-gold {
	color: #000000;
	background: -webkit-linear-gradient(90deg, #EBD95A, #BCA816);
	background: linear-gradient(90deg, #EBD95A, #BCA816);
	background-color: #EBD95A;
	font-size: 1.75em;
	font-family: "Life Savers", "Arial Narrow", Arial, sans-serif;
	line-height: 1.15em;
}
.colored-black {
	color: #FFF;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#510008+0,c00000+100 */

	background: #510008; /* Old browsers */
	background: -moz-linear-gradient(top, #510008 0%, #c00000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #510008 0%, #c00000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #510008 0%, #c00000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#510008', endColorstr='#c00000', GradientType=0 ); /* IE6-9 */
	/*background: -webkit-linear-gradient(90deg, #444, #000);
	background: linear-gradient(90deg, #444, #000);
	background-color: #222;*/
	font-size: 1.75em;
	font-family: "Life Savers", "Arial Narrow", Arial, sans-serif;
	line-height: 1.15em;
	padding: 16px 0px;
}
/*Simple Colored Boxes. These rules can be assigned to column-content or other elements to assign a distinctive background color*/
.red {
	background-color: #C33;
}
.black {
	color: #DDD;
	background-color: #151515;
}

/*---CHOREOGRAPHICS STYLES---*/

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
a:link {
	color: #820101;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
/*a:visited {
	color: #3B0381;
}*/
.welcome h1 {
	color: #C00000;
	text-align: center;
}
.welcome h4 {
	color: #C00000;
	text-align: center;
}
#affiliates img {
	margin: 4px 4px;
	box-shadow: 0px 0px 8px #000;
}
#affiliates a:link {
	color: #FFF;
	text-decoration: none;
	margin: 12px;
}
#affiliates a:hover {
	color: #FFBE00;
}
.ExecutiveProducer h1 {
	color: #C00000;
	text-align: center;
	font-size: 2.6em;
}
.ExecutiveProducer  img {
/*	padding-top: 32px;*/
	padding-bottom: 0px;
	text-align: center;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 6px 6px 10px #7B7B7B;
	-webkit-box-shadow: 6px 6px 10px #7B7B7B;
}
.ExecutiveProducer h2 {
	color: #C00000;
	text-align: center;
	font-size: 2em;
	font-weight: 700;
}
.ExecutiveProducer h3 {
	color: #000;
	text-align: center;
	font-size: 1.3em;
	font-weight: 600;
}
.ExecutiveProducer ul {
	line-height: 1.6em;
}

/*.portraits h1, img {
	text-align:center;
	color: #C00000;
}*/
.portraits ul {
	line-height: 1.2em;
	font-weight:700;
}
.testimonialCopy {
	color: #706F6F;
	font-style: italic;
	font-size:1.2em;
	line-height: 1.2em;
}
.testimonials h1 {
	color: #C00000;
	text-align: center;
}
.testimonials h2 {
	font-weight:600;
	text-align: center;
}

.testimonialAuthor {
	font-weight:700;
	font-size: 1em;
	text-align:right;
	font-style:italic;
	padding: 6px 20px;
}
.amazonAuthor {
	font-weight:700;
	font-size: 1em;
	text-align:left;
	font-style:italic;
	padding: 6px 0px;
}
.benefits ul {
	line-height: 1.6em;
}
.benefits h1 {
	color: #C00000;
	text-align: center;
}
.faq h1 {
	color: #C00000;
	text-align: center;
}
.reviews h1 {
	color: #C00000;
	text-align: center;
}
.reviews h3 {
	font-size: 1.4em;
	font-weight:600;
	text-align: left;
}
#products h1 {
	color: #C00000;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
}
#products h2 {
	font-size: 1.6em;
	font-weight:600;
	text-align: center;
	color: #C00000;
}
#products h3 {
	font-size: 1.2em;
	font-weight:700;
	margin-bottom: 4px;
}
#products p {
	line-height: 1em;
}
#products .affinity-row {
	border-bottom: 1px #000 solid;
}
#products img {
	text-align: center;
}
.price {
	text-align: center;
}
.divider {
	border-bottom: 1px #000;
	border-bottom-style: dotted;
}
.upcomingDates {
	color: #C00000;
	margin-top: 20px;
	padding-top: 16px;
	text-align: left;
	font-size: 1.1em;
	font-weight: 700;
	border-top: thin solid #000000;
}
.upcomingTitle {
	color: #000;
	text-align: left;
	font-size: .8em;
	font-weight: 700;
}
.upcomingCopy {
	color: #000;
	text-align: left;
	font-size: .8em;
}
.upcomingCopyRedItalic {
	color: #C00000;
	padding-top: 4px;
	text-align: left;
	font-size: .9em;
	font-style:italic;
	font-weight: 700;
}
}



.contactFields H1 {
	font-size: 1.4em;
	color: #ffffff;
	background-color: #C00000;
    background: #C00000; /* Old browsers */
	background: -moz-linear-gradient(left,  #6d0019 0%, #c00000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #6d0019 0%,#c00000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #6d0019 0%,#c00000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#c00000',GradientType=1 ); /* IE6-9 */;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 10px;
	padding-bottom: 4px;
	text-align:center;
}
.contactFields H3 {
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.5em;
	margin-top: 6px;
	margin-bottom: 0px;
}
.contactFields H4 {
	color: #737373;
}
#quickQuestions H1 {
	font-size: 1.6em;
	font-weight: 800;
	color: #ffffff;
	background-color: #6d0019;
	text-align: center;
	padding-top: 6px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 6px;
}
.BookEndorsementAuthor {
	text-align: right;
	font-size: .8em;
 font-weight:700;
}
.BookEndorsement {
	font-style:italic;
	color:#5D5A5A;
}

#quickQuestions {
	padding-top: 22px;
	padding-right: 32px;
	padding-left: 32px;
	padding-bottom: 0px;
	overflow: hidden;
}
#joinHeader h1 {
	color: #C00000;
	text-align: center;
}
#joinHeader {
	padding-top: 22px;
	padding-right: 32px;
	padding-left: 32px;
	padding-bottom: 0px;
	overflow: hidden;
}
#Cart h1 {
	color: #C00000;
	text-align: center;
}
#onStageCopy {
	font-size: 1.1em;
	line-height 1.6em;
	text-align: center;
	font-weight:600;
}

.TAAHButton {
	-moz-box-shadow: inset 0px 4px 0px 0px #f29c93;
	-webkit-box-shadow: inset 0px 4px 0px 0px #f29c93;
	box-shadow: inset 0px 4px 0px 0px #f29c93;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #402d2d));
	background: -moz-linear-gradient(top, #fe1a00 5%, #402d2d 100%);
	background: -webkit-linear-gradient(top, #fe1a00 5%, #402d2d 100%);
	background: -o-linear-gradient(top, #fe1a00 5%, #402d2d 100%);
	background: -ms-linear-gradient(top, #fe1a00 5%, #402d2d 100%);
	background: linear-gradient(to bottom, #fe1a00 5%, #402d2d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#402d2d',GradientType=0);
	background-color: #fe1a00;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #d83526;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	padding: 9px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #000000;
}
.TAAHButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #402d2d), color-stop(1, #fe1a00));
	background:-moz-linear-gradient(top, #402d2d 5%, #fe1a00 100%);
	background:-webkit-linear-gradient(top, #402d2d 5%, #fe1a00 100%);
	background:-o-linear-gradient(top, #402d2d 5%, #fe1a00 100%);
	background:-ms-linear-gradient(top, #402d2d 5%, #fe1a00 100%);
	background:linear-gradient(to bottom, #402d2d 5%, #fe1a00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#402d2d', endColorstr='#fe1a00',GradientType=0);
	background-color:#402d2d;
	color: #ffffff;
}




/*MEDIA QUERIES*/
/*
For media queries to work correctly in 
mobile devices, you must add this viewport meta tag to your page:
<meta name="viewport" content="width=device-width">
(place the query in the head region)
*/


/*SMARTPHONE AND NARROW WINDOWS (LESS THAN 700PX WIDE)*/
@media only screen and (min-width: 0px) and (max-width: 950px) {
.affinity-column {
	float: none;
	width: auto !important;
}
.column-content {
	padding: .75em;
	border: none !important;
	border-radius: 0px;
	height: auto !important;
	max-height: 888678px;
	text-align:center;
}
.column-content ul {
	text-align:left;
}
#layout {
	max-width: none;
}
#content, #top-navigation, .column-content, #footer, #copyright {
	margin: 0px;
	border-radius: 0px !important;
}
#top-navigation {
	padding: 0px;
}
#logo .left-side, #logo .right-side {
	float: none;
	width: auto;
	margin: 0px;
	text-align: left;
}
.form-line {
    width : 500px;
    margin-left : auto;
    margin-right : auto;
}


}

/*Smartphones ONLY*/
@media only screen and (max-device-width: 480px) {
}

/*Tablet ONLY. Use this query to add rules for tablets.*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
#content {
	margin: 0px 40px;
}
#top-navigation {
	margin: 0px 20px;
}
#footer {
	margin: 0px 60px;
}
#copyright {
	margin: 0px 10px;
}
.column-content {
	padding: 20px;
}
}

/*Portrait Tablet ONLY. Use this query to add rules for tablets in Prtrait orientation.
Landscape tablets should get a normal and unaltered display.*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}
