
/*
@font-face {
  font-family: "Palatino";
  src: url(unicode.palatino.ttf) format("truetype") font-weight-normal, url(paltno.ttf) format("truetype") font-weight-bold;
}
*/

@font-face {
  font-family: Palatino;
  src: url(unicode.palatino.ttf) format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: Palatino;
  src: url(Palatino-Bold.otf) format("truetype");
  font-weight: bold;
}

body {
  background: #000000;
  font-family: helvetica, arial, sans-serif;
  background-image: url("hypercube6-balanced.png");
  background-position: -20px -20px;
}

div.centerbox {
  min-height: 100%;
  width: 80%;
  margin: 2em auto;
  min-width: 40em;
}

div.headercontent {
  margin-top: 3.5em;
  text-align: right;
  min-width: 36em;
  border: 5px ridge;
  border-radius: 8px;
  background: white;
}

div.photo {
  float: left;
  position: relative;
  top: -35px;
  display: block;
  border: 5px ridge;
  border-radius: 8px;
  background: white;
  padding: 0.5em 1.7em;
  margin-left: 25px;
  margin-bottom: -30px;
  height: 16em;
}

div.outer-businesscard {
  overflow: auto;
}

div.businesscard {
  display: block;
  float: right;
  right: 0px;
  text-align: left;
  padding: 0.5em 4em 0.5em 0.5em;
}
div.name > h1 {
  text-decoration: underline;
  margin-top: 0.7em;
  margin-bottom: 0.5em;
}
div.name > h1::first-letter {
  text-decoration: none;
}

div.affiliation {
  margin-top: -0.4em;
  margin-left: 1.6em;
  margin-bottom: 0.5em;
}
div.role {
  font-size: small;
  font-style: italic;
  margin-top: 0.7em;
  margin-left: 2.5em;
}


div.footer {
 /* text-align: right;*/
}

div.copyright {
  display: inline-block;
  background: white;
  border: 5px ridge;
  border-radius: 8px 6px 8px 8px;
  margin-top: 2em;
  padding: 0.3em 2em;
  text-align: right;
  font-size: smaller;
}

/*div.main {
  min-height: 100%;
  width: 80%;
  margin: 2em auto;
}*/

div.maincontent {
  background: white;
  border: 5px ridge;
  border-radius: 8px 6px 8px 8px;
  padding: 0.5em 2em;
  font-family: serif;
  min-width: 35em;
}

div.tabs {
  clear: left;
  text-align: right;
  position: relative;
  top: 4pt;
  white-space: nowrap;
  min-width: 40em;
}

div.tab {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 14pt;
  display: inline-block;
  text-align: center;
  width: 6em;
  margin: 0px 3px;
  border-radius: 6px 6px 0px 0px;
  border: outset gray;
  border-width: 1px 1px 0px 1px;
  padding: 0.2em 0.1em 0.05em 0.1em;
  background: white;
  cursor: pointer;
  line-height: 1.3em;
/*  font-size-adjust: 0.42;*/
  vertical-align: middle;
}

div.tab.active {
  font-weight: bold;
  border-bottom: 4pt ridge white;
  position: relative;
  top: 2pt;
}
div.tab.active > span {
  position: relative;
  top: 0pt;
}
/*div.tab:hover {
  font-weight: bold;
}*/

div.tab:last-child {
  margin: 0px 4.5px 0px 3px;
}

h1,h2 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: normal;
}

div.maincontent h1,h2 {
  margin-top: 1em;
}
div.maincontent h2 {
  margin-top: 2em;
}
div.maincontent p {
  margin-left: 1.5em;
}

div.tabcontent {
  display: none;
}
div.tabcontent.active {
  display: block;
}

p {
  font-family: serif;
}

a:link, a:visited {
  color: blue;
  text-decoration: none;
}

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

div.collapsed {
  display: none;
}
ul.collapsed {
  display: none;
}

ul {
  list-style: none;
  padding-left: 0.4em;
}
span.collapsed:before {
  content: "+";
  margin-right: 0.3em;
}
span.expanded:before {
  content: "−";
  margin-right: 0.3em;
}

span.talk_date {
  color: #303030;
}

li.talk {
  margin-top: 0.2em;
  margin-left: 0.0em;
  margin-bottom: 0.0em;
  margin-right: 1.3em;
  padding-top: 0.3em;
  padding-left: 0.3em;
  padding-right: 0.3em;
  padding-bottom: 0.7em;
}

li.talk:nth-child(2n+1) {
  background: #F0F0F0;
}

li.talk:nth-child(2n+2) {
  background: #FFFFFF;

}

div.talk_content {
  margin-left: 1.4em;
  margin-top: 0.2em;
  padding-left: 0.4em;
  padding-top: 0.0em;
  padding-bottom: 0.2em;
  border-left: 2px solid black;
}

div.talk_title {
  font-size: 18pt;
  margin-bottom: 0em;
  font-style: italic;

  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

div.talk_speaker {
  font-size: 16pt;
  margin-bottom: 0.2em;
}

div.talk_speaker:before {
  content: '—';
  margin-left: 1.2em;
  margin-right: 0.3em;
}

div.talk_placetime {
  font-family: serif;
  font-size: 12pt;
  color: gray;
}

span.talk_place {
  margin-right: 0.4em;
}
span.talk_time {
  margin-left: 0.4em;
  margin-right: 0.4em;
}
span.talk_ical {
  margin-left: 0.4em;
}

span.abstract_expander {
  margin-left: 0.3em;
  color: #202020;
}

div.abstract {
  font-family: serif;
  min-height: 1em;
  margin-top: 0.5em;
  margin-left: 0.8em;
  line-height: 1.4em;
}


