/*
Name: Plugin Agenda
URI: http://www.plic-plac.com
Author: Mari Assmann
Author URI: http://www.plic-plac.com/weblog
Description: CSS para funcionamento do Plugin Agenda
*/

	
/* * * * * A G E N D A  -  S I D E B A R * * * * */


/* Altura da lista na Sidebar */

div#agenda {
	height: 115px;
	overflow: auto;}

div#agenda ul {
	margin: 0;
	padding: 0;
	list-style: none;}
  
div#agenda li {
	margin: 0;
	padding: 5px 0 5px;}
	

/* * * * * C A L E N D A R I O * * * * */


#wp-agenda {
	empty-cells: show;
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	margin: 0;
	width: 95%;
	color: #666666;
	font-size: 10px;
	letter-spacing: normal;
	padding: 2px 0;
	background-color: #F8F8F8;
	border-top: 1px solid #EFEDED;
	border-left: 1px solid #EFEDED;
	border-bottom: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;}

#wp-agenda th {
	color: #666666;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #F8F8F8;
	border-top: 1px solid #EFEDED;
	border-left: 1px solid #EFEDED;
	border-bottom: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	text-transform: uppercase;}
	
#wp-agenda caption {
	color: #666666;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 11px;
	background-color: #F8F8F8;
	border-top: 1px solid #EFEDED;
	border-left: 1px solid #EFEDED;
	border-bottom: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	border-width: 0px 0px 1px 0px;
	padding: 4px;
	margin: 2px;}
