/*
  grey: #808080
  blue: #6D9FDE
*/

a:link, a:visited {
  color: #808080;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body.styled, html {
  background: url("background.png") no-repeat #FFFFFF;
  background-position: 5px 34px;
  margin: 5px 5px 0px 0px; 
}

div.content {
  float: left;
  left: 100px;
  margin-top: 90px;
  width: 60%;
  position: absolute;
}

span.date {
  font-weight: bold;
  color: #6D9FDE;
  margin-right: 10px;
}

div.nav {
  color: #808080;
  float: right;
  font-size: 150%;
  font-weight: bold;
  margin-top: 70px;
  overflow: visible;
  position: relative;
}

div.title {
  color: #808080;
  float: left;
  font-size: 200%;
  padding-left: 80px;
}

img.email {
  bottom: 10px;
  position: absolute;
  right: 10px;
}

ul.nav {
  font-size: 75%;
  font-weight: normal;
  list-style-type: none;
  margin: 10px 0px 10px 15px;
  padding: 0px 0px 0px 5px;
}

hr {
  border-top: solid 1px #808080;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

a.detail {
  font-weight: bold;
}

a.section {
  color: #808080;
  font-size: 200%;
  font-weight: bold;
}

a.file {
  color: #6D9FDE;
  font-weight: bold;
}

p.activity {
  text-indent: -82px;
  margin-left: 82px;
}

p.section {
  margin-left: 20px;
}

