html, body {
  background-image: url(../images-menu/callig2-blue.gif);
  background-attachment: fixed;
}
h1 {
  margin: 5px 5px 0 5px;
  padding: 0;
}
h2 {
  font-size: 16pt;
  color: #880000;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 21px 0 8px;
}
h3 {
  font-size: 14pt;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 2em 0 0;
  padding: 0;
}
h4 {
  font-size: 12pt;
  font-weight: bold;
  font-style: oblique;
  color: black;
  text-transform: none;
  clear: both;
  margin: 0;
  padding: 1em 1em 0;
}
h4 span {
  font-weight: normal;
  font-style: normal;
}
hr {
  width: 80%;
  margin: 0 auto 30px;
}
p  {
  margin: 1em;
  padding: 0;
}
ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: none;
}
ol {
  list-style-type: upper-roman;
}
li {
  margin: 0;
  padding: 0;
}
dl {
  margin: 1em 0;
  padding: 0 1em;
}
dt {
  font-weight: bold;
  margin: 1.4em 0 0.6em;
  padding: 0;
}
dd {
  margin: 0;
  padding: 0 1em;
}
blockquote, cite { /* only on page turner */
  margin: 0;
  padding: 0 2em;
  font-style: oblique;
}
cite { /* only on page turner */
  display: block;
  text-align: right;
}
address { /* only on contact */
  display: block;
  margin: 3em;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 1px;
}
sup {
  font-size: 100%;
}


/********** CLASSES **********/

ul.bullet { /* only on commissioning */
  list-style-type: disc;
  margin: 1em 0 1em 20px;
}
ul.bullet li { /* only on commissioning */
  margin: 1ex 0;
}
ul.center li {
  display: inline;
  padding: 0 2px;
}
ul.works li {
  padding: 1ex 0 1ex 2em;
  text-indent: -2em;
}
dl.works dt {
  font-weight: normal;
  margin-bottom: 0;
}
dl.works dt span { /* work titles */
  font-weight: bold;
}
.center {
  text-align: center;
  font-size: 9pt;
  margin: 0;
  padding: 0;
}
.breadcrumb {
  text-align: left;
  font-size: 9pt;
  margin: 0;
  padding: 0;
}
.player { /* only on audio */
  float: right;
  margin: -1.3em 0 0;
  padding: 0;
}
hr.topmargin {
  margin: 1em auto 0;
}
.audio h3 {
  text-align: center;
}
.audio h4 {
  padding-top: 0.2em;
}
.audio p {
  margin-top: 0.2em;
}


/********** NAVIGATION **********/

#navlist {
  position: absolute;
  width: 18em;
  margin: 0 0 0 10px;
  padding: 12px 0;
  list-style-type: none;
  font: bold 1em serif;
  color: #336699;
  letter-spacing: 0.2em;
}
#navlist li {
  width: 100%;
  margin: 0 0 2px;
  border: 1px solid white;
  padding: 2px 0 2px 15px;
  background-image: url(../images-menu/callig2-darker-grey.gif);
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: fixed;
}
#navlist li:hover, #navlist li:hover a {
  border-color: silver;
  color: #880000;
  background-image: url(../images-menu/callig2-grey.gif);
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: fixed;
}
#navlist li.work_category {
  border: 1px solid #336699;
  margin-left: 20px;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: smaller;
  color: #880000;
}
#navlist li.work_category:hover {
  border: 1px solid #880000;
}
#navlist li.hilit_works {
  border: 1px solid #880000;
  color: #880000;
  background-image: url(../images-menu/callig2-grey.gif);
}
#navlist li.hilit_works a {
  color: #880000;
}
#navlist a { 
  color: #336699;
  text-decoration: none;
  display: block;
  width: 100%;
}
#navlist a:visited {
  color: #336699;
}
#navlist a:hover, #navlist a:active {
  color: #880000;
}
#navlist li.work_category a {
  color: #880000;
}


/********** OTHER IDs **********/

#content {
  position: relative;
  color: #000000; 
  font-size: 11pt;
  letter-spacing: 0.5px; 
  padding: 15px;
  margin: 22px 5px 20px 235px;
  border: solid white;
  background-color: #CED6DE;
  min-height: 480px;
}
#content li p, #content li div, #content li ul {
  margin: 0 0 1em 20px;
  padding: 0;
}
#content table h3 { /* only on recordings */
  display: inline;
}
#content table div { /* only on recordings */
  margin-bottom: 1em;
}
#content table p { /* only on recordings */
  font-size: 9pt;
}
#content td { /* recordings and photos_full */
  padding: 4px 1em;
}
#news { 
  position: absolute;
  top: 400px;
  left: 35px;
  width: 161px;
  padding: 4px;
  border: double #880000; 
  font-family: sans-serif;
  font-size: 0.7em;
  color: #333399;
  text-align: center; 
  /* Illusion of transparency since background placed same as for page */
  background-image: url(../images-menu/callig2-grey.gif);
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: fixed;
}
#news:hover, #news:hover a {
  color: #000066;
  /* Illusion of translucency since background placed same as for page */
  background-image: url(../images-menu/callig2-darker-grey.gif);
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: fixed;
}
#news a {
  color: #333399;
  text-decoration: none;
  display: block;
  width: 100%;
}
#news a:hover {
  color: #000066;
}
#extra_side { /* only on bio */
  position: absolute;
  top: 500px;
  left: 65px;
  padding: 8px 0;
  width: 130px;
  background: none;
  font-size: 0.9em;
  font-family: sans-serif;
  text-align: center;
  border: double gray;
  border-left: none;
  border-right: none;
}
#extra_side a { /* only on bio */
  text-decoration: none;
  display: block;
  width: 100%;
}
#headshot { /* only on bio */
  float: right;
  margin: 10px;
}
#background_hole { /* only on bio */
  border: solid white;
  height: 30px;
  /* Illusion of a hole since background placed same as for page */
  background-image: url(../images-menu/callig2-blue.gif);
  background-attachment: fixed;
  background-position: 0 0;
  background-repeat: repeat;
}
#prev_link { /* only on photos */
  float: left;
  width: 35%;
  text-align: right;
}
#next_link { /* only on photos */
  float: right;
  width: 35%;
  text-align: left;
}
#photo_container { /* only on photos and ragtime_dream_of_jonny_broom */
  clear: both;
  margin-top: 4em;
  text-align: center;
}
#archive #content img {
  width: 100%;
}
.caption {
  text-align: center;
}
