html {
  margin: 0;
  padding: 0;
}
body {
  margin: 40px;
  padding: 0;
  font: normal .90em "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 1.4em;
}
h2 {
  position: relative;
  font-size: 1.2em;
  margin: 1.2em 0 1em 0;
  padding-bottom: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #dedede;
  letter-spacing: 0.2em;
}


h3, h4 {
  font-size: 1.1em;
  margin: 0;
}
h4 {
  width: 450px;
}
h5 {
  font-size: 1.1em;
  margin: .5em 0;
  font-weight: normal;
}
ul, ol {
  margin: .5em 0;
  padding-left: 1.2em;  
  clear: both;
}
li {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

a {
  color: #2A2A2A;
}
a:hover {
  color: #efefef;  
  background: #2a2a2a;
}

acronym {
  border-bottom: 1px dotted;
  cursor: help;
}
label {
  display: block;
}
#container {
  width: 750px;
  padding-bottom: 30px;
}
.msg {
  color: #900;
}

/* ----------------------
   job stuff 
   ---------------------- */
.job, .education, .honors {
  margin-top: 1.2em;
  margin-bottom:  1.2em;
  clear: both;
  padding-left: 40px;
}

.employer,
.location {
  float: right;
  clear: right;
}
.more {
  margin-bottom: 1em;
}
h5.more  {
  display: inline;
  color: #686968;
  border-bottom: 1px dotted #686968;
}

.back-to-top {
  float: right;
  position: relative;
  z-index: 2;
}
.back-to-top a {
  margin-top: 5px;
  display: block;
  text-decoration: none;
  color: #686968;
  border-bottom: 1px dotted #686968;  
}
h5.more a, h5.more a:hover,
.back-to-top a:hover {
  text-decoration: none;
  outline: 0;
  color: #2a2a2a;
  background: #fff;
}
