body {
    /*font-family: 'proxima-nova','Helvetica','Avenir','Arial',sans-serif;
    color: #4d4d4d;*/
    font-size: 14pt;
    line-height: 22pt;
    /* font-family: serif; */
    /* font-family: "Bodoni MT", "Didot", "Didot LT STD", "Book Antiqua", "Garamond", "Times New Roman", serif; */
    font-family: "Palatino", "Palatino LT STD", "Palatino Linotype", "Book Antiqua", "Georgia", serif;
    color: Black;
    background-color: White; /*Snow;*/
}
p {
    text-align: justify;
}
a {
    color: Black;
    /*border-bottom: 2px solid #e7cccc;*/ /* DarkRed at 20% opacity */
    text-decoration: none;
    box-shadow:inset 0 -3px 0 #DBA11C;
}
a:hover {
    /* color: DarkRed; */
    background: #DBA11C;
    /* color: DarkRed;
    border-bottom: 2px solid Black; */
}

a.logo {
    border-bottom: 0px;
    padding-bottom: 0px;
    box-shadow: none;
}

a.logo:hover {
    background: White;
}

/* container for everything on screen */
#everything {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 5em;
    width: auto;
}
/* cglab.ca logo */
#logo {
    font-style: italic;
    text-align: center;
    font-size: 140%;
    margin: 0;
    margin-top: 2em;
    margin-bottom: 0px;
    border-bottom: 0px;
}

#clicker {
    text-align: center;
    letter-spacing: 1.6ex;
    margin-right: -1.6ex;  /* to compensate for space after last letter */
    font-family: "Lucida Sans Typewriter", "Lucida Console", "Monaco", "Bitstream Vera Sans Mono", monospace;
    font-size: 400%;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1ex;
}

#clicker a {
    color: DarkRed;
}

#clicker a:hover {
    color: DarkRed;
}



/* title and subtitle on the entry page */
#title {
   text-align: center;
   white-space: nowrap;
   font-size: 300%;
   margin: 0;
   /*margin-top: 2em;*/
}
#subtitle {
    text-align: center;
    font-size: 161.8%;
    margin: 0;
    margin-top: 2em;
}
/* list of options at the top of screen */
#options {
  display: block;
  text-align: center;
  white-space: nowrap;
  /* font-size: 161.8%; */
  /* font-size: 144%; */
  font-size: 120%;
  padding: 0;
  margin: 0;
  margin-top: 1em;
}
#options li {
  display: inline;
  list-style-type: none;
  white-space: nowrap;
  text-transform: lowercase;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  margin-right: 1em;
}
#options li:last-child {
  margin-right: 0;
}
/* content wrapper for most text; must be included in most .htm files */
div.text {
  margin: auto;
  width: auto;
  max-width: 35em;
}
div.logo {
  text-transform: uppercase;
}
/* page content, comes after header and everything else */
#content {
  margin-top: 3em;
}
/* Don't break names */
.name {
  white-space: nowrap;
}
/* seminar list stuff */
div.seminar {
   margin-top: 1em;
   margin-bottom: 1em;
}

/* styles for seminar abstracts */
div.seminartitle {
  margin: 1em 0 1em 0;
  font-weight: bold;
  font-size: 140%;
  text-align: center;
}
div.seminarspeaker {
  margin-top: 1em;
  text-align: center;
}
div.seminaraffiliation {
  font-style: italic;
  text-align: center;
}
div.seminarabstract {
  margin: auto;
  margin-top: 1em;
  max-width: 35em;
}

div.headline {
  margin: 1em;
  text-align: center;
  font-size: 120%;
}
