
#venue-wrapper {
	background: #fff;
	width: 300px;
	float: left;
	margin: 0 20px 0 0;
	color: #8e908f;
	}
	
#venue {
	padding: 10px 30px 0 10px;
	font-size: 1.25em;
	font-weight: bold;
	}
	
#venue h1 {
	margin: 0 0 .5em 0;
	font-size: 40px;
	line-height: 40px;
	}
	
#venue h2 {
	font-size: 20px;
	}
	
	
#content #shows {
	float: left;
	margin-top: -30px;
	}
	
	
#chart-sessions {
	font-size: 12px;
	border-collapse:separate;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #eee;
	font-weight: normal;
	margin: 0 0 2em 0;
	}
	
	#chart-sessions td {
		border: none;
		border-bottom: 1px solid #ccc;
		padding: 5px 0;
		}
		
	#chart-sessions a {
		font-weight: bold;
		}
	
	
/* [ Venue Sponsors ] */

#telstraclearclub-sponsors {
	background: #fff;
	color: #8e908f;
	margin: 50px -30px -10px -10px;	
	padding: 20px 20px 40px;
	border-top: 20px solid #f2f2f2;
	}
	
#telstraclearclub-sponsors h3 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	}
	
#telstraclearclub-sponsors img {
	display: block;
	margin: 0 0 20px 0;
	}