/* CALENDAR.CSS   KitchenTable.com 031408  :: NEW  */


div#cremaleaves { 
 	float: left;
 	clear: both;
 	top: 0;
 	margin: 0 auto;
 	padding: 0;
 	width: 852px;
	height: 650px;
	background-image: url(Images/CremaLeaves.gif); 
 	background-repeat: no-repeat;
 	background-position: center top;
 	z-index: 12; 
}

/* MONTH  ------------------------------  */
.calendar-month,
caption { 
	height: 36px;	
	color: #c54d19; 
	text-align: center; 
	/* margin-top: -6px;	*/
	/* 	margin-bottom: 6px; */
	padding-bottom: 12px;
	
	letter-spacing: .7em;
	font-weight: bold;
	text-transform: uppercase;	
	font-size: 24px;
	line-height: 36px;	
	font-family: Georgia, "Times New Roman", Times, serif;  }
		

.calendar-month-bottom { 
	height: 24px;
	margin-top: 0;	
	margin-bottom: 0;
	
	color: #c54d19; 
	text-align: center; 	
	letter-spacing: .7em;
	font-weight: bold;
	text-transform: uppercase;	
	font-size: 24px;
	line-height: 24px;	
	font-family: Georgia, "Times New Roman", Times, serif;  
	}
	
		/* DAYS OF WEEK  ------------------------------  */
	
th {
 margin-top: 6px;
 margin-bottom: 6px;
 
 padding-top: 6px;
 padding-right: .3em; 
 padding-bottom: 0;
 padding-left: .3em;
 
	background-color: #4e2b00;  /* coffee */
	color: #e8d898;             /* crema */
	text-align: center;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif; }
	
	/* DAYS & NUMBERS ------------------------------  */
	
h4 {
 margin-top: .1em;
 text-align: right;
	color: #db8159;     /* dim tomato */
	font-weight: bold;
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif; }
	
		/*  CALENDAR :: TEXT ------------------------------  */
		
td { 
 width: 13%;  
 height: 6em;
 border-right: 1px dotted #705636; /* pale choc brown */
 border-left: 1px dotted #705636; /* pale choc brown */
 border-bottom: 1px dotted #705636; /* pale choc brown */
/* border: 1px dotted #705636;  pale choc brown */
 padding-top: 0;
 padding-right: .5em;
 padding-bottom: 1px;
 padding-left: .5em;
 
	text-align: left;  
	vertical-align: top;
	margin-top: 0; 
 
/*	color: #705636;  pale choc brown */
	
	font-weight: bold;
	font-size: 10px; 
	line-height: 11px; 
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;  
	/* text-decoration: underline; 
	this underlines all the text in the block */ }

	
	/* LINKS ------------------------------  */
	
	/* FOR SOME REASON UNDERLINES DON'T WORK WITHIN td LINKS */
	
/* td a:link,  td a:visited  { text-decoration: underline; color: #2f1a0a;  }   darkcoffee */  
	
/* td a:hover, td a:active  { text-decoration: underline; color: #c54d19; }  brite warm red */  

td.shortcellright { height: auto; text-align: right; padding: .5em 1em .2em 0em; }

td.shortcell_left { height: auto; text-align: left; padding: .5em 0em .2em  1em; }

/* TABLE STYLES  ------------------------------  */

table { 
	border-collapse: collapse;
	table-layout: fixed; 
 	width: 90%;  margin:  0; padding: 0;  }

table.calendar { margin-bottom: 1em; padding-bottom: 1em; }

/* --------- Regular Classes --------- */
div#primary .calendar td.linked-day a  { 
	text-align: left; 
	color: #2f1a0a;                    /* coffee brown */
	padding: 1px; 
	text-decoration: none; 
}	
div#primary .calendar td.linked-day a:link, 
div#primary .calendar td.linked-day a:visited { 
	color: #2f1a0a;  /* brown */	
	padding: 1px;
	text-decoration: none;
}
div#primary .calendar td.linked-day a:hover, 
div#primary .calendar td.linked-day a:active { 
	color: #c54d19; /* red */ 
	text-decoration: underline; 
	padding: 1px;
}

/* --------- Special Classes --------- */
div#primary .calendar td.linked-day a .specialclass {
	text-align: left; 
	color: #c54d19;      /* red */
}
div#primary .calendar td.linked-day a .specialclass:link, 
div#primary .calendar td.linked-day a .specialclass:visited { 
	color: #c54d19;      /* red */
	/*padding: 1px;*/
	text-decoration: none;
}
div#primary .calendar td.linked-day a .specialclass:hover, 
div#primary .calendar td.linked-day a .specialclass:active { 
	color: #5d8739;  /* semibritespinach */	
	text-decoration: underline; 
	/*padding: 1px;*/
}





div#search_info div.todaysdate table.facebookp { float: right; 
	vertical-align: top; 
	margin-bottom: 4px; 
	padding-top: 1px; 
	padding-bottom: 4px;  
	width: 130px; 
	height: 35px; 
	border: none; }
	
div#search_info div.todaysdate table.facebookp td { 
	height: auto; 
	border: none; }

div#search_info div.todaysdate table.facebookp td .facebook-icon a { 
	float: right; }

/* BACK AND FORWARD MARKERS --------------------- */
.calendar-month-bottom a:link, .calendar-month-bottom a:visited, 
.calendar-prev a:link, .calendar-prev a:visited,
.calendar-next a:link, .calendar-next a:visited {
 color: #2f1a0a; font-size: 130%;                         /*  darkcoffee */  
}

div#primary .calendar .calendar-month-bottom a:hover, 
div#primary .calendar .calendar-month-bottom a:active, 
.calendar-prev a:hover, .calendar-prev a:active,
.calendar-next a:hover, .calendar-next a:active {
 color: #c54d19;  font-size: 130%;                          /* brite warm red */ 
 background-color: transparent;
} 
	
/* NUMERICAL DAYS ON CALENDAR PAGES ---------------- */
	.textual { color:  #c54d19; margin-bottom: 3px; }         /* tomato */
	

	
