html {
  background-image: url( '../images/background.png' );
  background-attachment: fixed; }

body {
  color: #5b544f;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }

.row {
  text-align: center;
  min-width: 1000px; }
  .row:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.wrapper {
  text-align: left;
  width: 960px;
  margin: 0 auto; }
  .wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.column {
  display: block;
  float: left;
  width: 228px;
  margin: 0 8px; }
  .column p {
    margin: 8px 0; }
  .column.first {
    margin: 0 8px 0 0; }
  .column.last {
    margin: 0 0 0 8px; }
  .column.double {
    width: 472px; }
  .column:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

h1 a, h1 a:hover, h1 a:active {
  text-decoration: none;
  font-size: 8em;
  color: #332c27;
  text-shadow: #f2eae6 -3px 2px 5px;
  margin: 0px 0 8px 0;
  font-weight: bold;
  text-decoration: none; }

h2 {
  color: #738033;
  font-size: 197%;
  margin: 8px 0 16px 0;
  border-bottom: 1px solid #d8d2cd; }

p {
  line-height: 24px;
  font-size: 123.1%;
  font-weight: 200; }

em {
  color: #332c27;
  text-decoration: none; }

a:link, a:visited {
  color: #332c27;
  text-decoration: none; }
a:hover, a:active {
  color: #307079;
  text-decoration: underline; }

#intro h2 {
  color: #5b544f;
  font-size: 153.9%;
  border-bottom: none; }

#body h2 {
  padding: 0 0 4px 0;
  margin-bottom: 4px; }
#body h3 {
  color: #5b544f;
  font-size: 153.9%;
  margin-bottom: 16px;
  font-weight: 300; }

.clickable.primed {
  cursor: pointer; }
  .clickable.primed:hover {
    background-color: rgba(0, 0, 0, 0.01); }
  .clickable.primed:active {
    background-color: #738033; }
  .clickable.primed a, .clickable.primed a:hover {
    text-decoration: none;
    color: #332c27; }

#social-networks ul {
  font-weight: 200; }
  #social-networks ul li {
    border-top: 1px solid #f2eae6;
    line-height: 24px;
    font-style: italic; }
    #social-networks ul li:first-child {
      border-top: none; }
#social-networks h4 {
  line-height: 24px;
  color: #332c27;
  font-size: 123.1%;
  margin: 0px;
  font-style: normal; }
#social-networks .dopplr {
  padding: 0 0 0 40px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url( '../images/dopplr.png' ); }
#social-networks .lastfm {
  padding: 0 0 0 40px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url( '../images/lastfm.png' ); }
#social-networks .flickr {
  padding: 0 0 0 40px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url( '../images/flickr.png' ); }
#social-networks .facebook {
  padding: 0 0 0 40px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url( '../images/facebook.png' ); }
#social-networks .twitter {
  padding: 0 0 0 40px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url( '../images/twitter.png' ); }
#social-networks .linkedin {
  padding: 0 0 0 40px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url( '../images/linkedin.png' ); }

#contact {
  margin-top: 16px; }
  #contact .wrapper {
    border-top: 1px solid #d8d2cd;
    border-bottom: 1px solid #d8d2cd; }
  #contact h2 {
    border-bottom: none;
    margin: 16px 0; }

#email a {
  color: #332c27;
  display: block;
  padding: 8px 16px;
  border-left: 1px solid #d8d2cd;
  border-right: 1px solid #d8d2cd;
  text-shadow: #f2eae6 0px 0px 2px;
  font-style: italic;
  line-height: 24px; }
  #email a .email {
    font-style: normal;
    font-weight: bold;
    font-size: 116%; }
  #email a:hover {
    background-color: #738033;
    text-decoration: none; }
