body {
		font-family:open-sans,arial,helvetica,sans-serif;
	}
	#wrapper {
		margin: 0 auto 1em;
		position: relative;
		max-width: 1000px;
		z-index: 5;
	}
	/* VENUES */
	.venueContainer {
		/* border:1px solid #cccccc; */
		margin:1em auto 1.2em;
		/* width:600px; */
		font:1em open-sans,arial,helvetica,sans-serif;
		min-width:300px;
		max-width:600px;
		/* border-bottom: 1px solid #999999; */
	}
	.venueName {
		/*
		background:#ccddee;
		background: linear-gradient(#99bbdd, #ccddee);
		*/
		color: #333333;
		padding:.5em 0em .1em;
		text-align:left;
		margin:0px 10px;
		/* font:bold 1.4em tahoma,arial,helvetica,sans-serif;*/
		border-bottom: 1px solid #999999;
		/* text-shadow: 2px 2px #ffffff; */
		min-width:280px;
		text-shadow: 1px 2px 2px #ffffff;
		font-size:.8em;
	}
	.venueName a:link, .venueName a:visited {
		color:black;
	}
	.venueImage {
		width:300px;
		border:1px solid gray;
		display:inline-block;
		margin:.25em 1em .5em 0em;
	}
	.venueDetails {
		margin: 1em auto;
		min-width:280px;
		/* border:1px solid #cccccc;
		border-width: 1px 0px; */
		padding:.5em 0em;
		max-width:600px;
	}
	.venueDetails h3 {
		background: linear-gradient(#993300, #cc3300);
		color:white;
		padding:.5em;
		text-shadow: 1px 2px 2px #333333;
		
	}
	.venueContent {
	}
	/* EVENTS */
	.eventContainer {
		border:1px solid #cccccc;
		margin:1em 0px 1.2em;
		/* width:600px; */
		font:1em open-sans,arial,helvetica,sans-serif;
		min-width:280px;
	}
	.eventListing {
		clear:both;
	}
	.eventName {
		/*padding:0px .5em;*/
		margin:.5em 10px;
		font-size:1.3em;
	}
	.eventDetails {
		display:inline-block;
		/*width:360px;*/
		/* max-height:265px;*/
		min-width:300px;
		vertical-align:top;
		/* padding:0em .5em;
		margin:.5em 0px;
		*/
	}
	.eventDetails.compact {
		width:330px;
	}
	.eventDetails ul {
		overflow:auto;
		font:.75em open-sans,arial,helvetica,sans-serif;
		max-height:240px;
		line-height:1.5em;
	}
	.eventImage {
		/* width:100%; */
		max-width:200px;
		margin:.5em;
		display:inline-block;
		vertical-align:top;
		border:1px solid #cccccc;
		float:right;
	}
	.eventImageFull {
		/* width:100%; */
		max-width:100%;
		/* margin:.5em; */
		display:inline-block;
		vertical-align:top;
		border-bottom:1px solid #cccccc;
		margin-bottom:.5em;
	}
	.eventSummary {
		margin:1em .5em 0em;
		font:1em open-sans,arial,helvetica,sans-serif;
	}
	.eventDates span {
		/* font:1em courier, "andale mono", monospace; */
		display:inline-block;
		/* border:1px solid orange; */
	}
	.eventWeekday {
		width:2.8em;
	}
	.eventMonth {
		width:2.3em;
	}
	.eventDay {
		width:1.7em;
		text-align:right;
	}
	.eventYear {
		width:2.7em;
		text-align:right;
	}
	a:link,a:visited,a:active {
		text-decoration: none;
		color: #3366cc;
	}
	a:hover, a:active {
		text-decoration:underline;
	}
	.breadcrumb {
		border-bottom: 1px dotted #ccc;
		color: #777;
		font: 400 11px/13px 'Open Sans', sans-serif;
		padding: 10px 20px;
	}
	.breadcrumb a {
		font: 400 11px/11px 'Open Sans', sans-serif;
	}
	#logoMain {
		text-align:center;
	}
	#logoMain img {
		width:300px;
		height:60px;
	}
	h1.headline, h3 {
    	font-family: 'Oswald', sans-serif;
    	margin:.2em 0em;
		padding:0em;
	}
	h2.subhead {
		font:bold 1.2em satisfy,sans-serif;
		color:#ee1847;
		margin:.2em 0em;
		padding:0em;
	}
	.priceRange {
		margin:.5em 0em 0em 10px;
		font-size: .80em;
	}
	ul.regionNavigator {
		padding:0em;
	}
	ul.regionNavigator li  {
		display:inline;
		font-size: .85em;
	}
	ul.regionNavigator li {
		border-right: 1px solid #999999;
		padding-right:.5em;
	}
	ul.regionNavigator li:last-child {
		border-width:0px;
		padding-right:0em;
	}
	.backButton {
		margin:.5em auto 1em;
		border: 1px solid gray;
		background-color: #dddddd;
		padding:.5em;
		width:200px;
		text-align:center;
		font-weight:bold;
		clear:both;
	}
	.buyTicketsButton {
		padding:.5em;
		background-color:#ffdd99;
		width:175px;
		border:1px solid #cc9966;
		margin:.5em;
		text-align:center;
		display:inline-block;
		vertical-align:middle;
		font-weight:bold;
	}
	.buyTicketsContainer {
		margin:.5em 0em;
		position:relative;
		width:275px;
	}
	.goldstarLogo {
		display:inline-block;
		vertical-align:middle;
	}
	.buyTicketsButton a:link,.buyTicketsButton a:visited {
		color:#ff6600;
	}
	.eventCategoryTags {
		font:.68em open-sans,arial,helvetica,sans-serif;
		color:#999999;
		width:auto;
		padding:.5em;
		border-top: 1px solid #cccccc;
	}
	.eventCategoryTag {
		padding:.2em .5em;
	}
	address {
		font-style:normal;
	}
	#footer {
		margin-top:1em 0em;
		font:.8em open-sans,arial,helvetica,sans-serif;
		color:#666666;
	}
	
	.strike {
		text-decoration: line-through;
	}
		
	@media screen and (max-width: 570px) {
		.eventDetails.compact {
			width:100%;
		}
		.eventImage {
			float:none;
		}
	}
	