/*
Name: Plugin Agenda
URI: http://blog.plic-plac.com/
Author: Mari Assmann
Author URI: http://blog.plic-plac.com/
Description: CSS para funcionamento do Plugin Agenda
*/

	
/* * * * * A G E N D A  -  S I D E B A R * * * * */

div#agenda {}

div#agenda ul {
	margin: 0;
	padding: 0;
	list-style: none;}
  
div#agenda li {
	margin: 0;
	padding: 2px 0 0px;}

div#agenda li img {
max-width:12px;
width:auto;
max-height:12px;
height:auto;}


.riscado {
	text-decoration: line-through;
color: #555555;}
	

/* * * * * C A L E N D A R I O * * * * */

div#sidebar1 #wp-agenda {
	color: #fff;
	empty-cells: show;
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	margin: 0;
	width: 150px;
	font-size: 10px;
	letter-spacing: normal;
	padding: 2px 0;
	background-color: transparent;
	border: 0px dotted #CFA38C;}

/* Dias da Semana */
div#sidebar1 #wp-agenda th {
	color: tranparent;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #222222;
	border-bottom: 1px dotted #000000;
	border-right: 1px dotted #000000;
	text-transform: uppercase;}


div#sidebar1 #wp-agenda tbody tr td {
background: #transparent;
width:14px; height:14px;
border-bottom: 1px solid #111111;
border-right: 1px solid #333333;}

div#sidebar1 #wp-agenda tbody tr td img {
max-width:12px;
width:auto;
max-height:12px;
height:auto;}
	
div#sidebar1 #wp-agenda caption {
	color: #ffffff;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: none;
	letter-spacing: 1px;
	line-height: 11px;
	background-color: transparent;
	text-transform: uppercase;
	padding: 4px;
	margin: 2px;}




/*entry*/


#content #wp-agenda {
	color: #333333;
	empty-cells: show;
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	margin: 0;
	width: 150px;
	font-size: 10px;
	letter-spacing: normal;
	padding: 2px 0;
	background-color: transparent;
	border: 0px dotted #CFA38C;}

#content table#wp-agenda thead tr td {vertical-align:top;}

#content #wp-agenda th {
	color: tranparent;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	background-color: #F6E6DE;
	border-bottom: 1px dotted #ff0066;
	border-right: 1px dotted #ff0066;
	text-transform: uppercase;}

#content table#wp-agenda thead tr td table#wp-agenda thead tr {
height:12px;}


#content #wp-agenda thead tr td #wp-agenda tbody tr td,
#content #wp-agenda thead tr td #wp-agenda tr td, #conten #wp-agenda tbody tr td  {
vertical-align:middle;
background: #f1f1f1;
 height:14px;width:14px;
border-bottom: 1px solid #cccccc;
border-right: 1px solid #999999;}

#content #wp-agenda tbody tr td img {
max-width:12px;
width:auto;
max-height:12px;
height:auto;}
	
#content #wp-agenda caption {
	color: #555555;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: none;
	letter-spacing: 1px;
	line-height: 11px;
	background-color: transparent;
	text-transform: uppercase;
	padding: 4px;
	margin: 2px;}
