#wp-calendar{
	position: relative;
	width:100%;
	margin-bottom:20px;
}
#wp-calendar caption{
caption-side: top;
width:100%;
text-align: left;
padding: 10px 0 5px;
font-size: 12px;
}
#wp-calendar th{
text-align: center;
padding: 5px;
font-size: 12px;
background-color: #eee;
}
#wp-calendar thead{}
#wp-calendar tbody td{
text-align: center;
padding: 5px;
font-size: 12px;
border-bottom: 1px solid #eee;
}
#wp-calendar tbody tr td:nth-last-of-type(2){
color: #00f;
}
#wp-calendar tbody tr td#today{
background: #ccc;
color: #fff;
padding: 5px;
}
#wp-calendar tbody tr td#today a{
background: #ccc;
}
#wp-calendar tbody tr td:last-child{
color: #cc0000;
}
#wp-calendar tbody tr td a{
display: block;
color: #090;
background: #eee;
text-decoration: none;
border-radius: 3px;
}
#wp-calendar tfoot{
position: absolute;
top: 5px;
right:0;

}
#wp-calendar tfoot a{
	border: solid 1px #ccc;
	background-color: #fff;
	text-decoration: none;
	font-size: 12px;
	margin: 0px 1px;
	padding: 2px 5px;
	border-radius: 3px;
	color: #000;
	cursor:pointer;
}
#wp-calendar tfoot a:hover{
background: #ccc;
}
