.calendar_wrapper{
	margin:4px 0;
}
#wp-calendar{
	font:normal normal bold 11px/18px Verdana;
	empty-cells: show;
	border-collapse:collapse;
	border-spacing:0 0;
	margin:4px 15px;
	border:1px solid #871C20;
		width:210px;
}
#wp-calendar tbody td{
	height:19px;
	width:20px;
	text-align:center;
	background:#CCC;
	padding:0;
	border-right:1px solid #871C20;
	border-top:1px solid #871C20;
}
#wp-calendar thead th{
	border-right:1px solid #871C20;
	background:#AFADAC;
	color:#7E3538;
}
#wp-calendar tbody td#today{
	background:#AB3237;
	color:#FFF;
}
#wp-calendar thead th{
	border-top:1px solid #871C20;	
}
#wp-calendar tfoot td{
	background:#AFADAC;
	border-top:1px solid #871C20;	
}
#wp-calendar a{
	font-weight:bold;
	text-decoration:none;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}
#wp-calendar #next{
  text-align:right;
}
#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}