@import "http://css.esm.logic.net/media/css/site.css";

.print_link {
  font-size: x-small;
  text-transform: uppercase;
  height: 22px;
  float: right;
  clear: left;
}

.print_link img {
  padding-left: .25em;
}

#header-menu {
  text-align: center;
}

#header-menu ul {
  margin: 0;
  padding: 0;
}

#header-menu li, #header-menu ul {
  display: inline;
}

#header-menu li {
  font-size: x-small;
  text-transform: uppercase;
}

#header-menu li:after {
  content: " | ";
}

#header-menu ul li.last:after {
  content: "";
}

.page_body h1 {
  display: none;
}

.sectionhead {
  border-bottom: 1px dashed;
  text-align: center;
  font-variant: small-caps;
  text-decoration: none;
}

.sectionhead .navlink {
  float: right;
  font-size: x-small;
}

a.toggler img {
  border: none;
  background-color: transparent;
}

.job .title,
 .school .program,
 .cert .title,
 .certexpired .title {
  font-variant: small-caps;
  font-weight: bold;
}

.job .company,
 .school .school,
 .cert .company,
 .certexpired .company {
  font-style: italic;
}

.job .period,
 .school .period,
 .school .location,
 .cert .date,
 .certexpired .date {
  font-size: small;
}

.certexpired .date {
  color: red;
  background-color: white;
}

.certexpired .date:after {
  content: " (no longer current)";
}

.cert .icon,
 .certexpired .icon {
  float: left;
  padding-right: .5em;
}

.expandable {
  padding-left: 3em;
  border-left: 1px dashed black;
  border-bottom: 1px dashed black;
  margin-left: 6px;
  margin-bottom: .5em;
}

h3.jobs,
 .oldjobs h3,
 .cert_bb h3 {
  margin-bottom: 0px;
}

.oldjobs,
 .cert_bb,
 .cert_other {
  margin-top: 1em;
}

.oldjobs h3,
 .cert_bb h3,
 .cert_other h3 {
  display: inline;
}

.oldjobs .expandable p {
  margin-top: 0px;
}

.section {
  padding-left: 3em;
}

