/* CALENDAR */

#calendar_wrap {
	padding: 15px 20px;
}

#calendar table, #maincalendar {
	width: 100%;
	background: #9d9d9d;
	border: 1px solid #11110F;
	text-align: center;
}

#wp-calendar { /* mini calendar */
	width: 200px;
}

#maincalendar {
	width: 600px;
}

#maincalendar td {
	height: 100px;
	width: 90px;
	font-size: small;
	text-align: left;
	vertical-align: top;
}

#maincalendar thead td, #maincalendar tfoot td {
	height: auto;
}

#calendar thead, #maincalendar thead {
	background: #161616;
	color: #ffffff;
}

#calendar tbody td, #maincalendar tbody td {
	background: #e1e1e1;
	border: 1px solid #11110F;
}

#calendar #prev, #maincalendar #prev {
	text-align: left;
}

#calendar #next, #maincalendar #next {
	text-align: right;
}

#maincalendar td a {
	text-decoration: none;
}

#maincalendar tbody td:hover {
	border: 1px solid #EFC700;
}
#maincalendar tbody td.pad:hover {
	border: 1px solid #11110F;
}

#calendar tfoot a, #maincalendar tfoot a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

#calendar #today, #maincalendar #today {
	background: #adada2;
	font-weight: bold;
	color: #005501;

}

#maincalendar #today {
	border: 1px solid #EFC700;
}

#wp-calendar .event {
	border-bottom: 2px solid #EFC700;
}
#maincalendar .event {
	border-bottom: 3px solid #EFC700;
}

#events { 
	 
}

.tooltip {
	color: #363636;
	font-weight: bold;
}
