@charset "UTF-8";
/* CSS Document */

/* stools.css */
/* modifications to stuart.css to apply to Stools-Stands pages */

#content {
  background-color: white;
  /* background-color: transparent; */

  float: left;
  width: 78%;
  text-align: left;
  /* background-image: url(../../banners/stools&stands-background.png); */
  /* background-repeat: no-repeat; */
  background-repeat: repeat;
}
h2 {
  background-color: transparent;
  margin-top: 1em;
  font-size: 1.4em;
  font-weight: bold;
  color: #000;
}

#fs3 {
  background-image: url(../../banners/logging-header1.png);
  background-repeat: no-repeat;
  height: 100px;
  display: block;
}
#header {
  /*moved background image from page to header - makes more sense and adds control*/
  /*positioning is in px because we're dealing with an image that doesn't scale with em sizing */
  background-image: url(../../banners/logging-header1.png);
  background-repeat: no-repeat;
  background-color: transparent;
  display: block;
  height: 100px;
}
#header h4 {
  /*Since this overlayes the image we want absolute sizing to match the scale of the image. */
  font-size: 25px;
  font-variant: normal;
  color: #fff;
  background-color: transparent;
  left: 180px;
  /*relative positioning just seems to work best */
  position: relative;
  padding: 0em;
  top: 35px;
  width: 200px;
}
p {
  font-size: 1em;
}

/* begine styles for breadcrumbs*/
/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "/";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
/* end styles for breadcrumbs */
