
/* CALENDAR */
#wp-calendar {
	width: 100%;
	margin-top: 15px;
	font-size: 11px;
	background: #FFFFFF;
}
#wp-calendar thead th {
	background: #262527;
	border-top: none;
	font-size: 11px;
	color: #EFEFEF;
	line-height: 1.4em;
	font-family: 'BebasNeue', 'sans-serif';
	background: -moz-linear-gradient(
	top,
	#2A3235 0%,
	#363838);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#2A3235),
	to(#363838));
	border: 1px solid #444444;
}
#wp-calendar tbody td {
	text-align: center;
	border: 1px solid #E2E2E1;
	line-height: 1.8em;
	transition: background 0.15s ease;
	-webkit-transition: background 0.15s ease;
	-o-transition: background 0.15s ease;
	-moz-transition: background 0.15s ease;
}
#wp-calendar tbody td:hover {
	color: #333;
}
#wp-calendar tbody td a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#wp-calendar tbody td:hover a {
	color: #999999;
}
#wp-calendar tfoot td {
	padding-top: 1px;
	padding: 4px;
	display: none;
}
#wp-calendar caption {
	cursor: pointer;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
	padding: 6px 12px;
	outline: 0 none !important;
	color: #232122;
	background: #FFFFFF;
	border: 1px solid #E2E2E1;
	font-family: 'HermeneusOne', serif;
}
#wp-calendar tbody a {
	display: block;
	text-decoration: underline;
}
#wp-calendar th {
	text-align: center;
	border: 1px solid transparent;
	border-top: none;
	padding: 7px 0;
	color: #000000;
}
