#front-sidebar {
	width:242px;
	height:449px;
	float:left;
	/*background-color: #d6d6d6;*/
	margin:0;
	padding:0;
	background-color:#D5FFFF;
	font-size:12px;
	overflow: auto;
}

#front-sidebar h2 {
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
}

#front-sidebar h3 {
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;
	line-height: 14px;
}

/* IMAX Showtimes Block */
#front-sidebar .view-today-s-showtimes {
	background-color: #FFFFFF;
	padding:10px;
}

.view-today-s-showtimes .event-item{
	line-height:16px;
	margin-bottom:7px;
}

.view-today-s-showtimes .event-item p {
	margin: 0;
}

.view-today-s-showtimes .event-item .views-field-title {
	font-weight:bold;
	text-transform: uppercase;
}

.view-today-s-showtimes .event-item .oh-display-label {
	display:none;
}

.view-today-s-showtimes .event-item .oh-display-hours {
	font-weight:bold;
	text-transform: uppercase;
}

.view-today-s-showtimes .event-item .moreinfo {
	color:#666;
}

.view-today-s-showtimes .event-item .moreinfo a {
	color:#666;
}

/* Events Block */
#front-sidebar .view-today-s-events {
	/*background-color: #eee;*/
	padding:10px;
}

.view-today-s-events .calendar-link {
	/*float:right;
	margin-top:5px;*/
	font-weight:bold;
	color:#666;
}

.view-today-s-events .event-item{
	line-height:16px;
	margin-bottom:7px;
}

.view-today-s-events .event-item h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height:16px;

}

.view-today-s-events .event-item .date-display-single {
	text-transform: uppercase;
	color:#666;
	font-size:12px;
}

.view-today-s-events .event-item .moreinfo {
	color:#666;
}

.view-today-s-events .event-item .moreinfo a {
	color:#666;
}

.view-today-s-events .event-item p {
	line-height: 16px;
	margin:0;
}

.view-today-s-events .event-item img {
	display:none;
}
