/* begin resume content stuff ----------------------------------- */

.resume {
}

.resume li {
  margin-bottom: 10px;
}

.tight_list li {
  margin-top: 1px;
  margin-bottom: 1px;
}

.resume_header, .resume_main_header {
  font-family: "Century Schoolbook L", Georgia, serif;
  font-weight: bold;
  border-bottom: 1px solid #6688aa;
  padding-bottom: 0px; 
  margin: 0;
  margin-bottom: 10px;
}

.resume_main_header {
    padding-top: 4px; 
    padding-bottom: 4px; 
}

.resume_name {
  font-weight: bold;
}

.resume_position {
  font-style: italic;
}

.resume_date {
  margin-left: 4px;
  color: #a9a9a9;
}

/* end resume content stuff ----------------------------------- */

