#wp-calendar {
	background: #eee;
	empty-cells: show;
	width: 100%;
	color: #666;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
	border: none;
}

#wp-calendar caption {
	color: #666;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: .2em;
	font-weight: bold;
	padding: .2em 0;
	background: #eee;
}

#wp-calendar td {
	padding: 2px;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	padding: .2em 0;
	text-align: center;
	font-weight: bold;
}
