/* 
	BASIC COLOR STYLES

	This will contain the basic color and sizes for the body, paragraphs, headings and lists. This file will be included first in the site and can be overridden by the style.css. It will also be included in the backend cms to give the client a visual representation of what the content will look like.

	Content below: EAP! Oct.2K6
*/

/* ======================== */
/* ========= MAIN ========= */
body {
	background-color: #f5edda;}
h1 {color: #59340b;}
h2 {color: #59340b;}
h3 {color: #59340b;}
h4 {color: #59340b;}
h5 {color: #59340b;}
h6 {color: #59340b;}
a {
	color: #985812;}
strong {
	color: #985812;}

/* ======================== */
/* ======== STYLES ======== */
#container {
background-color: #ffffff;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
#header {
background: #3f2b15 url(../images/global/header_bg.gif) 0 0 repeat-x;
}
/* DISPLAY STYLE */
	.monthlyProduct strong,
	.productListing-data strong {
		color: #000;
	}
/* DISPLAY STYLE - COLUMNS */
	.extraProduct img,
	.monthlyProduct img {
		border: 1px solid #ccc;
	}
	.buy_now .productSpecialPrice {
		color: #990000;
	}
/* MENU */
#content.menu div.featuredEntree {
	background-color:#f4f2f2;
	border:1px solid #d8d8d8;
}
#content.menu a.productLink {
	color: #9d1f0a;
}
#content.menu a.more {
	color: #9d1f0a;
}
/*FOOTER*/
#footer {
background-color: #3F2B15;
}
#footer .contactUs a {
	color: #ffffff;
}
a.eatsLogo {
	color: #fff;
}
/* CALENDAR */
table.month .monthname {
color: #666;
}
table.month .monthday, table.month .nomonthday, table.month .saturday, table.month .sunday, table.month .event, table.month .today, table.month .todayevent {
border: 1px solid #ddd;
}
table.month .nomonthday {
background-color: #eaeaea;
	color: #999;
}
.schedule1 {color: #006600;}
.schedule2 {color: #000000;}
.schedule3 {color: #003399;}
.schedule4 {color: #990000;}
.schedule5 {color: #FF9900;}
.schedule6 {color:;}
.schedule7 {color:;}
.schedule8 {color:;}

/* ERROR */
td.messageStackError {color: #bb0000;}

/* Session Selection */
#sessionbox {
	color: #3C3E39;
	border-bottom: 1px solid #cccccc;
}
#typeSelection input, #dateSelection input, #timeSelection input {
	border: 1px solid #aaaaaa;
}
#sessionbar_message h1 {
	color: #99575B;
}
#sessionbar_message p {
	color: #7C705E;
}
#sessionbox .sessionMenu ul {
   border: 1px solid #ccc;
}
#sessionbox .sessionMenu ul li.odd {
   background: #FAFAFA;
}
#sessionbox .sessionMenu ul li.even {
   background: #F5F5F5;
}
#sessionbox .sessionMenu ul li a:hover {
	background: #e8e4db;
}
/* Date Picker */
.datePicker {
   color: #B03133;
}
/* POPUP */
body.popup h1 {
	color: #41723E;
}
body.popup .productImageLarge {
	border: 1px solid #aaa;
}
body.popup div.container h2 {
	color: #5b5544;
}





