/* BrianJamesOConnell stylesheet */
/* resume.css */
/* defines Resume section styles */

#section-header {
  background: transparent url('/images/22.gif') top left no-repeat;
  margin-bottom: 0;
}

#download-link {
  font-size: 77%;
  font-weight: normal;
}

#resume-article {
  width: 51em;
  margin: 1em 1em 2em 1em;
  padding: 1em;
  border: 1px solid #CDCDCD;
}

#resume-article h3 {
  font-size: 200%;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 .5em 0;
}

#resume-article h4 {
  text-align: center;
  font-weight: normal;
  font-size: 125%;
  margin-bottom: 1em;
}

#vitals {
  text-align: center;
  margin: 0;
}

#vitals li {
  list-style: none;
}

#resume h5 {
  text-transform: uppercase;
  margin-top: 1em;
}

#resume-article table {
  width: 100%;
  margin: 0 1em;
}

#resume-article td {
  border: 0;
  padding: .25em 1em;
  width: 33%;
}

#resume-article h6 {
  text-align: right;
  font-size: 77%;
  font-weight: normal;
  margin-right: 1em;
}

/* end resume.css */