/* calendar config */

#wp-calendar {
	empty-cells: show;
	width: 200px;
	font-size: 12px;
	color: #465A70;
	text-decoration: none;
	text-align: center;
	float: left;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

#wp-calendar a:link, #wp-calendar a:visited {
	text-decoration: none;
	color: #CC0033;
}
#wp-calendar a:hover, #wp-calendar a:active  { color: #FFCC33; text-decoration: none }
#wp-calendar caption  { color: #5d5d5d; font-size: 1.6em; line-height: 36px; background: url(images/cats.gif) no-repeat left ; text-align: left; margin: 0px; padding: 0px 0px 0px 10px; width: 190px; height: 36px }

#wp-calendar th {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#next a:link, #next a:visited {
	text-align: center;
	color: #CC0033;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	float: right;
}
#next a:hover, #next a:active {
	text-align: center;
	color: #FFCC33;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	float: right;
}

#prev a:link, #prev a:visited {
	text-align: left;
	color: #CCCC99;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	float: left;
}
#prev a:hover, #prev a:active {
	text-align: left;
	color: #516878;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	float: left;
}
#wp-calendar td {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#wp-calendar tf {
	margin: 0px;
	padding: 0px;
}
.pad {
	text-align: center;
}
