/*--------------- the calendar --------------------- */
.calendar-holder {
	width: 150px;
	font-size: 12px;
	background: none;
	margin: 0px 15px 25px 0px;
	padding: 0px;
}

.calendar .special, #calendar-legend .special {
	background: #f48418;
	color: white;
	text-align: center;
	padding: 0px;
}

.calendar {
	border-collapse: collapse;
}

.calendar .special a {
	color: white;
	display: block;
	padding: 2px 6px;
}

.calendar td {
	text-align: center;
	padding: 2px 6px;
}

.calendar th {
	text-align: center;
}


.calendar .otherMonth {
	background: none;
	color: #545454;
}

.calendar-navigation {
	font-size: 11px;
}

#hidden-event-list {
	position: relative;
	margin-left: 5px;
	width: 100%;
}

#hidden-event-list div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 190px;
}
#big-day {
	float: left;
	text-align: center;
	width: 100px;
	padding-top: 15px;
	color: #4f4c4c;
}

#big-day .day {
	font-size: 95px;
	letter-spacing: -9px;
}

#big-day .month {
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}

#event-preview {
    overflow: hidden;
}
#hidden-event-list-container {
  float: left;
  clear: left;
  overflow: hidden;
  left: 0;
}

#hidden-event-list-container ul li{
	float: left;
	clear: left;
	margin-left: 15px;
	color: #4f4c4c;
	font-size: x-small;
}

#calendar-container {
  text-align: center;
}

#calendar-container .small-text {
  font-size: x-small;
}
