/*
About Me
*/

/* General */

#about {
  padding-top: 417px;
}

/* Blurb */

#blurb {
  width: 702px;
  height: 203px;
  position: absolute;
  top: 172px;
  left: 34px;
  background: url('/images/about/about_blurb.png') no-repeat;
}

#blurb p {
  display: none;
}

/* Download Resume */

a#download-resume {
  width: 145px;
  height: 35px;
  display: block;
  position: absolute;
  top: 60px;
  left: 528px;
  background: url('/images/about/download_cv_btn.png') top left no-repeat;
  cursor: pointer;
  outline-style: none;
}

a#download-resume:hover {
  background-position: bottom left;
}

a#download-resume span {
  display: none;
}

/* Print Page */

#resume-header a.print-page {
  width: 107px;
  height: 41px;
  display: block;
  position: absolute;
  top: 57px;
  left: 750px;
  background-image: url('/images/about/print_btn.png');
  background-position: top left;
  background-repeat: no-repeat;
  text-decoration: none;
  outline-style: none;
}

#resume-header a.print-page:hover {
  background-position: bottom left;
}

#resume-header a.print-page span {
  display: none;
}

/* Resume */

#resume {
  color: rgb(51, 51, 51);
  font-size: 12px;
  width: 940px;
  line-height: 1.5em;
  position: relative;
  padding-bottom: 20px;
  background: url('/images/about/page_btm.png') no-repeat bottom left;
}

#resume-header {
  background-image: url('/images/about/page_header.png');
  background-repeat: no-repeat;
  background-position: top left;
  height: 151px;
}

#resume-header h2 {
  color: rgb(0, 0, 0);
  margin: 0 70px 1.5em 70px;
  font-weight: normal;
  font-size: 24px;
  padding: 70px 0.8em 1.1em 0.8em;
  border-bottom: 1px solid rgb(0, 177, 220);
}

#resume-header h2 span {
  background: url('/images/about/blt_resume.png') no-repeat center center;
  color: rgb(0, 177, 220);
  margin: 0 0.3em;
}

#resume-body {
  background: url('/images/about/page_mid.png') repeat-y top left;
}

#resume-content {
  background: url('/images/about/page_top.png') no-repeat top left;
  position: relative;
}

#resume-content h3 {
  color: rgb(0, 177, 220);
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0.8em 0;
}

#resume-content h3.subsection {
  margin-top: 1.5em;
}

#resume-content h4 {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: normal;
  margin: 1.4em 0 0.8em 0;
}

#resume-content h4.first {
  margin-top: 0;
}

#resume-content a {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}

#resume-content a:hover {
  text-decoration: none;
}

#resume-content a.site {
  margin: 0 0.4em;
}

#resume-content a.site:first-child {
  margin-left: 0;
}

#resume-content table {
  border-collapse: collapse;
  margin: 0 190px 0 110px;
  text-align: left;
}

#resume-content th,
td {
  vertical-align: top;
  font-size: 12px;
}

#resume-content td {
  text-align: left;
  padding: 0 0 1em 3em;
}

#resume-content th {
  font-size: 22px;
  color: rgb(0, 177, 220);
  font-weight: normal;
  text-align: right;
  padding: 0 0 0.8em 0;
}

#resume-content th.mainhead {
  text-align: left;
}

#resume-content th.subhead {
  font-size: 14px;
  color: rgb(0, 0, 0);
  text-align: right;
}

#resume-content p {
  margin: -0.5em 0 1em 0;
}

#resume-content ul {
  margin: 0 0 1em 0;
  padding: 0;
}

#resume-content li {
  list-style-position: inside;
  list-style-type: square;
}

#resume-content .archived {
  color: rgb(0, 0, 0);
}
