#shows {
	margin: auto;
	width: 850px;
}

/*show List*/

#showListArea {
	float: left;
	width: 250px;
}

#showList {
	list-style: none;
}

#showList li.unselected {
	background-color: #000;
	border: 2px solid #000;
}

#showList li.selected {
	background-color: #FFF;
	border: 2px solid #C09;
}

#showList li.unselected .sideVenue {
	color: #FFF;
	font-size: 20px;
	width: 200px;
}

#showList .sideLocation {
	color: #00D2FF;
	font-size: 20px;
	width: 200px;
}

#showList .sideDate {
	color: #C09;
	font-size: 20px;
	width: 200px;
}

#showList li.selected .sideVenue {
	color: #000;
	font-size: 26px;
	width: 200px;
}

#showList li.showListSpacer {
	height:20px;
}

/*show content area	*/

#showContentArea {
	color: white;
	float: right;
	padding-top: 16px;
	width: 600px;
	min-height: 500px;
}

#showContentArea div.directions {
	/*float: left;*/
	margin: auto;
	margin-bottom: 0px;
	position: relative;
	top: 50px;
	text-align:center;
	width: 300px;
}

#showContentArea div.directions a {
	font-size: 25px;
    font-family: 'PirulenRegular';
}

#showContentArea div.black a { 
	color: #000;
}

#showContentArea div.tickets {
	visibility: collapse;
	float: left;
	margin-bottom: 5px;
	position: relative;
	top: 50px;
	text-align:center;
	width: 300px;
}

#showContentArea div.tickets a {
	font-size: 25px;
    font-family: 'PirulenRegular';
}

#showContentArea .additionalInfo {
	margin-top: 10px;
	font-size: 15px;
    font-family: 'PirulenRegular';
}

#showContentArea .imageArea {
	margin: auto;
	text-align:center;
	max-width: 600px;
	max-height: 450px;
}

#showContentArea img {
	border: 2px solid #00D2FF;
}