body {
  background: url('white_carbon.png');
  padding: 0;
  margin: 0;
}

div.hresume {
  background: #fff; 
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 85%;
  max-width: 720px;
  margin: 2em auto;
  padding: 2em;
  text-align: left;
  color: #232A10;
  
  text-rendering: optimizeLegibility;
  
  -webkit-box-shadow: 2px 4px 12px rgba(0,0,0,0.15);
  -moz-box-shadow: 2px 4px 12px rgba(0,0,0,0.15);
  box-shadow: 2px 4px 12px rgba(0,0,0,0.15);
}

img {
  border: none;
}

a {
  text-decoration: none;
  color: #275DE7;
}
a:hover {
  text-decoration: underline;
}
a[href^="http:"]{
  background: url('externallink.gif') no-repeat right center;
  padding-right: 12px;
}
a[href^="http://lesliesteward.com"],
a[href^="http://www.lesliesteward.com"] {
  background-image: none;
  padding-right: 0;
}

h1, h2, h3 {
  font-weight: normal;
  margin: 0;
}

p {
  line-height: 1.5em;
  margin: 0;
}

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;
}

span.deemphasize {
  color: #999;
}

div.summary,
ol.experiences>li,
ol.educations>li {
  padding: 1em;
  margin-left: 1em;
}

ol.experiences,
ol.educations,
ul.keywords {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.5em;
}

ul.keywords li {
  display: inline;
  font-weight: bold;
}

ul.keywords li a {
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  cursor: default;
}

address.vcard {
  font-style: normal;
  margin: 1em 0;
}

.block {
  display: block;
}
