h2{
	margin-bottom: 5px;
	text-align:center;
	width:100%;
}
#wp-calendar
{
text-align: center;
width: 100%;
border-collapse: collapse;
padding: 0;
margin: 0;
font-size: 1em;
}
#wp-calendar-caption{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	width:100%;
	background:#900;
}

#wp-calendar caption a, #wp-calendar caption a:hover
{
background: transparent;
}

#wp-calendar th
{
font-weight: bold;
background:#E45949;
color:#FFF;
}

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

#wp-calendar th
{
text-align: center;
}
#wp-calendar td
{
	text-align: center;
}
#wp-calendar td a
{
	text-align: center;
	background:#900;
	font-weight:bold;
}
#wp-calendar tbody td a
{
text-decoration: underline;
background-color: #ccc;
}
#wp-calendar tfoot td a, #wp-calendar tfoot td a:visited
{
text-decoration: none;
color:#FFF;
}
#wp-calendar tfoot td a:hover
{
text-decoration: underline;
color:#FFF;
}
#wp-calendar caption
{
letter-spacing: 0.1em;
padding: 0.2em 1em 0.2em 0em;
font-weight: normal;
text-align: left;
font-size: 1.2em;
}
#wp-calendar-label, #wp-calendar-daylink{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	vertical-align:middle;
	height:14px;
	background:#900;
	width:100%;
}
#wp-calendar-entry{
	padding-left: 1em;
	text-indent: -1em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#900;
	border-bottom:#444444 dotted thin;
	margin-bottom:3px;
}
#wp-calendar-entry a, #wp-calendar-entry a:visited{
	color:#222222;
	text-decoration:none;
}
#wp-calendar-entry a:hover{
	text-decoration:underline;
}
#wp-calendar-daylink a , #wp-calendar-daylink a:visited{
	color:#FFF;
	text-decoration:none;
}
#wp-calendar-daylink a:hover{
	color:#FFF;
	text-decoration:underline;
}