* {
	zoom: 1;
}
h1,h2,h3 {
	color: #9131b1;
	border: none;
}
h1,h2,h3,h4,h5,table,td,form,p {
	margin: 0;
	padding: 0;
}
#leftCol {
	width: 860px;
}
#leftColTop {
	overflow: hidden;
}
#leftColTopContent {
	overflow: hidden;
	padding: 20px 20px;
	width: 820px;
}
#landingContentBottom {
	height: 15px;
	writing-mode: tb-rl;
	background: url(/ui/img/event-calendar/content-bottom-wide.gif);
}

/* rounded gray boxes */

div.grayBox h1 {
	background: none !important;
}
div.grayBox {
	overflow: hidden;
	margin: 0 0 1em 0;
	background: #f6f6f6 url(/ui/img/event-detail/gray-corner-tl.gif) no-repeat top left;
}
div.grayBox div {
	overflow: hidden;
	background: url(/ui/img/event-detail/gray-corner-bl.gif) no-repeat bottom left;
}
div.grayBox div div {
	background: url(/ui/img/event-detail/gray-corner-tr.gif) no-repeat top right;
}
div.grayBox div div div {
	background: url(/ui/img/event-detail/gray-corner-br.gif) no-repeat bottom right;
}

/* event date */

#eventDate {
	width: 31%;
	float: left;
	border-right: 1px solid #fff;
}
#eventDate h2 {
	padding: 20px 0 .8em 20px;
	color: #aaa;
}
#eventDate p {
	padding: 0 0 20px 20px;
	color: #aaa;
}

/* event title */

#eventTitle {
	width: 63%;
	float: left;
}
#eventTitle h1 {
	padding: 20px 20px 0 0;
	text-align: right;
}

/* artist bio */

#artistBio, #eventDetail {
	overflow: hidden;
	float: left;
	width: 233px;
}
#artistBio p {
	padding: 15px 18px;
	font: 12px/16px Arial, sans-serif;
	text-align: left;
	color: #979797;
}
#artistBio img {
	display: block;
	margin: 0 0 1.6em 0;
}
#artistBio {
	padding: 0 0 1em 0;
	text-align: center;
}

/* event details */

#eventDetail {
	width: 557px;
	padding: 0 0 0 30px;
}
#eventDetail p {
	margin: 0 0 .5em 0;
	font: 14px/32px Arial, sans-serif;
	color: #979797;
}
#eventDetail p.intro {
	margin: 0 0 .8em 0;
	font: 18px/34px Arial, sans-serif;
	color: #979797;
}
#eventDetail blockquote {
	padding: 0 0 0 1.5em;
	margin: 0;
}

/* event actions */

#eventActions {
	text-align: center;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: .9em 0 1.1em 0;
	margin: 2em 0 0 0;
}
#eventActions a {
	margin: 0 .8em;
}

/* probably don't need this */

#contentSection a.button {
	border:1px solid #5B5B5B;
	line-height: 10px;
	color: #5B5B5B;
}
#contentSection a.button:hover {
	background-color:#bababa;
	color: #333;
}