/* this CSS page created by Andrea Fleisher, 5/16/10, as a way to simplify design of the Event Schedule page and get rid of gnarly table-based code. */




/* --- start top of page informational items --- */

#es-location {
	width: 160px;
	float: left; 
	margin: 2em 20px 10px 110px; 
	font-size: 12px;
}
#es-boxofficehours {
	width: 260px;
	float: left; 
	margin: 2em 20px 10px 0; 
	font-size: 12px;
	text-align: center;
}
#es-phoneno {
	width: 150px;
	float: left; 
	margin: 2em 0 10px 0; 
	font-size: 12px;
	text-align: right
}


/* --- end top of page informational items --- */

/* --- start Event Schedule items --- */

.event-item-container {
	display: block;
	width: 610px;
	margin: 0;
	padding: 0;
	border: 0;
}
.event-picbutton {
	float: left;
	width: 110px;
	height: 200px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: normal;
	text-align: center;
}
img.thumbnail {margin: 0 0 1em 0; border: 0;}

img.ticketbutton {margin: 0 5px 1em 6px; border: 0;}

.event-info {
	float: left;
	width: 470px;
	border: 0;
	position: relative;
	/*margin: 0 0 0 130px;*/
	margin: 0 0 0 20px;
	padding: 0;
}
h1.event-theme {
	font-weight: lighter;
	font-size: 18px;
	/*color: #ed4c3a; */
	color: #C1835A;
	margin-bottom: 0;
	margin-top: 0;
	/*margin-left: 100px; */
}
h4.presentedby {
	font-weight: lighter;
	font-size: 11px;
	color: #C1835A;
	margin-bottom: 0;
	margin-top: 0;
}
.event-info h2 {font-size: 15px; margin-top: 0;}
.event-info p {font-size: 13px;}
.event-info dl dt {font-size: 13px;}
.event-info dl dd {font-size: 13px;}
.event-info ul {margin-top: -1em;}
.event-info ul li {font-size: 13px;}
.event-info p.date {font-size: 16px}
p.event-clearer {
	clear: both;
	background: url(../images/dingbat_horizES.gif) no-repeat top right;
	height: 10px;
	width: 610px;
}

/* --- end Event Schedule items --- */