/*  STRUCTURE.CSS for KitchenTable.com ::  */

/* ADDED overlay for 5280 Banners (02-28-09) */

/* BASELINE SETTINGS  ----------------------*/

body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, 
p, blockquote, th, td { margin: 0; padding: 0; }

table { 
border-collapse: collapse; border-spacing: 0; }

fieldset, img { border: 0; }

address, caption, cite, code, dfn, th, var { 
font-style: normal; font-weight: normal; }

em { font-style: italic; }

strong { font-weight: bold; }

ol, ul {  margin: 1em 0;  margin-left: 10px; padding-left: 0; }

ul { list-style-type: disc; }

ol { list-style-type: decimal; }

caption, th {  text-align: left; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; }

/* MASTER STRUCTURE SETTINGS  ----------------------*/

html, body {  
	margin: 0 auto;   /* changed from margin:0; */
	padding: 0;   
	background-color: #4e2b00;  /* coffee */   
	position: relative;  
	height: 100%; 
	min-height: 100%; /* -- IE needs something different -- */ 
	
/* WORKS *************************************  */ 
	background-image: url(Images/main_bar.gif);  
	background-position: center top;  
	background-repeat: repeat-y;
}

body { 
	font-size: 76%;  
	font-family: "Trebuchet MS", Geneva, Verdana, Arial, sans-serif;  
}

* html body {height: 100%}

/* *******  NEW 02-28-09 *************************************  */
div#ad_holder  { 
	position: absolute;     
	top: 10px;  
	left: 10px; 
	margin: 0; 
	padding: 0; 
	width: auto;  
	height: auto;  
	border: none; 
	z-index: 900;  
}
/* *******  end NEW  *************************************  */ 
	
/* -------------- CONTAINER  ----------------------*/
div#container {  
	position: relative;  
	top:  0;  
	left: 0; 
	bottom: 0; 
	width: 100%;  
	min-height: 100%; 
	height: auto;  
	margin: 0 auto;
	padding: 0;  
	text-align: center; 
}
/* ------------ CONTENT SECTION ----------------------*/

div#content {   
	position: relative; /* changed back */ 
	top: 0; 
	margin: 0 auto;
	padding: 0;
	width: 852px; 	
	height: 125%;
	height: auto;  
	text-align: left; 	 
	}
#content a:link    { text-decoration: none;  }
#content a:visited { text-decoration: none;  }
#content a:hover   { text-decoration: none;  }
#content a:active  { text-decoration: none;  }

#content a:focus { outline-style: none; } 
/* removes Firefox outline on links */


/*  MAIN CONTENT SECTION ----------------------*/

div#maincontent { 
	background-color: #e8d898;                    
	position: relative;    
	top: 0;   
	z-index: 2; 
	} 

#maincontent a:focus { outline-style: none; } 
/* removes Firefox outline on links */
 

div#main {     /* HOLDER for basic content */ 
	position: relative;  
	top: 0; 
	left: 0; 
	height: auto; 
	height: 100%; 
	margin: 0 auto;
	padding: 0;
	width: 852px; 
	z-index: 11;
}

div#cremaleaves {  
	position: relative; 
	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; 
}


/*  BRANDING HEADER ------------------------------*/

div#print_logo { position: absolute; left: -12000px; } 
	/* { display: none; visibility: hidden; height: 1px; overflow: hidden; } */

#branding {          /* HOLDER for all HEADER ITEMS */    
	position: relative; 
	top: 0;  
	left: 0;  
	width: 852px; 
	height: 130px;  
	margin: 0 auto;  
	padding: 0; 
	z-index: 10; 
} 
#logo {  
	position: absolute;  
	top: 3px;  
	left: 301px; 
	margin: 0 auto;  
	width: 253px;              /* was 100%; */ 
	height: 120px;  
	text-decoration: none; 
}
#logo-error {  
	position: relative;  
	padding-top: 0;  
	margin: 0 auto;  
	width: 253px;              /* was 100%; */ 
	height: 120px;  
	text-decoration: none; 
}

table.errortable { border: 1px dotted #d7daae;  padding: 6px; }

table.errortable ul li { padding-bottom: 6px; }

table.errortable a { color: #3d1a00; text-decoration: none;
	border-bottom: 1px dotted  #3d1a00;
	padding-bottom: 1px;
	font-size: .9em; 
	line-height: 1.4em; }
	
table.errortable a:link { color: #3d1a00; font-size:.9em; line-height: 1.4em; }
table.errortable a:visited { color: #555555; font-size:.9em; line-height: 1.4em; }
table.errortable a:hover { color: #c54d19; font-size:.9em; line-height: 1.4em; }
table.errortable a:active { color: #c54d19; font-size:.9em; line-height: 1.4em; }

p.error-note { color: #3d1a00; 
	padding-bottom: 1px;
	font-size: .95em; 
	line-height: 1.4em; }

#contact_info a { font-weight: bold; }

#contact_info a:link,
#contact_info a:visited { text-decoration: none; 
	color: #4e2b00; 
	padding: 1px;
	border-bottom: 1px dotted #4e2b00; }     /* coffee */    
	
#contact_info a:hover,
#contact_info a:active { text-decoration: none;
	color: #f4e5aa;                         /* crema lite text*/
	background-color: #c54d19;             /* bright tomato */   
	padding: 1px;
	border-bottom: none; }

#logo img { margin: 0 auto;  border: none; 
} 
#contact_info  { 
	position: absolute;  
	top: 6px;  
	left: 1em;     
	width: auto; 
	height: 129px;  
	min-width: 160px;  
}
#search_info  { 
	position: absolute;     
	top: 6px;  
	right: 1em; 
	width: auto;  
	height: 129px;  
	min-width: 92px;  
}

#search_info .todaysdate { 
	padding: 0 1px;
	line-height: 15px; 
	font-weight: bold;
	color: #4e2b00;
	font-size: 10px;
	font-family: "Trebuchet MS", Geneva, Verdana, Arial, sans-serif; } 
	
#search_info .todaysdate a:link,
#search_info .todaysdate a:visited { text-decoration: none; 
	color: #4e2b00; 
	padding: 1px;
	border-bottom: 1px dotted #4e2b00; }     /* coffee */    
	
#search_info .todaysdate a:hover,
#search_info .todaysdate a:active { text-decoration: none;
	color: #f4e5aa;                         /* crema lite text*/
	background-color: #c54d19;             /* bright tomato */   
	padding: 1px;
	border-bottom: none; }  
	

#caffelogo { width: 175px; height: 95px;  margin: 0 auto;  } 
	
#caffelogo a:link { border: none; text-decoration: none; }


div#search_info .todaysdate a.facebook-icon { 
	vertical-align: top;
	border: none; background-color: transparent;
	padding: 0; margin: 0; float: left;  text-decoration: none; }
div#search_info .todaysdate a:link.facebook-icon 	 { 
	border: none; background-color: transparent;
	padding: 0; margin: 0; float: left;  text-decoration: none; }
div#search_info .todaysdate a:visited.facebook-icon  { 
	border: none; background-color: transparent;
	padding: 0; margin: 0; float: left;  text-decoration: none; }
div#search_info .todaysdate a:hover.facebook-icon    { 
	border: none; background-color: transparent;
	padding: 0; margin: 0; float: left;  text-decoration: none; }
div#search_info .todaysdate a:active.facebook-icon   { 
	border: none; background-color: transparent;
	padding: 0; margin: 0; float: left;  text-decoration: none; }

/*  MENU STYLES-- TOP LINE: ------------------------------*/

div#nav {  
	position: relative;    
	top: 0;  
	left: -4px; 
	margin: 0;  
	padding: 0;   
	width: 100%;  
	height: auto; 
	text-align: center;  
	z-index: 50;
} 
div#nav_main {  
	position: relative;   
	top: 0; 
	left: 0; 
	margin: 0 auto;  
	padding: .3em 0;   
	width: 856px;  
	border-left:  1px solid #c54d19;        /* bright tomato */ 
	border-right: 1px solid #c54d19;        /* bright tomato */ 
	border-top: 1px solid #5d6219;          /* spinach */  
	border-bottom: 1px solid #933911;       /* deep beet red  */  
	background-color: #c54d19;              /* bright tomato */   
	 
	color: #f4e5aa;                         /* crema lite text*/ 
	text-align: center;  
	text-decoration: none;  
	letter-spacing: -0.03em; 
	font-weight: bold; 
	
	font-size: 9px;  
	
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif; }

div#nav_main ul { margin: 0; padding: 0; }
div#nav_main ul li { list-style: none;  display: inline;  text-decoration: none; }

div#nav_main li a:link,
div#nav_main li a:visited { padding: .3em;  
	background-color: transparent;  
	color: #f4e5aa;                          /* crema lite text*/ 
	letter-spacing: -0.03em; 
	font-weight: bold;  
	text-decoration: none;  }
	
div#nav_main li a:hover,
div#nav_main li a:active { padding: .3em;  
	background-color: #933911;                /* deep beet red */  
	color: #f4e5aa;                          /* crema lite text*/ 
	letter-spacing: -0.03em; 
	font-weight: bold;    
	text-decoration: none;  
} 
	   
	/* -----  YOU ARE HERE NAVBAR LINKS: ---------------------------  */

#homepage #nav_main #home a:link, 
#homepage #nav_main #home a:visited,

#adminpage #nav_main #admin a:link, 
#adminpage #nav_main #admin a:visited,

#calendarpage #nav_main #calendar a:link, 
#calendarpage  #nav_main #calendar a:visited,

#cakespage #nav_main #cakes a:link, 
#cakespage #nav_main #cakes a:visited,

#contactpage #nav_main #contact a:link, 
#contactpage #nav_main #contact a:visited,

#emailpage #nav_main #email a:link,
#emailpage #nav_main #email a:visited,

#espressolepage #nav_main #espressole a:link, 
#espressolepage #nav_main #espressole a:visited,

#giftcardpage #nav_main #giftcard a:link, 
#giftcardpage #nav_main #giftcard a:visited,

#linkspage #nav_main #links a:link, 
#linkspage #nav_main #links a:visited,

#mappage #nav_main #map a:link, 
#mappage #nav_main #map a:visited,

#meet_chefspage #nav_main #meet_chefs a:link,
#meet_chefspage #nav_main #meet_chefs a:visited,

#presspage #nav_main #press a:link, 
#presspage #nav_main #press a:visited,

#camppage #nav_main #camp a:link, 
#camppage #nav_main #camp a:visited,

#partiespage #nav_main #private a:link, 
#partiespage #nav_main #private a:visited,

#whatsnewpage #nav_main #whatsnew a:link, 
#whatsnewpage #nav_main #whatsnew a:visited,

#gallerypage #nav_main #gallery a:link, 
#gallerypage #nav_main #gallery a:visited

{  
	padding: .3em 0;  
	background-color: #933911;               /* deep beet red */  
	color: #fff;                             /* WHITE */ 
	letter-spacing: -0.03em; 
	font-weight: bold;   
	font-size: 115%; 
	text-decoration: none;  
	border-left: 1px solid #573b18; 
	border-right: 1px solid #573b18;
} 
	
/*   MENU BAR - SECONDARY LINE:  ------------------------------*/ 
	
div#nav_secondary {  
	position: relative;  
	top: 0; 
	left: 0; 
	margin: 0 auto;  
	padding: .3em 0;   
	width: 856px; 
	border-left:  1px solid #705636;          /* chocfrosting */  
	border-right: 1px solid #705636;          /* chocfrosting */  
	border-top:    1px solid #573b18;      /* coffee */ 
	border-bottom: 1px solid #5d6219;      /* spinach */  
	background-color: #705636;                /* chocfrosting */  
	color: #f4e5aa;                           /* crema lite text*/ 
	text-align: center;  
	text-decoration: none;  
	font-weight: bold;  
	font-size: 9px; 
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif; 
}  
	
div#nav_secondary ul { margin: 0em; padding: 0em; }
div#nav_secondary ul li { list-style: none;  display: inline;  text-decoration: none; }  
	
div#nav_secondary li a:link,
div#nav_secondary li a:visited { padding: .3em;  
	background-color: transparent;   
	color: #f4e5aa;                    /* crema lite text*/ 
	letter-spacing: -0.03em; 
	font-weight: bold;  
	text-decoration: none;  }
	
div#nav_secondary li a:hover,
div#nav_secondary li a:active { padding: .3em;  
	background-color: #573b18;         /* creamycoffee */ 
	color: #f4e5aa;                    /* crema lite text*/ 
	letter-spacing: -0.03em; 
	font-weight: bold;   
	text-decoration: none;  } 
	 
	 /* -----  YOU ARE HERE NAVBAR SECONDARY  LINKS: ---------------------------  */

#baking_funpage #nav_secondary #baking_fun a:link, 
#baking_funpage #nav_secondary #baking_fun a:visited,

#bydatepage #nav_secondary #bydate a:link, 
#bydatepage #nav_secondary #bydate a:visited,

#cooking_seriespage #nav_secondary #cooking_series a:link,
#cooking_seriespage #nav_secondary #cooking_series a:visited,

#class_descrpage #nav_secondary #class_descr a:link,
#class_descrpage #nav_secondary #class_descr a:visited,

#regionalpage #nav_secondary #regional a:link, 
#regionalpage #nav_secondary #regional a:visited,

#specialtypage #nav_secondary #specialty a:link, 
#specialtypage #nav_secondary #specialty a:visited,

#winepage #nav_secondary #wine a:link, 
#winepage #nav_secondary #wine a:visited,

#camppage #nav_secondary #camp a:link, 
#camppage #nav_secondary #camp a:visited,

#cancelpage #nav_secondary #cancel a:link, 
#cancelpage #nav_secondary #cancel a:visited,

#recipepage #nav_secondary #recipes a:link, 
#recipepage #nav_secondary #recipes a:visited { 
 
	padding: .3em 0;  
	background-color: #573b18;           /* creamycoffee */ 
	color: #fff;                          /* WHITE */ 
	font-weight: bold;   
	font-size: 115%; 
	letter-spacing: -0.03em; 
	text-decoration: none; 
	border-left:  1px solid #3d1a00; 
	border-right: 1px solid #3d1a00;
}
 
	/* YOU ARE HERE SECONDARY CLASS_MENU LEFT-HAND LINKS:----------------  */

div#class_menu h2 {  
	text-transform: uppercase; 
	color: #c54d19;                /* red */ 
	text-align: left;  
	padding: 1em 0 0 1em;  
	line-height: 2em;  
	font-weight: bold;
	font-size: .9em; 
	font-family:  Georgia, "Times New Roman", Times, serif; 
}
div#class_menu a {  
	text-align: left;  
	color: #3d1a00;                    /* brown */ 
	padding: .2em;  
	text-decoration: none; 
	line-height:  2.2em; 
	font-size: 1em;
	font-weight: bold; 
	font-family:  Georgia, "Times New Roman", Times, serif; 
}
div#class_menu a:link, 
div#class_menu a:visited {  
	color: #3d1a00;  /* brown */	 
	padding-bottom: .2em;  
	text-decoration: none;
}
div#class_menu a:hover, 
div#class_menu a:active {  
	color: #c54d19;   /* red */ 
	border-bottom: 1px dotted  #c54d19; 
	text-decoration: none;  
	padding-bottom: .2em;
} 

#baking_funpage #class_menu #baking a:link, 
#baking_funpage #class_menu #baking a:visited,

#bydatepage #class_menu #by_date a:link, 
#bydatepage #class_menu #by_date a:visited,

#cooking_seriespage #class_menu #cooking a:link,
#cooking_seriespage #class_menu #cooking a:visited,

#class_descrpage #class_menu #descrip a:link,
#class_descrpage #class_menu #descrip a:visited,

#regionalpage #class_menu #region a:link, 
#regionalpage #class_menu #region a:visited,

#specialtypage #class_menu #special a:link, 
#specialtypage #class_menu #special a:visited,

#winepage #class_menu #wine a:link,
#winepage #class_menu #wine a:visited,

#camppage #class_menu #camp a:link, 
#camppage #class_menu #camp a:visited, 

#cancelpage #class_menu #cancel a:link, 
#cancelpage #class_menu #cancel a:visited, 

#recipepage #class_menu #recipes a:link, 
#recipepage #class_menu #recipes a:visited 

{ 
 
	padding-bottom: .2em;  
	color: #5d6219;                    /* spinach */ 
	font-weight: bold;   
	font-size: 115%; 
	text-decoration: none; 
	border-bottom:  1px dotted #5d6219;  /* spinach */
} 
	 

/* LEFT ------------------------------*/

div#secondary {  
	position: absolute;   
	top: 20px;  
	left: 0; 
	width: 220px; 
	height: auto; 
	padding:  0;   
	margin-left:  8px;  
	z-index: 30; 
} 

div#secondary ul    { margin: 0; padding: 0; }
div#secondary ul li { margin-left: 8px; padding-left: 0; }
div#secondary img   { border: 1px solid black; padding: 0; 
	margin-left: 8px; 
	margin-bottom: 1em;}
div#secondary a     { color: #4e2b00; text-decoration: underline; } 

	
div#secondary .text {  
	text-align: left;  
	padding: 0 0 8px 0;  
	color: #4e2b00;           /* brown */ 
	font-weight: bold;  
	line-height: 1.6em;  
	font-size: .9em; 
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;  
} 

.secondaryflash { width: 155px; height: 122px; 
	border: 1px solid black; 
	padding: 0;
	margin-left: 8px; 
	margin-bottom: 1em; }

/* MAIN ------------------------------*/

div#primary {   
	position: relative;  
	top: 20px; 
	left: 225px;   
	width: 445px;  
	height: auto; 
	height: 100%; 	 
	border-left: 1px dotted #c54d19; 
	padding-top: 0; 
	padding-left: 10px;  
	padding-right: 10px; 
	padding-bottom: 0; 
	font-size: 1.1em; 
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;   
	z-index: 20;
}
div#primary .text { padding: 0; 
}

div#primarywide {   
	position: relative;  
	top: 20px; 
	left: 225px;  
	width: 565px; 
	height: 100%; 	 
	border-left: 1px dotted #c54d19; 
	padding: 0;  
	font-size: 1.1em; 
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;  
	z-index: 21;
}
div#primarywide .text { padding: 0; }

div#primary div#centercontent,
div#primarywide div#centercontent { padding-bottom: 12px; }

/* YES, THIS SECTION IS BEING USED - DON'T REMOVE ! ------------------- */

div#centercontent {  
	margin: 0;   
	height: auto;  	 
}

div#centercontent img {  
	float: right;   
	margin: 0em;   
	padding: 0em 0em 1em 1em;   
	border: none;
} 
	
/*       DON'T EVEN THINK ABOUT CHANGING THESE LINKS:      */
/* spinach:  */
div#centercontent a:link { color: #5d6219;    text-decoration: underline; }
div#centercontent a:visited { color: #5d6219; text-decoration: underline; }

/* tomato:  */
div#centercontent a:hover { color: #c54d19;   text-decoration: underline; }
div#centercontent a:active { color: #c54d19;  text-decoration: underline; }


#espressolepage div#centercontent { 
	background-image: url(Images/COFFEE-BEANS.gif); 
	background-position: top right; 
	background-repeat: no-repeat; 
	}

/* ------------------------ FAR RIGHT ------------------------------ */

div#extra {  
	position: absolute;    
	top: 20px; 
	right: 10px;  
	width: 148px; 
	margin: 0; 
	padding-top: 0; 
	padding-left:  10px; 
	padding-right: 4px; 
	border-left: 1px dotted #c54d19; 
	z-index: 40;
}

div#extra p { 
	font-size: .95em; 
	line-height: 1.2em; 
	padding-bottom: .25em;
}

#complianceicon { 
	width: 90%;	
	background-color: transparent;	    
	border-top: 1px dotted #3d1a00;		/* dark brown */
	border-bottom: 1px dotted #3d1a00;
	text-align: left;
	padding: 6px 0 2px 0;
	margin-top: 20px;
	}
#complianceicon .textblock { 	
	color: #3d1a00; 
	text-align: left;
	font-size: 8px;
	line-height: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 2px 0 4px 0;
	}
div#complianceicon img { padding: 0; margin-top: 0; border: none;  }

/* ------------------------------------------- FOOTER ------------------- */

div#footer {    
	position: relative; 
	left: 0; 
	bottom: 1px;  
	margin: 0 auto; 
	width: 856px; 
	height: 2px; 
	border-left: 1px solid #c54d19;     /* bright tomato */ 
	border-top: thin solid green;  
	border-bottom: thin solid green; 
	background-color: #c54d19;          /* bright tomato */   
	color: #f4e5aa;                     /* crema lite text*/ 
	text-align: center;
/*  background-image: url(images/footer.gif);  
	background-position: left bottom;  
	background-repeat: no-repeat; */ 
	z-index: 100; 
}



/* ------------------------------------------- FORMS --------------------- */

fieldset {  
	border: none; 
	padding: 0; 
	margin: 4px 0 0 0; } 
	
fieldset div { 
	width: 500px; } 
	
label {   
	padding: .2em; 
	color: #4e2b00;                      /* coffee */ 
	font-size: 10px; 
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;  
} 
	
input, textarea, select { 
	background-color: #f9f8e9;          /* crema lite */ 
	margin-left: 1em; 
	margin-right: 1em; 
	margin-bottom: 1em; 
	padding-left: .2em; 
	padding-top: .2em; 
	padding-bottom: .2em; 
	border-top:    2px solid #877979;        /* chocolate grey */ 
	border-right:  2px solid #effdde;         /* lime light */ 
	border-bottom: 2px solid #effdde;         /* lime light */ 
	border-left:   2px solid #877979; 
	color: #4e2b00;                         /* coffee */
	text-align: left; 
	font-style: italic; 
	line-height: 1.6em; 
	font-size: 10px; 
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;  
}

option  { 
	background-color: #f9f8e9;            /* crema lite */ 
	margin: 0; 
	padding: 0 0 0 .5em; 
	border-top:    2px solid #877979;      /* chocolate grey */ 
	border-right:  2px solid #effdde;      /* lime light */ 
	border-bottom: 1px solid #effdde;      /* lime light */ 
	border-left:   2px solid #877979; 
	color: #4e2b00;                         /* coffee */ 
	line-height: 1.6em;
	height: 1.6em;
}

textarea { width: 500px; padding: .2em; }

input a:hover, textarea a:hover, select a:hover,
input a:focus, textarea a:focus, select a:focus{ 
	background-color: #effdde;         /* lime light */
}

div#submit { 
	clear: both; 
	padding-left: 1em;
}

input.btn, input.resetbtn { 
	color: #4e2b00;                        /* coffee */    
	background-color:  #d3b53c;            /* mustard  */  
	border-top:    1px solid #3d1a00;   
	border-right:  2px solid #3d1a00;  
	border-bottom: 2px solid #3d1a00;  
	border-left:   1px solid #3d1a00;  	 
	margin: 15px 10px 2px 2px; 
	width: auto; 
	padding-left: .2em; 
	padding-right: .2em; 
	font-weight: bold; 
	font-size: 10px;
}

input.resetbtn { 
	margin-left: 25px; 
	width: auto;
}

input.btn a:hover, input.resetbtn a:hover,
input.btn a:active, input.resetbtn a:active { 
	background-color: #aa445e;              /* red   */ 
	color: #fff;                            /* white */ 
}

/* FOR PAYPAL BUTTON: */

div#extra input.btn, 
div#extra input.btn2 { background-color: #e8d898; border: none; }
div#extra input.btn img { padding: 0; margin-top: 0; }

div#importantinfo { display: none; }

div#print_logo { display: none; }



/* SOLDOUT */

.soldout { margin-right: 2em; font-weight: bold; font-style: italic; background-color: #c54d19; color: #e8d898; text-transform: uppercase; padding: 1px; font-size: .86em; }

.rednote { font-size: 12px; font-weight: normal; }