/**
* @author Julian Sutter <Julian@fryewiles.com>
* @version 0.3.2 20080206 JS
* @version 0.3.1 20080206 JS
* @version 0.0.1 20080205 JS
*
*	aqua			#6BBFDE
*	teel			#4C92A5
*	red				#964021
*	gold			#DDD8C6
*   darkgold		#BBB18D
*	grey 			#CCCCCC
*	darkgrey   		#888888
*
*/

h2 {	
	margin: 15px 0px 0px;
	height: 27px;
}

.show-details-h2 		{ 	background: url(/images/details/header.png) top left no-repeat;		}
.more-info-h2 			{ 	background: url(/images/shows/more-info.gif) top left no-repeat;	}
.seating-chart-h2 		{ 	background: url(/images/shows/seating.gif) top left no-repeat;		}

#main-info-inner {
	background-repeat: no-repeat;
	padding: 15px 15px 15px 355px;
	min-height: 290px;
}

.presents {
	font-size: 1.3em;
}

.title {
	display: block;
	font-size: 1.3em;
	color: #4C92A5;
}

#main-info-inner h3 {
	color: #964021;
	font-size: 2.2em;
	margin: 10px 0px;
	line-height: 1.2em;
}

#main-info-inner h4 {
	color: #4C92A5;
	font-size: 1.5em;
	line-height: 1.3em;
	margin: 5px 0px;
}

#main-info {
	border: 1px solid #ddd;
	background: white url(/images/layout/gradient-bg.gif) top left repeat-x;
}

#more-specs {

}

.url {
	display: block;
	height: 100px;
}

.available  	{	background: url(/images/details/status-available.jpg) left center no-repeat;					}
.free 			{	background: url(/images/details/status-free.jpg) left center no-repeat;				}
.free-star 		{	background: url(/images/details/status-free-star.jpg) left center no-repeat;			}
.cancelled 		{	background: url(/images/details/status-cancel.jpg) left center no-repeat;				}
.postponed		{	background: url(/images/details/status-postponed.jpg) left center no-repeat;			}
.onsalesoon		{	background: url(/images/details/status-onsalesoon.jpg) left center no-repeat;			}
.soldout		{	background: url(/images/details/status-soldout.jpg) left center no-repeat;			}
.tbd			{	background: url(/images/details/status-tbd.jpg) left center no-repeat;				}
.rescheduled	{	background: url(/images/details/status-rescheduled.jpg) left center no-repeat;		}


.info-below-wrap {
	background: white url(/images/layout/gradient-bg.gif) top left repeat-x;
	border-top: 1px solid #ddd;
}

.info-below {
	padding: 10px 0px;
	width: 385px;
	float: left;
}

.info-below h4 {
	margin: 0px;
	padding: 0 0 0 20px;
	color: #964021;
	font-size: 1.3em;
	text-transform: uppercase;
}

.info-below ul {
	margin: 0px;
	padding: 0 0 0 40px;
}

.info-below-focolumn {
	background: url(/images/shows/focolumn.gif) top left repeat-y;
}


#more-info {
	border: 1px solid #ddd;
	background: white url(/images/layout/gradient-bg.gif) top left repeat-x;
}

#info-box {
	margin: 10px;
}

#seating-chart img {
	border: 1px solid #ddd;
}

#seating-chart {
	text-align: center;
	padding: 20px;
	border: 1px solid #ddd;
	background: white url(/images/layout/gradient-bg.gif) top left repeat-x;
}

.disclaimer {
	list-style: none !important;
	padding: 0px !important;
	margin: 0px !important;
	font-size: .9em;
}
