body
{
  font-family: Verdana, sans-serif;
  font-size: 9pt;
  color: #101010;
  background: white;
  margin: 0px;
}

a, a:link, a:visited, a:active
{
  color: #634;
  text-decoration: underline;
}

a:hover
{
  text-decoration: none;
}

/* ---------- Menu ---------- */

#top-logo
{
  margin: 0.5em 1em 0 auto;
  display: block;
}

#menu
{
  font-size: 9pt;
  color: black;
  background: #ecc;
  border-right: 5px solid #906070;  
  padding: 10px;
  width: 130px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
}

.menu-item-heading
{
  font-size: 10pt;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid black;  
}

a.menu-item
{
  text-decoration: none;
  color: #634;
  padding-left: 0.25em;
  display: block;
}

a.menu-item:link,
a.menu-item:visited
{
  text-decoration: none;
  color: #634;
}

a.menu-item:hover
{
  text-decoration: none;
  color: black;
  background: #f8eeee; 
}

a.menu-item:active
{
  text-decoration: none;
  color: green; 
  background: #f8eeee;
}

.menu-item-chosen
{
  text-decoration: none;
  text-align: right;
  font-weight: bold;
  font-style: italic;
  background: #f8eeee;
  border: 1px solid #906070;
  padding-right: 0.25em;
  display: block;
}

.menu-item-session
{
  text-indent: 1.5em;
  font-weight: bold;
  font-style: italic;
  background: #f8eeee;
  border: 1px solid #906070;
}

/* Menu copyright bit */
#menu-copy
{
  font-size: 7pt;
  color: #634;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0;
}

/* -------- Main -------- */

#main
{
  margin-left: 155px;
  padding: 0.5em 1em 1em 1em;
}

#main h1
{
  font-family: Georgia, serif;
  font-size: 14pt;
  font-style: italic;
  color: black;
  background: white;
  border-bottom: 1px solid #906070;
  margin-top: 1em;
  
  clear: both;
}

#main .date
{
  font-size: 8pt;
}

#main blockquote
{
  border-left: 5px solid #906070;
  margin-left: 1.5em;
  padding: 0 1em;
}

/* Content heading pictures */
.heading
{
  border-bottom: 1px solid #906070;
  margin: 0.5em auto 1.5em auto;
  display: block;
}

/* Main copyright bit */
#copyright
{
    font-size: 7pt;
    text-align: center;
    color: #101010;
    background: white;
    margin: 2em 0.25em 0.5em 0.25em; 
    border-top: 1px solid #906070;
}

.mini-img-left
{
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.mini-img-right
{
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

a .mini-img-left,
a .mini-img-right
{
  border: none;
}


/* -------- Sessions -------- */

.session
{
  background: #f8eeee;
  border: 1px solid #906070;
  margin: 1.5em 4em 1.5em 4em;
  padding: 0.5em;
}

.session .mini-img-left
{
  margin: 1em 1em 0 1em;
}

.session-heading
{
  font-family: Georgia, serif;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color: white;
  background: #906070;
  padding: 0.25em 0.1em;
}

.show-pics
{
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
}

.thumbnails
{
  text-align: center;
  border-top: 1px solid #906070;
  border-bottom: 1px solid #906070;
  margin: 2em 4em 2em 4em;
  padding: 0.5em;
}

.thumbnails img
{
  border: 1px solid #eee;
}

.thumbnails a img:hover
{
  border: 1px solid #906070;
}

.thumbnails .date
{
  font-size: 8pt;
  text-align: right;
}

.model-call-em
{
  font-weight: bold;
  color: green;
  background: inherit;
  text-align: center;
  margin: 2em;
}

.model-call-em2
{
  font-weight: bold;
  color: green;
  background: #efe;
  text-align: center;
  border: 1px solid lime;
  margin: 2em;
  padding: 0.5em;
}


.banners
{
  text-align: center;
}

.banners img
{
  border: 1px solid #f8eeee;
  padding: 2px;
  margin: 4px;
}

.banners img:hover
{
  border: 1px solid #906070;
}

@media print
{
  body
  {
    color: black;
    background: white;
  }

  #menu
  {
    display: none;
  }
                    
  #main
  {
    margin-left: 0;
  }
}
