﻿body {
  text-align: left;
  font-size: small;
  font-family: Times New Roman, Times ,Serif;
}

p {
  margin-bottom: 1em;
}

#page {
  text-align: left;
}

/* ------- HEADER ---------------- */
#header {
 text-align: center;
}
#menu {
  display: none;
}
#flash {
  display: none;
}
#print_contact {
  padding-top: 5px;
  line-height: 1.5em;
}


/* ------- CONTENT ---------------- */
#page3 {
  position: relative;
}

/* ------- FOOTER ---------------- */
#footer {
  width: 100%;
  line-height: 1.25em;
  text-align: center;
}
#copy #design {
  font-size: 80%;
  text-transform: uppercase;
}
#copy #design a {
  text-decoration: none;
}
/* ------- HOME PAGE ---------------- */
.box h2 {
  font-size: 150%;
  font-family: Times New Roman;
  line-height: 1.5em;
}
.box p {
  line-height: 1.5em;
  font-size: 100%;
}
#calendar_wrapper {
  display: none;
}

#front_events {
}
#front_events li {
  line-height: 1.35em;
}
.date {
  font-weight: bold;
  margin-right: 3px;
  padding: 2px;
}
/* ------- 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;
  font-size: 110%;
}
#upcoming_events li a:hover {
  text-decoration: underline;
}

#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;
  top: 35px;
  left: 700px;
}

#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 {
  font-family: Times New Roman;
}
img#menu_left {
  display: none;
}
.menuCat {
  font-size: 95%;
  line-height: 1.25em;
}
.menuCat .heading {
  font-size: 125%;
  text-transform: uppercase;
  padding: 3px;
  line-height: 1.5em;
}
.menuCat p {
  padding: 5px 15px 0 15px;
}
.menuCat table {
  width: 100%;
  border-bottom: solid 1px #999999;
  margin: 5px 0 15px 0;
}
.menuCat td {
  padding: 5px 15px;  
  border-bottom: solid 1px #999999;
}
.menuCat td.price {
  text-align: right;
  vertical-align: middle;
  color: #5A3D1B;
}
.menuItem{
  text-transform: uppercase;
  display: block;
  color: #5A3D1B;
}
/* ------- Contact ---------------- */
#contactInfo {
  padding: 25px;
  line-height: 1.5em;
  font-size: 110%;
  color: #8a644a;
  font-family: Times New Roman;
  min-height: 415px;
}
#contactLayers {
  display: none;
}
#contactEmail {
  display: none;
}

#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;
}
.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;
}
.visit {
  background: #300d05;
  color: #ffffff;
  padding: 5px;
  font-size: 150%;
  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;
}
