/* Start Common Styles */

* {
  margin: 0;
  padding: 0;
}

body {
  color: #333333;
  font-family: Verdana,"BitStream vera Sans",Arial,Helvetica,sans-serif;
  font-size: 10pt;
  line-height: 1.5em;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #00E;
}

a img {
  border-style: none;
  vertical-align: bottom;
}

.information {
  border: #e2c822 1px solid;
  background-color: #fff9d7;
  margin: 10px auto;
  padding: 7px;
  width: 700px;
  text-align: left;  
}

/* End Common Styles */

/* Start Resume */

#paper-top {
  background: url(images/paper_top.png) top center no-repeat;
}

#paper-bottom {
  padding: 30px;
  background: url(images/paper_bottom.png) bottom center no-repeat;
}

#resume {
  width: 760px;
  margin: 0 auto;
  background: url(images/paper_body.png) top center repeat-y;
}

h1 {
  text-align: center;
  padding-bottom: 0.5em;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
  font-style: italic;
  padding-bottom: 0.5em;
  clear: both;
}

p {
  padding-left: 32px;
  padding-bottom: 0.5em;
}

ul {
  list-style: none;
  padding-bottom: 0.5em;
}

ul.item-list li {
  padding-left: 0;
}

ul.item-list li:before {
  content: "— ";
}

dl {
  width: 668px;
  padding-left: 32px;
}

dt {
  width: 31%;
  clear: both;
  float: left;
  font-style: italic;
}

dd {
  padding-left: 2%;
  width: 67%;
  float: left;
}

dd, dt {
  padding-bottom: 1em;
}

.personal-info {
  width: 80%;
  float: left;
  padding-left: 7px;
}

.personal-info dd, dt {
  padding-bottom: 0;
}

.separator-line {
  clear: both;
  border-top: 1px gray solid;
  height: 7px;
  width: 50%;
  margin: 0 auto;
}

#w3c {
  margin: 5px auto;
  width:760px;
  text-align: right;
}

/* End Resume */