/*****************************
* Resume Styles 
*****************************/
#resume #container {
  background: none;
}

#resume #content {
  padding: 0 5em 1em 5em;
  background: #F2E6CC /* url('/images/backgrounds/paper.jpg') -20px 0 */;
  text-align: left;  
}

#resume #content * {
  max-width: 825px;
  min-height: 1%;
  margin-top: 1em;
}

#resume #rightCol {
  display: none;
}

#resume #title {
  display: none;
}
 
#resume h2 {
  margin: 1em 0 1em 0;
  padding: 0 0 0 0;
  border-bottom: 1px solid #000;
  font: 26px Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  color: #000;
}

#resume h2 + ul {
  margin-top: -1em !important;
}

#resume h3 {
  margin: .75em 0 .25em 0;
  font-family: Georgia, serif;
  font-size: 130%;
  color: #A82A18;
}

#resume h4 {
  margin-top: .5em;
  font-family: verdana;
  font-size: 100%;
  line-height: 1.1em;
}

.logo {
  float: left;
  padding: 1em 1em 3em 0;
}

#resume #content p {
  font-size: 100%;
  text-align: justify;
  line-height: 1.2em;
  margin-top: -.5em;
  margin-bottom: .25em;
  border-bottom: 1px dotted #999;
}

#resume #content ul {
  margin: 1em 0;
}

#resume #content li {
  list-style: none;
  line-height: .6em;
}

#resume #content a {
  font-weight: bold;
  color: #A82A18;
  text-decoration: underline;
}

#resume #content a:hover {
  color: #000;
  text-decoration: none;
}

#resume #content p a {
  font-weight: normal;
}

#resumeLeft {
  float: left;
  width: 46%;
}

#resumeRight {
  float: right;
  width: 46%;
}


