
div#body {
  font-size: 62.5%;
  text-align: center;
}

div.hresume img {
  border: none;
}

div.hresume a {
  text-decoration: none;
  color: #0066cc;
}
div.hresume a:hover {
  text-decoration: underline;
}
div.hresume a[href^="http:"]{
  background: url(externallink.gif) no-repeat right center;
  padding-right: 12px;
}
div.hresume a[href^="http://lesliesteward.com"],
div.hresume a[href^="http://www.lesliesteward.com"] {
  background-image: none;
  padding-right: 0;
}

div.hresume {
  background-color: #fff;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  width: 720px;
  margin: 2em auto 5em auto;
  padding: 1em 2em;
  text-align: left;
  font-size: 1.2em;
  border: 1px solid #ddd;
  
  -webkit-box-shadow: 5px 5px 10px #ddd;
  -moz-box-shadow: 5px 5px 10px #ddd;
  box-shadow: 5px 5px 10px #ddd;
}

div.hresume h1 {
  font-weight: normal;
  font-size: 1.6em;
}
div.hresume h2 {
  font-weight: normal;
  font-size: 1.4em;
  margin: 0;
}
div.hresume h3 {
  font-size: 1.2em;
  margin: 0;
}

div.hresume p {
  line-height: 1.5em;
  margin: 0;
}

div.hresume p.download {
  margin-bottom: 1em;
}

div.hresume li.nontech {
  background-color: #f6f6ff;
  border: 1px solid #ccc;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  margin: 0.5em 0;
}

div.hresume span.deemphasize {
  color: #999;
}

div.hresume div.summary,
div.hresume ol.experiences>li,
div.hresume ol.educations>li {
  padding: 1em;
  margin-left: 2em;
}

/* Flatten lists */
div.hresume ol.experiences,
div.hresume ol.educations,
div.hresume ul.keywords {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.5em;
}

div.hresume ul.keywords li {
  display: inline;
  font-weight: bold;
}

div.hresume ul.keywords li a {
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  cursor: default;
}

/* Address vCard */
div.hresume address.vcard {
  font-style: normal;
}
div.hresume .block {
  display: block;
}