#oel_wrapper {
	width: 100%;
}

#oel_wrapper ul.oel_event_tabs {
	background: url("../img/oel_tabs_bg.png") 50% bottom no-repeat;
	text-align: center;
}

#oel_wrapper ul.oel_event_tabs li {
	display: inline-block;
	height: 38px;
	vertical-align: top;
}

#oel_wrapper ul.oel_event_tabs li a {
	color: #aeaba2;
	display: block;
	font-family: "ff-unit-web-n7","ff-unit-web",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	height: 38px;
	line-height: 47px;
	outline: none;
	overflow: hidden;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: #f4f3ef 1px 1px 0px;
	-webkit-font-smoothing: antialiased;
}

#oel_wrapper ul.oel_event_tabs li a.selected {
	background-position: left -37px;
}

#oel_wrapper ul.oel_event_tabs li a.today {
	background: url("../img/oel-today.png") left top no-repeat;
	width: 124px;
}

#oel_wrapper ul.oel_event_tabs li a.tomorrow {
	background: url("../img/oel-tomorrow.png") left top no-repeat;
	width: 145px;
}

#oel_wrapper ul.oel_event_tabs li a.weekend {
	background: url("../img/oel-weekend.png") left top no-repeat;
	width: 166px;
}

#oel_wrapper ul.oel_event_tabs li a.week {
	background: url("../img/oel-week.png") left top no-repeat;
	width: 149px;
}

#oel_wrapper ul.oel_event_tabs li.focus span {
	background: url("../img/oel-tab-arrow.png") left top no-repeat;
	display: block;
	height: 10px;
	margin: -5px auto 0;
	width: 62px;
}

ul.event_listing_details {
	margin: 10px 0px;
	float: left;
	width: 100%;
}

ul.event_listing_details li {
	clear: both;
	padding-bottom: 10px;
	width: 100%;
}

ul.event_listing_details div.date_holder {
	float: left;
	background: url("../img/oel-calendar-bg.png") left top no-repeat;
	width: 117px;
	height: 122px;
}
ul.event_listing_details div.date_holder ul.calendar {
	width: 73px;
	padding-top: 21px;
	margin-left: 38px;
}
ul.event_listing_details div.date_holder ul.calendar li.days_container {
	width: 69px;
	height: 85px;
}

ul.event_listing_details div.date_holder ul.calendar li.days_container ul li.weekday {
	color: #c0dad8;
	font-size: 12px;
	line-height: 14px;
}

ul.event_listing_details div.date_holder ul.calendar li.days_container ul li.month {
	color: #fff;
	font-size: 12px;
	line-height: 14px;
}

ul.event_listing_details div.date_holder ul.calendar li.days_container ul li.day {
	font-style: normal;
	font-weight: 900;
	font-size: 49px;
	line-height: 42px;
	color: #fff;
	text-align: center;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

ul.event_listing_details div.date_holder ul.calendar li.days_container ul li.day span {
	background: url("../img/day-hr.png") left top no-repeat;
	display: block;
	position: absolute;
	width: 69px;
	height: 23px;
	left: 0px;
	top: 11px;
	z-index: 1;
}

ul.event_listing_details div.date_holder ul.calendar li.days_container ul li.weekday, ul.event_listing_details div.date_holder ul.calendar li.days_container ul li.month, ul.event_listing_details div.date_holder ul.calendar li.days_container ul li.day {
	padding-bottom: 0px;
}

ul.event_listing_details div.date_holder ul.calendar li.days_container ul li.weekday, ul.event_listing_details div.date_holder ul.calendar li.days_container ul li.month {
	font-style: normal;
	font-weight: 700;
	text-align: center;
	/*font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;*/
	-webkit-font-smoothing: antialiased;
}

ul.event_listing_details p.photo {
	/* background: url("../img/oel-events-frame-bg.png") 100% 100% no-repeat; */
	width: 138px;
	height: 121px;
	float: left;
	margin-left: 16px;
}
ul.event_listing_details p.photo a {
	border: 1px solid #959595;
	float: left;
	margin-top: 9px;
}

ul.event_listing_details p.photo img {
	display: block;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	width: 100%;
}

ul.event_listing_details div.details {
	margin-left: 285px;
	background: url("../img/bg-arts-dotted.png") left 100% repeat-x;
	padding: 12px 0px 15px;
	min-height: 105px;
}

ul.event_listing_details div h5 {
	color: #8e8f93;
	font-weight: bold;
	font-size: 16px;
	line-height: 12px;
	padding-left: 7px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}

ul.event_listing_details div h4 {
	color: #e3824d;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 22px;
	margin-bottom: 0;
	padding-left: 7px;
	-webkit-font-smoothing: antialiased;
}

ul.event_listing_details div p {
	color: #757c8c;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	padding: 4px 20px 4px 7px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}

ul.event_listing_details div a.link {
	background: url("../img/oel-link-bg.png") left top no-repeat;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	width: 196px;
	/*height: 30px;*/
	text-indent: 25px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}

/*  toolbar */
#oel_toolbar label {
	display: inline-block;
	margin-right: 8px;
	font-size: 20px;
}

#oel_toolbar {
	background: none repeat scroll 0 0 #0d2f52;
    padding: 8px 5px;
    text-align: right;
}

#oel_toolbar span {
	color: #c0dad8;
    float: right;
    font-size: 16px;
    font-variant: small-caps;
    font-weight: bold;
}

#oel-search-btn {
	background: none repeat scroll 0 0 #399e7c;
    border-radius: 10px;
    color: #c0dad8;
    padding: 4px 6px;
}

#oel_toolbar input {
	border-radius: 20px;
    display: inline-block;
    margin: 0;
    min-width: 100px;
    padding: 0px 6px;
    width: 25%;
	margin-right: 20px;
	background: #d9c4af;
}

#oel_toolbar input.empty {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}