/*  --------------------------------------------------------------------
    BASIC PAGE LAYOUT
    -------------------------------------------------------------------- */

body {
  color: black;
  background-image: url("../images/starnetblog_subtile_background_pattern7.jpg");
  /*background-image: url("../images/testing_background.jpg");*/
  font-family: Palatino, serif;
  font-size: 12pt;
  margin: auto;
  width: 71em;
  line-height: 1.4em;
}

#menuBarCover {
  margin: auto;
  width: 80em;
  clear: both;
  height: 1em;
  position: fixed;
  top: 0em;
  background-image: url("../images/starnetblog_subtile_background_pattern7.jpg");
  /*background-image: url("../images/testing_background.jpg");*/
  z-index: 999;
}

#menuBar {
  margin: auto;
  width: 71em;
  clear: both;
  /*height: 350px;*/
  padding-bottom: 15px;
  position: fixed;
  top: 1em;
  background-color: white;
  z-index: 999;
  box-shadow: 0px 5px 5px #888888;
  border-top: 1px solid #596a5d;
  border-left: 1px solid #596a5d;
  border-right: 2px solid #596a5d;
}

#pageContent {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
  width: 71em;
  background-color: white;
  padding-top: 400px;
  padding-bottom: 5px;
  border-left: 1px solid #596a5d;
  border-right: 2px solid #596a5d;
  border-bottom: 2px solid #596a5d;
  overflow: auto;
}

#containerTheatreNotes {
  display: none;
}

#containerPrimaryText {
  width: 39em;
  float: left;
  padding-left: 1em;
}

#containerLineNumbers {
  width: 4.6em;
  float: left;
  padding-left: 0.5em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#containerGlosses {
  width: 9em;
  float: left;
  padding-left: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#containerTextualApparatus {
  width: 9em;
  float: left;
  padding-left: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#containerSignatureLinks {
  width: 3em;
  float: left;
  padding-left: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
