.pageFrame {
  width: 511px;
  
}

#mainBody, .entry-content {
  margin-bottom: 1em;
  padding: 2em;
  padding-top: 1em;
}

h4 {
  font-size: 1em;
}

.staffInfo li {

}

.banner-page {
  display:block;
}

table.schedule {
  width: 500px;
  margin: auto;
}

table.schedule td, table.schedule th {
  display: table-cell;
}

#navCanvas {
	display:none;
}

.navLeftButton, .navRightButton {
  display: none;
}

.menu-mobile {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.banner-headings {
	display:none;
}


table.schedule {
  width: 200px;
  margin: auto;
}

table.schedule .empty-cell {
  display: none;
}

.navLeftButton,  .navRightButton {
  position: relative;
  display: block;
  background-color: #ccc;
  float: left;
  width: 30%;
}

.navButtonInner {
  border: thin solid black;
  font-weight: normal;
  font-size: .75em;
  padding: 2px;
}

.navLeftCanvas,  .navRightCanvas {
  position: relative;
  background-color: #ccc;
  width: 1em;
  height: 1em;
  color: black;
}

.navLeftCanvas {
  float: left;
}

.navRightCanvas {
  float: right;
}

.navText {
  position: relative;
  float: left;
  width: 40%;
  text-align: center;
}

.bio_img {
  margin: 10px;
}

.nav {
    padding: 3px;
    list-style: none;
    float: left;
}

.nav li {
    float: left;
    border-left: 1px solid #FAF;
    background-color: #6600cc;
    color: #fff;
    display: block;
    padding: 7px 8px;
    position: relative;
    font-size: 10pt;
}

.nav li:first-child {
    border-left: none;
}

.nav li a {
    text-decoration: none;
}

.nav li a:hover {
    color: #FAF;
}

/*=== popup submenu ===*/

.nav .nav {
    padding: 0px;
    display: none;
    position: absolute;
	left: 2em;
	top: 3em;
	z-index: 50;
    border-collapse: collapse;
}

.nav .nav li {
    border-left: none;
	border: thin solid #FAF;
	padding-top: 5px;
	width: 20ex;
	text-align: left;
}









