#cln_year, #cln_month, #cln_day {
 display: none;
}

#calendar {
  width: 100%;
  padding: 0 0 10px 0;
  position: relative;
  margin-top: 20px;
}

.cln_left {
  float: left;
  position: relative;
  width: 612px;
  height: auto;
}

.cln_left_bottom {
  float: left;
  position: relative;
  width: 100%;
  height: auto;
}

#cln_left_title {
  position: relative;
  margin-bottom: 20px;
}

#cln_left_title_calendar {
  display: none;
}

#cln_left_title_ongoing {
  display: none;
}

#cln_left_title_ongoing_title {
  font-size: 29px;
  font-weight: bold;
  height: auto;
  width: auto;
  text-align: left;
  font-family: Georgia,"Times New Roman",Times,serif;
  color: black;
  float: left;
}

#cln_left_title_ongoing_calendar_back {
  font-family: Georgia,"Times New Roman",Times,serif;
  color: #4C1122;
  font-size: 11px;
  font-weight: bold;
  padding-top: 15px;
  float: right;
  cursor: pointer;
  display: none;
}

#cln_previous {
  float: left;
}

#cln_next {
  float: right;
}

.cln_left_title_month_ops img {
  top: 2px;
}

.cln_left_title_month_ops {
	font-size: 14px;
	color: #170409;
	text-transform: capitalize;
 	cursor: pointer;
}

#cln_left_title_date_container {
  margin-left: 129px;
  height: 25px;
  float: left;
  display: inline;
}

#cln_left_title_month {
  background: transparent url(/image/cln_months_long_large.png) repeat-x scroll left top;
  width: 163px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  float: left;
}

.cln_left_title_year {
  background: transparent url(/image/cln_numbers_large.png) repeat-x scroll left top;
  width: 16px;
  height: 20px;
  float: left;
  margin-top: 1px;
}

#cln_left_calendar {
  border-top: 1px dotted #B9B8B1;
  border-left: 1px dotted #B9B8B1;
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 6px;
  display: none;
}

#cln_weekdays {
  width: 100%;
  height: 15px;
  display: none;
}

.cln_left_calendar_weekdays {
  height: 15px;
  width: 81px;
  position: relative;
  float: left;
  margin-left: 2px;
  font-size: 10px;
  color: #170409;
  text-align: center;
}

#cln_left_calendar .cln_left_calendar_date_selected {
  border: groove 2px #e5e5e5;
/*border-bottom: groove 2px #e5e5e5;*/
  height: 55px;
  width: 72px;
  margin-left: -2px;
  margin-top: -2px;
}

.cln_left_calendar_date {
  height: 56px;
  width: 73px;
  position: relative;
  float: left;
  border-right: dotted 1px #b9b8b1;
  border-bottom: dotted 1px #b9b8b1;
  padding: 9px 0 0 9px;
  cursor: pointer;
}

#cln_left_calendar_date_today {
  font-size: 10px;
  float: right;
  margin: -2px 5px 0 0;
}

.cln_left_calendar_date_number_single {
  background: transparent url(/image/cln_numbers.png) no-repeat scroll left top;
  height: 19px;
  width: 12px;
  position: relative;
  float: left;
  margin-left: 9px;
}

.cln_left_calendar_date_number {
  background: transparent url(/image/cln_numbers.png) no-repeat scroll left top;
  height: 19px;
  width: 14px;
  position: relative;
  float: left;
}

#cln_left_bottom_upcoming {
  margin-top: 29px;
  display: none;
}

#cln_events {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 15px;
  color: #818181;
}

.cln_event {
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dotted 1px #e5e5e5;
}

.cln_event_txt_holder {
  float: left;
  display: inline;
  width: 300px;
  color: #4d4d4d;
  font-family: Helvetica;
}

.cln_event_date {
  font-size: 24px;
  color: #170409;
}

.cln_event_date_day {
  margin: -29px 0 0 45px;
  font-size: 30px;
  width: 15px;
}

.cln_event_title {
  font-size: 11px;
}
.cln_event_blurb {
  font-size: 15px;
  line-height: 20px;
  color: #12A4C7;
}

.cln_event img {
/*width: auto; */
/*height: auto;*/
  float: left;
  margin: 0px 13px 0 0px;
  padding: 1px;
}

.cln_event_cost {
  float: left;
  font-size: 11px;
  width: 234px;
  height: auto;
}

.cln_event_location {
  font-size: 11px;
  position:relative;
}

.cln_event_location a, .cln_event_cost a {
  display: inline;
/* font-weight: bold; */
/* margin-left: 3px; */
}

.cln_event_time {
  font-size: 11px;
  width: 100%;
  height: auto;
  margin-top: 15px;
}

.cln_event_source {
  float: left;
  font-size: 11px;
  width: 234px;
  height: auto;
}

.cln_event_description {
  float: left;
  font-family: Arial;
  font-size: 11px;
  width: 100%;
  height: auto;
  margin-top: 15px;
  line-height: 17px;
  color: #4c4c4c;
}

#cln_right {
  position: relative;
  height: 430px;
  padding-left: 10px;
  text-align: left;
  display: none;
}

#cln_rss_feed {
  width: 100%;
  height: 45px;
  border-bottom: solid 1px #e5e5e5;
  float: left;
}

#cln_rss_feed_icon {
  background: transparent url(/image/cln_rss_icon.png) no-repeat scroll left center;
  width: 24px;
  height: 100%;
  float: left;
  cursor: pointer;
}

#cln_rss_feed_link1 {
  background: transparent url(/image/cln_rss_feed.png) no-repeat scroll left center;
  width: 115px;
  height: 100%;
  float: left;
  margin-left: 10px;
  cursor: pointer;
}


#cln_rss_feed_link2 {
  background: transparent url(/image/cln_all_feeds.png) no-repeat scroll left center;
  width: 88px;
  height: 100%;
  float: right;
  cursor: pointer;
}

#cln_subscribe { padding-bottom: 35px; }

#cln_subscribe_title {
  width: 65px;
  height: 12px;
  float: right;
  margin-right: 10px;
  color: #170409;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}

#cln_subscribe_ical {
  float: right;
  cursor: pointer;
}

#cln_rollover {
  background-color: white;
  width: 100%;
  padding-right: 10px;
  height: 356px;
  float: right; display:inline;
}

#cln_rollover_date {
  font-size: 24px;
  color: #170409;
  display: none;
}

.number {
  width: auto;
  height: 30px;
  float: left;
}

.slash {
  width: 7px;
  height: 30px;
  float: left;
}

#cln_rollover_event_none {
  font-family: Helvetica;
  font-size: 12px;
  font-weight: bold;
  color: #818181;
  height: 8px;
  float: left;
  display: none;
}

#cln_rollover_event_general {
  background: transparent url(/image/cln_rollover_general.png) no-repeat scroll left center;
  height: 110px;
  display: block;
}

#cln_rollover_events {
  height: 270px;
  float: left;
  display: none;
  color: #ACACAC;
}
#cln_rollover_events .cln_event .cln_event_time { margin-top: 5px; }
#cln_rollover_events .cln_event { margin-bottom: 25px; }

.cln_rollover_event {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 10px;
}

.cln_rollover_event_title {
  height: 10px;
  float: left;
  font-family: Georgia;
  font-size: 10px;
  color: #858585;
  width: 100%;
}

.cln_rollover_event_blurb {
  height: 10px;
  float: left;
  font-family: Georgia;
  font-size: 12px;
  width: 100%;
}

.nightlife_month {
  margin-left: 110px;
}
