html {
  background: url(../images/ebg2.jpg) repeat;
}

body {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

img { border: none; }

#banner {
  margin: 15px auto 0 auto;
  background-color: #fffbd4;
}

#logo {
  margin: 0 auto;
  text-align: center;
}

h1 {
  font-family: "Lucida Grande";
  font-size: 140%;
  font-style: italic;
  color: #4e0041;
  margin: 0 auto;
  text-align: center;
}

h2 {
  color: #4A204A;
  font-size: 150%;
  margin-top: 0;
}

h3 {
  color: #770077;
  font-weight: bold;
  font-size: 120%;
}

.subTitle2 {
  font-size: 250%;
  color: black;
  margin: 0 auto;
  text-align: center;
}

.link {
  text-decoration: none;
  color: #9a2f32;
}

.announce {
  font-family: "Trebuchet MS",Georgia,Arial;
  color: purple;
  font-size: 115%;
  font-weight: bold;
  text-align: center;

}

#outer {
  border-top-style: solid;
  border-bottom-style: solid;
  border-width: 4px;
  border-color: #ff7f50;
  width: 100%;
  margin: 0 auto;
  background-color: #c4e088;
}
  
#homeField {
  margin: 0 auto;
}

#field {
  margin: 0 auto;
  padding-top: 15px;
  font-family: "Trebuchet MS";
  font-size: 105%;
}

img.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: -25px;
}

#hb {
  float: left;
  width: 480px;
  margin-top: 15px;
  padding-left: 120px;
}

#hg {
  float: left;
  width: 480px;
  margin-top: 15px;
  padding-right: 120px;
}

.subHeading {
  color: #770077;
  font-weight: bold;
  font-size: 115%;
}

.aboutText {
  margin-left: 20px;
  margin-right: 20px;
}

#surround {
  margin: 0 auto;
}

#copyright {
  font-family: "Trebuchet MS";
  font-size: 90%;
  float: right;
  margin-top: 5px;
}


#s1 {
  float: left;
  margin-top: -220px;
  margin-left: 20px;
}

#s2 {
  float: right;
  margin-top: -125px;
  margin-right: 65px;
  clear: right;
}

.photoRight {
  float: right;
  margin: 5px 15px 5px 15px;
}

.photoLeft {
  float: left;
  margin: 10px 15px 5px 15px;
}

.spacer {
  font-size: 400%;
  color: #ff7f50;
  margin: 0px auto;
  padding: 0;
  text-align: center;
}

.contactLeft {
  float: left;
  width: 16%;
  margin-left: 100px;
  margin-bottom: 10px;
  line-height: 23px;
}

.contactInput {
  float: right;
  width: 68%;
  margin-left: 10px;
  margin-bottom: 10px;
}

#shop, #store, #show, #recipes, #contact, #testimonials {
  width: 80%;
  margin: 0 auto;
}

.recipeBar{
  float: left;
  background-color: #4d214d;
  height: 30px;
  line-height: 30px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 5px;
}

.recipeIngredients {
  float: left;
  width: 49%;
  margin-top: 8px;
  margin-left: 5px;
}
  
.recipeDirections {
  float: left;
  width: 49%;
  margin-top: 8px;
  margin-left: 5px;
}


#showBarLeft, #storeBarLeft {
  float: left;
  background-color: #4d214d;
  height: 30px;
  line-height: 30px;
  width: 30%;
}

#showBarMiddle, #storeBarMiddle {
  float: left;
  background-color: #4d214d;
  height: 30px;
  line-height: 30px;
  width: 55%;
}

#showBarRight, #storeBarRight {
  float: left;
  background-color: #4d214d;
  height: 30px;
  line-height: 30px;
  width: 15%;
}

.title {
  margin-left: 10px;
  color: #fff;
  font-family: "Trebuchet MS";
  font-size: 120%;
}

.showDate {
  float: left;
  width: 25%;
  margin-top: 8px;
  margin-left: 5px;
  margin-bottom: 12px;
}

.showTime {
  float: right;
  width: 25%;
  margin-top: 8px;
  margin-left: 5px;
  margin-bottom: 12px;
}

.showLocation {
  float: left;
  width: 47%;
  margin-top: 8px;
  margin-left: 5px;
  margin-bottom: 12px;
}

.storeName {
  color: #4d214d;
  width: 29.6%;
  float: left;
  margin-top: 8px;
  margin-left: 5px;
  margin-bottom: 12px;
}

.storeLocation {
  color: #4d214d;
  width: 52.8%;
  float: left;
  margin-top: 8px;
  margin-left: 5px;
  margin-bottom: 12px;
}

.storePhone {
  float: right;
  color: #4d214d;
  margin-top: 8px;
  margin-left: 5px;
  margin-right: 7px;
  margin-bottom: 12px;
}

.shopBorder, .showBorder, .recipeBorder {
  clear: both;
  width: 100%;
  height: 1px;
  background-color: green;
}

#slideshow-holder  {
  width:960px;
  height:400px;
  position:relative;
}

#progress {
  position:absolute;
  width:100%;
  text-align:center;
  color:#999;
  top:225px;
}

