
@font-face {
  font-family: 'Mistral';
  src: url('Mistral.eot?#iefix') format('embedded-opentype'),  url('Mistral.woff') format('woff'), url('Mistral.ttf')  format('truetype'), url('Mistral.svg#Mistral') format('svg');
  font-weight: normal;
  font-style: normal;
}

div.imageset { 
  box-shadow: 0 10px 6px -6px black;
  border: solid black 1px;
  margin: 8px;
  padding: 5px;
  text-align: center;
}

span.menu { 
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  float: right;
}
a.menu {
  float: right;
}
a.menu img {
  height: 1.2rem;
}
h1.logo { 
  font-family: 'Mistral', Times, serif;
  font-size: 4rem;
}
body { 
  font-family: 'Open Sans', sans-serif;
}
.header a, .header a:hover, .header a:link, .header a:visited, .header a:active { 
  color: white;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 5px;
  display: block;
  background: #4466bb;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
}

  dt {
    font-weight: bold;
    text-decoration: underline;
  }
  dd {
    margin: 0;
    padding: 0 0 0.5em 0;
  }
  dd ul { margin-top: 0; margin-bottom: 0;
}


/* on both */
html, body {
  overflow-x: hidden;
}
body {
  background: #ccc;
}
section {
  box-sizing: border-box; /* or not */
  margin: 0 auto;
  max-width: 960px;
  background: white;
  padding-top: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
}
.header {
  position: relative; /* child absolute */
  margin: 0 -9600rem;
  /* add back section padding value */
  padding: .25rem 9600rem;
  background-image: url("purpleheart-seamless.png");
  /* background: #69359c; */
  color: white;
  font-size: 1.5rem;
  z-index: 0;
}
h1.a { 
  background-image: url("purpleheart-seamless.png");
}
h1.b { 
  background-image: url("bamboo-seamless.png");
}
h1.c { 
  background-image: url("boxelder-seamless.png");
}
h1.d { 
  background-image: url("honeylocust-seamless.png");
}
h1.e { 
  background-image: url("walnut-seamless.png");
}
h1.f { 
  background-image: url("maple-quilted-blue-dye.png");
}

.header:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  /* subtract h2 padding */
  left: 9598.5rem;
  right: 9598.5rem;
  background: black;
}

div.gallerycontent{ 
  float: left;
}

div.slidecontent { 
  position: absolute;
}
div.slidecontent > div { 
  /* can't do div.slidecontent grr */
  padding-top: 10px;
  padding-right: 50px;
  padding-left: 50px; 
}


span.jssora11l { 
  top: 50px; left: 0px;
 }
span.jssora11r { 
  top: 50px; right: 0px;
 }
div.jssorb11 { 
  bottom: 16px; 
  right: 378px;  /* width below - (# of slides*11/2) */
}
div#slider1_container, div#slider1_slides, div.slider_container, div.slider_slides, div.slidecontent { 
  width: 886px;   /* max-width from above - minus 2x width of arrow element :: 960-2*37=886 */
  height: 250px;  /* content should be slightly smaller than this... top edge bisects the bullets */
}
div#slider1_container, div.slider_container {
  position: relative; 
  top: 0px; 
  left: 0px;
  padding: 0;
}
div#slider2_slides, div.slider_slides { 
  cursor: move;
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: 0px;
  padding: 0;
 }
ul.plus { 
  list-style: none;
 }
ul.plus > li { 
  margin-bottom: 10px;
}
ul.plus > li:before { 
  content: "+";
  margin-right: 4px;
}
ul.plus ul > li { 
  list-style: disc;
}

/* sliders */
            /* jssor slider arrow navigator skin 11 css */
            /*
            .jssora11l                  (normal)
            .jssora11r                  (normal)
            .jssora11l:hover            (normal mouseover)
            .jssora11r:hover            (normal mouseover)
            .jssora11l.jssora11ldn      (mousedown)
            .jssora11r.jssora11rdn      (mousedown)
            */
            .jssora11l, .jssora11r {
                display: block;
                position: absolute;
                /* size of arrow element */
                width: 37px;
                height: 37px;
                cursor: pointer;
                background: url(./img/a11.png) no-repeat;
                overflow: hidden;
            }
            .jssora11l { background-position: -11px -41px; }
            .jssora11r { background-position: -71px -41px; }
            .jssora11l:hover { background-position: -131px -41px; }
            .jssora11r:hover { background-position: -191px -41px; }
            .jssora11l.jssora11ldn { background-position: -251px -41px; }
            .jssora11r.jssora11rdn { background-position: -311px -41px; }
            /* jssor slider bullet navigator skin 11 css */
            /*
            .jssorb11 div           (normal)
            .jssorb11 div:hover     (normal mouseover)
            .jssorb11 .av           (active)
            .jssorb11 .av:hover     (active mouseover)
            .jssorb11 .dn           (mousedown)
            */
            .jssorb11 {
                position: absolute;
            }
            .jssorb11 div, .jssorb11 div:hover, .jssorb11 .av {
                position: absolute;
                /* size of bullet elment */
                width: 11px;
                height: 11px;
                background: url(./img/b11.png) no-repeat;
                overflow: hidden;
                cursor: pointer;
            }
            .jssorb11 div { background-position: -10px -10px; }
            .jssorb11 div:hover, .jssorb11 .av:hover { background-position: -40px -10px; }
            .jssorb11 .av { background-position: -70px -10px; }
            .jssorb11 .dn, .jssorb11 .dn:hover { background-position: -100px -10px; }
/* end sliders */
