#coverpage a img {
  position: absolute;
  top: 75px;
  left: 75px;
  border: none;
}

body {
/*
  background-image: url(/media/img/gradient-main.jpg);
  background-repeat: repeat-y;
*/
  background-color: white;
  color: black;
  margin: 0;
  padding: 0;
  font-family: Georgia, Serif;
}

#body {
  position: relative;
  width: 800px;
  margin: 0px auto;
}

#header {
  position: absolute;
/*
  In template
  background-image: url(/media/img/logo.jpg);
*/
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 0;
  width: 800px;
  height: 150px;
}

#quote { 
  color: #333;
  float: right;
  margin: 0;
  padding: 0;
  text-align: right;
}
#quote ul { 
  margin: 0;
  padding: 0;
}
#quote ul li { 
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#nav {
  position: absolute;
  background: #A6B3B3;
  top: 150px;
  height: 30px;
  width: 798px;
  border: solid 1px #999;
  border-top: none;
  text-align: left;
  font-size: 14pt;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
#nav .pillar a {
  display: inline-block;
  color: black;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  padding: 0 10px;
  height: 100%;
}
#nav .pillar.selected a, #nav .pillar.selected a:hover, #nav .pillar.selected a:active {
  background-color: #77425D;
  color: white;
}
#nav .pillar a:hover, #nav .pillar a:active { 
  background-color:  #CC70A0;
  color: black;
}

#main {
  position: absolute;
  top: 220px;
  left: 0px;
  width: 560px;
}

#main h1 {
  margin-top: 0;
  font-size: x-large;
  color: black;
/*
  In template
  background-image: url(/media/img/header.png);
*/
}

.box {
  margin: 0 0 2em 0;
  padding: 5px;
  border: dotted 1px #333;
/*
  border-bottom: none;
  border-left: none;
*/
}

.quote p { margin: 0 0 0.2em; font-style: italic; }
.quote .speaker {
  margin: 0 0 1em;
  color: #333;
  font-size: smaller
}
.quote .speaker .name { font-weight: bold; }
.event { 
  margin: 0;
  text-align: right;
}

.event-detail .title {
  font-size: x-large;
  color: black;
}
.event-detail .when-where { 
  font-size: small;
  color: #666;
}
.event-detail .description {
  margin-top: 1em;
  margin-left: 20px;
}

a {
  color: #900;
  padding: 0 1px;
  text-decoration: none;
}
a:active, a:hover { 
  background: #f9c;
}

#context {
  position: absolute;
  top: 220px;
  right: 0px;
  width: 220px;
}
#context .clink-group ul { 
  margin: 0;
  padding: 0;
}
#context .clink-group ul li { list-style-type: none; }
#context .clink-group ul li.detail {
  font-family: sans-serif;
  padding-left: 1em;
  padding-right: 0.2em;
  font-size: small;
  font-style: italic;
  color: #666;
}
#context .clink-group ul li.clink a {
  display: block;
  color: #333;
  font-weight: normal;
  width: 167px;
  padding: 0.8em 0 0.2em;
}
#context .clink-group ul li.clink a:active, #context .clink-group ul li.clink a:hover { 
  background-color: #B3628C;
  color: white;
  border: none;
}
#context .clink-group { 
  margin-bottom: 30px;
  border-right: solid 3px #333;
}
#context .clink-group h1 { 
  background-color: #333;
  color: white;
  margin: 0;
  padding: 0.1em 0.3em;
  font-size: medium;
  text-align: left;
  font-variant: small-caps;
}

.hint { 
  font-size: small;
  color: #666;
}

#view-cart-button { 
  margin-bottom: 20px;
  text-align: center;
}

.showing-list { 
  color: #303;
}

.showing-list .showing { 
  border-top: dotted 1px #969;
  margin: 20px 40px 20px 20px;
}

.showing-list table { 
  border-collapse: collapse;
}

.showing-list table td { 
  padding-right: 2em;
  vertical-align: top;
  font-style: italic;
}

#map {
  border: solid 1px #333;
}

.gallery-entry {

  margin-bottom: 30px;
  text-align: center;
  border: solid 1px #ccc;
}
.gallery-entry a { margin: 0; padding: 0; border: none; }
.gallery-entry a img { margin: 0; padding: 0; border: none; }
.gallery-entry a:active img, .gallery-entry a:hover img { margin: 0; padding: 0; border: none; background: none;}
.gallery-entry .caption { font-family: sans-serif; font-size: 12pt; padding: 0.2em; background: #ccc; color: black; border-bottom: solid 1px #ccc; margin-bottom: 1em; text-align: left; padding-left: 1em; }

.event-detail {margin-bottom: 2em;}
.event-detail .title {color: black;}
.event-detail blockquote { color: #333; font-style: italic; }
.event-detail h2 { color: black; font-size: 13pt; font-family: sans; }
