@charset "utf-8";
/* CSS Document */

.showsContainer {
	border-style: solid;
	border-width: 2px;
	border-color: #3a3a3a;
	background-color: #91a9af;
	background-image:url(/images/showsBack.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width: 700px;
	margin-bottom: 15px;
	margin-left: 150px;
	padding: 6px;
	color: #000;
}

	.showsContainer a {
		color: #900;
		text-decoration:none;
	}
	
	.showsContainer a:hover {
		color: #FC3;
		text-decoration:underline;
	}

	.showsContainer h1, .showsContainer h2, .showsContainer h3, .showsContainer h4, .showsContainer h5, .showsContainer h6 {
		color: #900;
		text-transform:uppercase;
		margin-top: 0px;
		margin-bottom: -5px;
	}
	
	.showsContainer h3 {
		font-size: 1.45em;	
	}
	
	.showsContainer p {
		margin-left: 20px;
		margin-bottom: -3px;
		font-weight: bold;
	}
	
		#moreDetails {
			font-weight: bold;
			float: right;
			margin-top: 5px;
			margin-right: 250px;
		}

#showsPast {
	float: right;
	margin-top: 10px;
	margin-right: 350px;
	font-size: 1.2em;
	font-weight: bold;
}

#showsDetails {
	background-image: url(/images/showsDetailsBack.jpg);
	display:block;
	width: 800px;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	color: #000;
	border-color: #630;
	border-style:solid;
	border-size: 2px;
}

	#showsDetails h1 {
		color: #900;
		text-transform:uppercase;
		margin-bottom: -5px;
	}
	
	#showsDetails h2 {
		color: #333;
		margin-bottom: -2px;
		margin-left: 30px;
	}
	
	#showsDetails p {
		margin-left: 10px;	
	}
	
	#showsDetails a {
		color: #900;
		text-decoration:none;
	}
	
	#showsDetails a:hover {
		color: #FC3;
		text-decoration:underline;
	}	

	#showsDetailsSpan {
		background-image: url(/images/showsDetailsBackTop.jpg);
		background-position:top;
		background-repeat: no-repeat;
		padding: 5px;
	}
	
	.showsAddress {
		margin-top: 10px;
		padding-left: 35px;
		font-size: 1.3em;
		line-height: 1em;
	}
	
	.showsInfo {
		padding-left: 35px;
		margin-top: 10px;		
	}
	
	.showsInfo h3 {
		color: #333;
		margin-bottom: 6px;
	}
		
	
	.showsMap {
		padding-left: 35px;
		margin-top: 10px;	
	}
	
	.showsMap h3 {
		color: #333;
		margin-bottom: 6px;
	}
	
#showsRightBar {
	float: right;
	width: 250px;
	background-color: #1C361B;
	margin-right: 20px;
	margin-top: 60px;
	padding: 4px;
	color: #fff;
}
	
	#showsRightBar img {		
		margin-left: auto;
		margin-right: auto;
	}
	
	#showsRightBar ul {
		list-style:none;
		margin-left: 15px;
	}
	
	.divHidden {
		margin:auto;
		display:none;
		text-align:center;
	}

#showsIcons { margin: 10px 0 0 0; text-align:left; }
#showsIcons ul { list-style:none; }
#showsIcons li { float:right; margin:0 5px 0 5px; }