/* Estilos para o calendario de posts arquivados */

table#wp-calendar {
	width: 100%;
	font-size:80%;
}

table#wp-calendar caption {
	font-size:120%!important;
	font-weight: bold;
	text-align: center;
	color: #003366;
	background-color: #99ccff;
}

table#wp-calendar thead tr{
	background-color: #99ccff;
}

table#wp-calendar thead th {
	border: 1px solid #fff;
	text-align: center;
}

table#wp-calendar tbody tr td {
	border: 1px solid #fff;
	text-align: center;
}

table#wp-calendar tbody tr td a{
	display:block;
	background: #ff0066;
	color: #fff;
	padding:1px;
}


table#wp-calendar tbody tr td a:hover {
	background: lightgray;
	color: #000;
}

table#wp-calendar tfoot {
	background: #003366;
	color: #99ccff;
}

table#wp-calendar tfoot a:link, table#wp-calendar tfoot a:active, table#wp-calendar tfoot a:visited {
	color: #fff;
	text-decoration: none;
}

table#wp-calendar tfoot a:hover {
	text-decoration: underline;
}