/*
Name: Agenda
URI: http://www.itsumo.com.br		
Author: Emanuele
Author URI: http://www.itsumo.com.br
Thanks to: http://www.plic-plac.com (pelo modelo de agenda e css)
*/
	

/* * * * AGENDINHA * * * */


/* Geral */

#wp-agenda {
	empty-cells: show;
	text-align: center;
	font-family: Verdana, Arial;
	margin: 0;
	width: 50%;
	color: #ce626f;
	font-size: 10px;
	letter-spacing: normal;
	padding: 1px 0;
	background-color: #ffffff;
	border: 1px dotted #cad6e7;}

/* Dias da Semana */
#wp-agenda th {
	color: #ce626f;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #ffffff;
	border: 1px dotted #FFFFFF;
	text-transform: uppercase;
	}
	
#wp-agenda caption {
	color: #ce626f;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 3px;
	line-height: 11px;;
	font-weight: bold;
	padding: 4px;
	margin: 2px;
    border: 1px dotted #FFFFFF;
	background-color: #ffffff;}

.diasmes {
	background-color: #ffffff;
border: 1px dotted #FFFFFF;
}
