@charset "utf-8";
/* Defines background images and controls for section headers */
/* Styles may be overridden in print.css to ensure text version of headers are printed */

/* common settings */

h1.headertag, h2.headertag, h3.headertag {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #FFFFFF;
  text-indent: -5000px;
  margin: 10px 0;
  padding: 0px;
}

/* sidebar headers */
.farmstore {
  background-image: url(../images/art/h_thefarmstore.jpg);
}
.stufftodo {
  background-image: url(../images/art/h_stufftodo.png);
}
.october {
  background-image: url(../images/art/h_october.png);
}

.nopets {
  background-image: url(../images/art/h_nopets.png);
}
.parties {
  background-image: url(../images/art/h_farmparties.png);
}
.groups {
  background-image: url(../images/art/h_groups.png);
}

/* index page headers */
.closedseason {
  background-image: url(../images/art/seasonclose.png); height:467px;
}

.open {
  background-image: url(../images/art/spring.png); height:320px;
}

.pumpkinpatch {
  background-image: url(../images/art/h_pumpkinpatch.png); height: 75px;
}

.cornmaze {
  background-image: url(../images/art/h_cornmaze.png); height: 35px;
}

.aboutus {
  background-image: url(../images/art/h_alittleaboutus.png); height: 35px;
}

.weekends {
background-image: url(../images/art/h_weekends.png);
}

.hayrides {
 background-image: url(../images/art/h_hayrides.png);
}

.pumpkincannon {
background-image: url(../images/art/h_pumpkincannon.png);
}

.food {
 background-image: url(../images/art/h_food.png);
 }