body {
  font-family: Book Antiqua, Palatino Linotype, Times New Roman, serif;
  font-size: small;
  background-color: #f5eedd;
}

#page {
  position: relative;
  width: 75%;
  min-width: 600px;
  max-width: 900px;
  margin: 20px auto 0 auto;
}

#sidebar {
  position: absolute;
  top: 80px;
  left: 0px;
  width: 11em;
  padding-bottom: 80px;
}

#siteNav {
  padding: 55px 0 0 0;
}

#siteNav li {
  margin-bottom: 20px;
  list-style: none;
}

#siteNav p, #siteNav a {
  display:          block;
  padding:          2px 7px 2px 2px;
  margin:           0;
  text-align:       right;
  text-transform:   uppercase;
  font-size:        85%;
  letter-spacing:   1px;
}

#siteNav p + a, #siteNav a + a {
  text-transform:   lowercase;
  font-size:        90%;
  letter-spacing:   normal;
}

#siteNav p {
  color: #375b13;
}

a:link, a:visited {
  color: #375b13;
  text-decoration: none;
}

a:hover, a:active {
  color: black;
  text-decoration: underline;
}

a[name]:link, a[name]:visited, a[name]:hover, a[name]:active {
  text-decoration: none;
}

a img {
  border: 0;
}

#home #siteNav .home:before, 
#byDate #siteNav .byDate:before, 
#byClass #siteNav .byClass:before, 
#classDesc #siteNav .classDesc:before, 
#patterns #siteNav .patterns:before, 
#errata #siteNav .errata:before, 
#about #siteNav .about:before, 
#contact #siteNav .contact:before
{
  content: url("images/bullet-v1.png");
}

#main {
  margin-left: 11em;
  line-height: 120%;
  padding: 10px 10px 10px 10px;
  min-height: 40em;
}

#banner {
  background: url("images/banner-bg.png") no-repeat center right;
  height: 126px;
  margin-left: 200px;
}

#banner img {
  margin-left: -200px;
}

#copyright {
  clear: left;
  position: relative;
  margin-left: 11.9em;
  margin-top: 2em;
}

#copyright p {
  position: absolute;
  left: 16.5em;
  bottom: 0.5em;
  color: #375b13;
}

.schedule {
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
  background: #f0e5cc;
}

.schedule th, .schedule td {
  border-bottom: 5px solid #f5eedd;
  border-right: 5px solid #f5eedd;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}

.schedule th, .schedule td:first-child {
  background: #e6d8b8;
}

.schedule th:first-child {
  background: #f0e5cc
}

.schedule td p {
  margin: 1em 0 0 0;
}

.schedule td p:first-child {
  margin: 0;
}

h3 {
  margin-bottom: 0;
  font-size: 110%;
}

h3 + p, h3 + ul {
  margin-top: 3px;
}

p + ul {
  margin-top: -10px;
}

ul {
  list-style-image: url("images/bullet-v2.png");
}

.classDesc h3 {
  clear: left;
}

.classDesc img {
  border: 1px solid black;
  margin: 0.4em 0.4em 1.5em 0;
  float: left;
}

.classDesc p {
  margin-top: 3px;
  margin-bottom: 3px;
}

.classDesc .details {
  font-style: italic;
}

.photo {
  border: 1px solid black;
}

.gallery td {
  text-align: center;
  vertical-align: middle;
}
