﻿body {
  background: #eae8d3 url(../images/bg_tile.jpg) repeat-x top;
  text-align: center;
  font-size: small;
  font-family: Trebuchet MS, Sans-Serif;
}

a {
  color: #7f2000;
}

a:hover {
color: #789095;
}

p {
  margin-bottom: 1em;
}

h3 {
  color: #7f2000;
  line-height: 1.5em;
  font-size: 130%;
  font-family: Times New Roman;
}

#page {
  width: 950px;
  margin: 0 auto;
  text-align: left;
}

/* ------- HEADER ---------------- */
#header {
  height: 175px;
  background: url(../images/header1.jpg) no-repeat top center;
  position: relative;
}
#logo {
	left: 80px;
	top: 90px;
	position: absolute;
}
#print_contact {
  display: none;
}

#menu {
  top: 120px;
  left: 392px;
  position: absolute;
}
#menu li{
  display:inline;
}

#menu li a{
  color: #2e1100;
  display: block;
  float: left;
  width: 80px;
  padding-top: 29px;
  padding-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 95%;
  font-family: Times New Roman;
  letter-spacing: 1px;
}
#menu li a:hover {
  font-weight: bold;
}

#menu li a.current{
  background: url(../images/menu_placeholder1.gif) no-repeat center top;
}
#flash {
  height: 375px;
  width: 890px;
	position: relative;
	left: -15px;
  background: url(../images/flash.png) no-repeat top center; 
  padding-bottom: 15px;
}


/* ------- CONTENT ---------------- */

#page1 {
  background: url(../images/page_back.gif) repeat-y center;
}

#page2 {
  background: url(../images/page_bottom.jpg) no-repeat bottom center;
}

#page3 {
  background: url(../images/page_top1.jpg) no-repeat top center;
  padding: 10px 45px 92px 45px;
  position: relative;
}

/* ------- FOOTER ---------------- */
#footer {
  width: 100%;
  height: 150px;
  background: url(../images/footer.jpg) repeat-x top;
  line-height: 1.25em;
  text-align: center;
}
#copy {
  position: relative;
  top: 80px;  
  color: #303030;
}
#copy #design {
  color: #666666;
  font-size: 80%;
  text-transform: uppercase;
}
#copy #design a {
  color: #666666;
  text-decoration: none;
}
#copy #design a:hover {
  text-decoration: underline;
}

/* ------- MISCELLANEOUS  ---------------- */
.buffer {
  display: block; 
  height: 50px;
}
/* ------- HOME PAGE ---------------- */
#left_column {
  width: 459px;
  float: left;
}
.box {
  width: 483px;
  background: url(../images/box_top.jpg) no-repeat top center;
}
.box .inner_box{
  padding: 25px 15px;
  background: url(../images/box_bottom.jpg) no-repeat bottom center;
}
.box h2 {
  color: #789095;
  font-size: 150%;
  font-family: Times New Roman;
  line-height: 1.5em;
}
.box p {
  color: #7f2000;
  line-height: 1.5em;
  font-size: 100%;
}
#right_column {
  width: 357px;
  float: right;
  overflow: visible;
}
#front_calendar {
  width: 348px;
  height: 281px;
  padding-top: 46px;
  padding-left: 24px;
  background: url(../images/events_back.jpg) no-repeat top left;
}
#calendar_wrapper {
  width: 219px;
  height: 209px;
  text-align: center;
  padding: 18px 0;
}
#front_calendar table {
  font-size: 90%;
  margin: 0 auto;
  border: solid 1px #aa9d85;
  font-family: Times New Roman;
  width: 190px;
}
.calMonth {
  background: #221401;
  color: #ffffff;
  font-weight: bold;
  width: auto;
  padding: 3px;
}
#front_calendar table th {
  color: #3e3e3e;
  width: 20px;
  height: 16px;
  text-align: center;
}
#front_calendar table td {
  border: solid 1px #d6c9ac;
  text-align: center;
  padding: 3px;
}

#front_calendar table td a {
  color: #3e3e3e;
  text-decoration: none;
}
#front_calendar table td.today {
  color: #ffffff;
  background: #7f2000;
}
#front_calendar table td.inMonth {
  border: solid 1px #b5ad97;
  background: #f5ebcd;
  width: 20px;
  height: 17px;
}
#front_calendar table td.markEvent {
  border: solid 1px #7f2000;
}
#front_events {
  background: url(../images/events_paper_tile.jpg) repeat-y left top;
  width: 327px;
  padding: 15px;
	display: block;
	min-height: 100px;
}
#front_events li {
  font-size: 85%;
  line-height: 1.35em;
  border-bottom: dotted 1px #edd9b6; 
  padding: 4px 0;
}
#front_events li a {
  color: #edd9b6;
  text-decoration: none;
}
#front_events li a:hover {
  text-decoration: underline;
}
.date {
  background: #7f2000;
  color: #ffffff;
  font-family: Times New Roman;
  font-weight: bold;
  margin-right: 3px;
  padding: 2px;
}
.first_event {
  border-top: dotted 1px #edd9b6; 
}
/* ------- Events ----------------*/ 
#eventLayerImage {
  position: relative;
  left: 284px;
}
#eventLogo {
  position: absolute;
  top: 10px;
  z-index: 100;
}
#eventBox1 { width: 860px; background: url(../images/eventbox_back.jpg) repeat-y left }
#eventBox2 { background: url(../images/eventbox_bottom.jpg) no-repeat bottom left }
#eventBox3 { background: url(../images/eventbox_top.jpg) no-repeat top left }
#eventDescription {
  padding: 140px 25px 25px 25px;
  width: 270px;
  color: #ffffff;
  line-height: 1.5em;
}
#upcoming_events{
  width: 485px;
  display: block;
  padding: 25px;
  float: right;
  color: #edd9b6;
  font-size: 100%;
}
#upcoming_events li {
  line-height: 1.35em;
  border-bottom: dotted 1px #edd9b6; 
  padding: 7px 0;
  width: 100%;
  color: #8a644a;
}
#upcoming_events li .date {
  font-size: 110%;
}
#upcoming_events li a {
  color: #edd9b6;
  text-decoration: none;
}
#upcoming_events li a.eventHead {
  font-size: 110%;
}
#upcoming_events li a:hover {
  text-decoration: underline;
}
#upcoming_events li p {
  padding-top: 5px;
}
#eventCalendar {
  position: relative;
  padding: 20px 10px 10px 10px;
  margin-top: 25px;
  background: #efe6c4 url(../images/calendar_top.jpg) no-repeat top center;
}
#eventCalendar a {
  text-decoration: none;
  color: #8a644a;
}
#calendarDate {
  width: auto;
  margin-left: 10px;
  font-size: 230%;
  font-family: Times New Roman;
  color: #d6c5a4;
  padding-bottom: 10px;
}
#calendarDate .month {
  color: #30231b;
  font-weight: bold;
}
#calendarDate .year {
  color: #5a3d1b;
  font-weight: normal;
}
#calendarNav {
  width: auto;
  position: absolute;
  color: #d6c5a4;
  top: 35px;
  left: 730px;
}

#calendarWeek {
  width: 840px;
  line-height: 1.5em;
  background: #dcd7bb;
  margin: 5px 0;
  border-collapse: collapse;
}
#calendarWeek th {
  width: 120px;
  color: #212121;
  text-align: center;
  padding: 3px 0;
  border: solid 1px #dcd7bb;
}
#calendarDays {
  width: 840px;
  border-collapse: collapse;
  font-size: 90%;
}
#calendarDays td {
  width: 120px;
  height: 120px;
  border: solid 1px #c9c5aa;
  background: #eee5c4;
}

#calendarDays td span.num {
  width: 14px;
  height: 14px;
  padding: 3px;
  display: block;
  margin-bottom: 3px;
  background: #dcd7bb;
  color: #989790;
  text-align: center;
}

#calendarDays td a {
  margin: 0 10px;
  line-height: 1.25em;
  text-decoration: none;
  display: block;
}
#calendarDays td a:hover {
  text-decoration: underline;
}

#calendarDays td.inMonth span.num, #calendarDays td.today span.num {
  background: #5a3d1b;
  color: #FFFFFF;
}

#calendarDays td.day a {
  color: #9a9a9a;
}
#calendarDays span.time {
  color: #30231b;
  font-weight: bold;
  display: block;
}
#calendarDays td.day span.time {
  color: #747474;
}
#calendarDays td.today {
  background: #e6ddbd;
}



/* ------- Menu ---------------- */
#menu_wrapper {
	width: 860px;
  background: url(../images/menu_lback.jpg) repeat-y left;
  font-family: Times New Roman;
}
/*#menu_left {
  width: 218px;
  float: left;
}*/

#menu_left_bottom {
  clear: both;
  background: #211406;
  height: 15px;
  width: 190px;
}

#menu_right {
  float: right;
  margin-top: 20px;
  width: 635px;
	z-index: 500;
}
.menuCat {
  color: #8A644A;
  font-size: 105%;
  line-height: 1.25em;
}
.menuCat .heading {
  background: #601702;
  color: #ffffff;
  font-size: 135%;
  text-transform: uppercase;
  padding: 3px;
  line-height: 1.5em;
}
.menuCat p {
  padding: 5px 15px 0 15px;
}
.menuCat table {
  width: 100%;
  border-bottom: solid 1px #c2a373;
  margin: 5px 0 15px 0;
}
.menuCat td {
  padding: 5px 15px;  
  border-top: solid 1px #c2a373;
}
.menuCat td.price {
  text-align: right;
  vertical-align: middle;
  color: #5A3D1B;
  font-size: 110%;
}
.menuItem{
  text-transform: uppercase;
  display: block;
  color: #5A3D1B;
  font-size: 110%;
}
/* ------- Contact ---------------- */
#contactInfo {
  width: 210px;
  padding: 25px;
  line-height: 1.5em;
  font-size: 110%;
  color: #8a644a;
  font-family: Times New Roman;
  min-height: 415px;
}
#contactLayers {
  z-index: 95;
  position: absolute;
  right: 45px;
  top: 0px;
}
#contactEmail {
  display: block;
  width: 600px;
  height: 400px;
  background: #f7e8c7 url(../images/email_back.jpg) no-repeat top left;
  z-index: 100;
  position: absolute;
  right: 55px;
  top: 100px;
}

#contact_left {
  width: 230px;
  padding-left: 25px;
  padding-top: 10px;
  float: left;
}
#contact_left input {
  border: none;
  width: 100%;
}
#contact_right {
  width: 290px;
  padding-right: 25px;
  float: right;
  padding-top: 10px;
}
#contact_right textarea {
  border: none;
  width: 100%;
  height: 230px;
  overflow: auto;
}
#contactEmail label {
  color: #5a3d1b;
  text-transform: uppercase;
  font-family: Times New Roman;
  font-size: 80%;
  line-height: 1.25em;
}
.required {
  font-size: 80%;
  color: Red;
}

.btn_send {
  color: #5a3d1b;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Times New Roman;
  position: relative;
  left: 210px;
}

.subhead {
  display: block;
  margin: 15px 0;
  position: relative;
  left: -5px;
}
.subhead span {
  background: #5b0002;
  color: #ffffff;
  padding: 5px;
  font-size: 150%;
}
.phone {
  display: block;
  color: #e3d5ad;
  font-size: 150%;
}
.fax {
  display: block;
  font-size: 120%;
  margin-bottom: 10px;
}
.storename {
  display: block;
  color: #e3d5ad;
  font-size: 150%;
}
.storedays {
  display: block;
  color: #e3d5ad;
  font-weight: bold;
}

#mapbox1 { background: #505137 url(../images/mapbox_bottom.jpg) no-repeat bottom left; }
#mapbox2 { 
  background: url(../images/mapbox_top.jpg)  no-repeat top left ;
  height: 300px;
  position: relative;
  font-family: Times New Roman;
}
.visit {
  background: #300d05;
  color: #ffffff;
  padding: 5px;
  font-size: 150%;
  font-weight: normal;
  position: absolute;
  top: 20px; 
  left: 20px;
}
#contact_text {
  width: 200px;
  position: absolute;
  top: 60px;
  left: 25px;
  color: #FFFFFF;
  line-height: 1.5em;
  font-family: Times New Roman;
}
#get_directions {
  position: absolute;
  top: 255px;
  left: 20px;
}
#contact_store {
  position: absolute;
  top: 3px;
  left: 230px;
}
#contact_directions {
  position: absolute;
  z-index: 50;
  top: -23px;
  left: 410px;
}

/* ------- Recipe ---------------- */

#recipe_right {
  float: right;
  width: 356px;
  background: url(../images/recipe_back.jpg) repeat-y center;
}
#recipe_right2 { background: url(../images/recipe_bottom.jpg) no-repeat bottom left; }
#recipe_right3 { background: url(../images/recipe_top.jpg) no-repeat top left; padding: 150px 40px 120px 30px; }

.recipeList {
  width: 100%;
  color: #8A644A;
  font-size: 105%;
  line-height: 1.25em;
  border-bottom: solid 1px #c2a373;
}
.recipeList td {
  width: 100%;
  padding: 5px 15px;  
  border-top: solid 1px #c2a373;
}
.recipeList td a {
  text-decoration: none;
}
.Item{
  text-transform: uppercase;
  display: block;
  color: #5A3D1B;
  font-size: 110%;
}
