.show {
	margin-left: 5em;
	margin-right: 25px;
	margin-top: 5em;
	margin-bottom: 3em;
}

.show h2 {
		margin-bottom: -1em;
	}

.show .header {
	width: 100%;
	}
	
.show h2, .show .header h2 {
		color: #FFF;
		text-shadow: 4px 7px 5px #000;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		padding: .5em;
		/*background: #000 url(/files/images/9FF000vgradient.gif) repeat-x top right;
		border: solid 1px #933;*/
		padding-right: 30px;
		top:  -1.5em;
		text-align: right;
		/*font-family: Georgia, "Times New Roman", serif;*/
		font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
		font-weight: bold;
		font-size: 350%;
		letter-spacing: 0.4em;
		z-index: 12;
	}

.details {
	position: relative;
	background-color: #FFF;
	color: #000;
	letter-spacing: 0;
	padding: 1em 4em 0 4em;
	text-align: justify;
	/*border-bottom: solid 1px #999;
	border-right: solid 3px #999;
	border-bottom: solid 3px #999;*/
	/*border: solid 1px black;*/
 
	}

.show img.wide {
	width: 400px;
}
.show .tickets {
  /* position: absolute; */
  /*float: right;*/
	width: 20em;
	padding: 0.5em;
	color: #FFF;
	/*background-color: #000;*/
	bottom:  2.5em;
	text-align: center;
	color: #FFF;
}

.show ul.tickets {
	list-style-type: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: solid 2px #933;
	margin-left: -5em;
	right: -2em;
  clear: right;
}

.show .tickets h3 {
	margin: 3px;
	color: #666;
	letter-spacing: 1em;
	font-weight: normal;
	}

.show .tickets a {
	border-bottom: none;
	}

.show .description {
	font-size: large;
	font-family: Trebuchet MS, Arial, sans-serif;
	}


.show .box_insert {
	width: 30%;
	float: right;
	}

table.event-synopsis {
	position: relative;
	width: 100%;
}

table.event-synopsis td {
	/*vertical-align: top;*/
}

table.event-synopsis td.content {
	vertical-align: top;
	background-color: #000;
	background: #464646 url(/files/images/000000464646vgradient.jpg) repeat-x top right;
}

table.event-synopsis td.tickets {
	vertical-align: bottom;

}

table.event-synopsis td.content h2 {
	margin: none;
	padding: none;
	width: auto;
}

table.event-synopsis td.content .show {
	margin-top: 0;
	}

table.event-synopsis td.leftSidebar {
	background: #000;
}

table.event-synopsis td.leftSidebar .details {
	color: white;
	background-color: black;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: solid 3px #933;
}

table.event-synopsis td.tickets .order_form {
	border: 3px double #000;
	margin: 0;
}

table.event-synopsis a.thumb {
	margin: -2em 2em 0.5em -2em;
	}

table.event-synopsis a.thumb img {
	max-width: 300px;
	}

table.event-synopsis td.content ul.tickets {
	float: right;
	margin: 2em 0 0 0;
	color: white;
	background-color: #000;
	border: dotted 3px #FFF;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width: 17em;
}

.insetSchedule {
	background-color: black;
	background: #000 url(/files/images/000000464646vgradient.jpg) repeat-x bottom right;
	padding: 1em;
	float: right;
	clear: right;
	margin: 0 0 0 2em;
	}
.insetSchedule ul {
 	background-color: transparent;
  }