body {
    background-color: #fafafa;
    color: #000;
    font: 12px/18px 'Droid Serif', Georgia, 'Times New Roman', serif;
    margin: 36px auto;
    max-width: 620px;
}

h1, h2, h3 {
}

h1 {
    font-size: 48px;
    line-height: 54px;
    margin: 0px;
}

  h1 a {
      color: #000;
      text-decoration: none;
  }

h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 18px 0px;
}

h3 {
    font-size: 12px;
    line-height: 18px;
    margin: 18px 0px;
}

p {
    margin: 18px 0px;
}

p + p {
    text-indent: 18px;
}

ul {
    margin: 0px 0px 18px 0px;
    padding-left: 24px;
}

#container {
    margin: 0px 18px;
}

#profile {
    position: relative;
}

#profile h2 {
    display: none;
}

#profile img {
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 2;
}

#profile dl {
    line-height: 24px;
    margin: 18px 0px;
    padding-left: 138px;
    position: relative;
    z-index: 1;
}

#profile dt {
    font-weight: bold;
}

#profile dd {
    border-bottom: 1px solid #ddd;
    padding-left: 96px;
    margin: -24px 0px 0px 0px;
}

#profile dd:last-child {
    border: none;
}

#interests h3 {
    margin: 0px;
}

#interests ul {
    display: block;
    padding-left: 18px;
}

#interests li {
    list-style: none;
    padding: 0px;
    display: inline;
}

#interests li:after {
    content: ', ';
}

#interests li:last-child:after {
    content: '.';
}

#foot {
    margin: 36px 0px;
}

html.no-js .js {
    display: none;
}

html.js .no-js {
    display: none;
}

