/* resume.css - Information specific to the MZ Online resume page */

/* MAIN HEADER */

.resumeHeader {
  margin: 0 0 0 20px;
  padding: 0px;
  font-size: 48px;
  font-weight: bold;
  color: #1A2734;
  background: transparent;
}

/* OVERRIDDEN CLASSES */

.fullContent {
  border-bottom: 1px solid;
  height: 100%;
  width: 740px;
  padding: 20px;
  overflow: hidden;
  text-align: justify;
}

.fullContentAlt {
  height: 100%;
  width: 740px;
  padding: 20px;
  overflow: hidden;
  text-align: justify;
}

/* SECTION BLOCKS */

.sectionHeader {
  width: 180px;
  margin: 0;
  padding: 0;
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #1A2734;
  background: transparent;
}

.sectionDetail {
  height: 100%;
  width: 550px;
  margin: 0;
  padding: 0;
  float: right;
  font-size: 12px;
  color: #000000;
  background: transparent;
}

/* ITEM BLOCKS */

.itemBlock {
  padding: 0 0 40px 0;
}

.itemBlockAlt {
  padding: 0;
}

.itemDate {
  width: 220px;
  float: left;
  overflow: hidden;
  font-size: 16px;
  font-style: italic;
  text-align: left;
}

.itemPlace {
  width: 330px;
  float: right;
  overflow: hidden;
  font-size: 16px;
  text-align: right;
}

.itemTitle {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}
