
/* $Id: style.css 8689 2020-06-13 13:20:39Z darcy $ */
/* Style sheet for San Francisco by the Bay 242 */

@import "https://CSS.VybeNetworks.com/Vybe.css";
@import "https://CSS.VybeNetworks.com/nav_horiz.css";

HEADER {
  background-repeat: no-repeat;
  padding-top: 30px;
  text-align: center;
}

MAIN {
  width: 920px;
}

NAV {
  background-color: black;
  color: white;
  height: 30px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 920px; /* Note: same as MAIN */

}
NAV LI A {
  color: white;
  float: unset;
}
NAV UL LI {
  margin: 5px;
  text-align: center;
  width: 120px;
}
NAV A, NAV A:visited {
  color: white;
}
NAV A:hover {
  color: white;
  font-style: italic;
}

FOOTER {
  background-color: #0095c7;
  color: black;
  height: 32px;
  padding: 3px;
  margin-bottom: 12px;
  text-align: center;
  width: 100%;
}
FOOTER, FOOTER A {
  font-size: 9pt;
  color: white;
}
FOOTER DIV {
  float: left;
  width: 30%;
}

@media print {
  H2 { font-size: 24pt; }
  H3 { font-size: 16pt; }

  MAIN {
    box-shadow: none;
    width: 640px;
  }

  HEADER {
    margin-top: 0;
    height: 100%;
  }
  FOOTER SPAN:last-child {
    text-align: center;
  }

  .journal-info {
    display: none;
  }
  .journal-journal {
    width: 640px;
  }
}
