/* CALENDAR_PRINT.CSS   KitchenTable.com ADDED: 051710   */
/* PRINT.CSS -----------------------------*/

div#container { 
	margin-top: .1in;
	margin-left: .2in;
	padding: 0;
	width: 98%;
	height: auto;
	color: #000000; 
	text-align: left; 
	font-size: 10pt; 
	line-height: 13pt; 
	font-family: "Lucida Grande", Arial, sans-serif;  }
	
div#content { color: #000;  }

div#maincontent	 { color: #000;  }
	
div#main { background: none; margin: 0; padding: 0; }
	
div#cremaleaves { background-image: none; margin: 0; padding: 0;
	height: 1px; }
	
div#branding {
	display: none; visibility: hidden; width: 1px; height: 1px; overflow: hidden; 
	}
	
div#print_logo { 
	float: left; 
	padding: 0 10px 0 0; 
	margin: 0;
	visibility: visible; 
	display: inline; 
	width: 158px; 
	height: 72px; } 


div#primary {
	position: absolute;
	top: 85px;
	left: 10px;	
	width: 98%;
	height: auto;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 9pt; 
	line-height: 12pt; 
	font-family: "Lucida Grande", Arial, sans-serif; }




p {
	padding-top: 1pt;
	font-size: 8pt; 
	line-height: 9pt; 
	font-family: "Lucida Grande", Arial, sans-serif; }

.text {
	padding: 2pt 0 0 0;
	font-size: 8pt; 
	line-height: 9pt; 
	font-family: "Lucida Grande", Arial, sans-serif; }

/* MONTH  ------------------------------  */

caption {  /* MONTH TITLE */
	color: #c54d19; 
	text-align: center; 
	margin-top: .4em;	
	letter-spacing: .7em;
	line-height: 18pt;
	font-weight: bold;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18pt;
	font-family: Georgia, "Times New Roman", Times, serif;  }

		
	
th {      /* DAYS OF WEEK    */
	margin-top: 2pt;
	margin-bottom: 2pt;
	padding: 2pt;
	background-color: #4e2b00;  /* coffee */
	color: #ffffff;             /* crema */
	text-align: center;
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12pt;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif; }
	
	/* DAYS & NUMBERS ------------------------------  */
	
h4 {
	margin-top: 1px;
	text-align: right;
	color: #db8159;     /* dim tomato */
	font-weight: bold;
	font-size: 18pt;
	font-family:  "Trebuchet MS", "Lucida Grande", Arial, sans-serif;  }
	
		/*  CALENDAR :: TEXT ------------------------------  */
		
td { 
	width: 13%;  
	height: auto;
	border: 1px solid #666666;  
	padding-top: 0;
	padding-right: .5em;
	padding-bottom: .5em;
	padding-left: .5em; 
	text-align: left;  
	vertical-align: top;
	margin-top: 0;  
	color: #000000; /* black */
	font-size: 8pt;
	line-height: 9pt; 
	font-weight: bold;
	font-family: Arial, sans-serif; }

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

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

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

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

table.calendar { 
	margin-bottom: 2em; 
	padding-bottom: 2em;
	border: 1px solid black; 
	}

/* TABLE TD LISTINGS & LINKS  ------------------------------  */
div#primary .calendar td a,
a { 
	text-decoration: none; 
	font-size: 8pt; 
	line-height: 9pt;
	color: #000000; 
} 
	
div#contact_info .contact_top,
div#search_info div.todaysdate table.facebookp,
div#search_info div.todaysdate table.facebookp td,
div#search_info div.todaysdate table.facebookp td .facebook-icon a { 
	display: none; visibility: hidden; height: 1px; overflow: hidden; }

/* BACK AND FORWARD MARKERS --------------------- */

.calendar-prev a:link, .calendar-prev a:visited,
.calendar-next a:link, .calendar-next a:visited,
.calendar-prev a:hover, .calendar-prev a:active,
.calendar-next a:hover, .calendar-next a:active  { 
	display: none; visibility: hidden; height: 1px; overflow: hidden; }
	
/* MENU AND TEXT LINKS --------------------- */

body div#class_menu ul li,
body div#nav div#nav_main ul li,
body div#nav div#nav_secondary ul li { 
	display: none; visibility: hidden; height: 1px; overflow: hidden; }
	
/* NUMERICAL DAYS ON CALENDAR PAGES ---------------- */
	.textual { color:  #000000; }         /* black */
	
div#clear { 
	clear: both; 
	height: 1pt;
}	
body div#container div#importantinfo {
	/* float: left; */
	position: relative;
	font-size: 8pt; 
	line-height: 11pt;
	color: #c54d19; /* #000000;  was #c54d19; */
	padding-top: 10px;
	padding-left: 20pt;
	margin-left: 20pt;
	text-align: left;
	vertical-align: bottom;
	font-family:  "Trebuchet MS", "Lucida Grande", Arial, sans-serif; 
}