body {

  background: #333 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#212121), to(#333)) no-repeat;
  background: #333 -moz-linear-gradient(bottom, #333, #212121) no-repeat;
  color: #bbb;
  padding: 3em;
  height: 100%;
  font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }

h1, h2, h3, h4 {
  color: #69c;
  font-family: Georgia, "Times New Roman", Times, serif; 
  margin-bottom: 10px;}

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.3em;
  color: #fff; }

a {
  color: #eee; }
  
#content {
  width: 500px;
  margin: 0 auto; }

#header {
  text-align: left; }
  #header h1 {
    color: #fff;
    font-size: 3em; 
    letter-spacing: 10px; 
    }
    #header h1 .surname {
      color: #aaa;}
  #header p {
    margin-left: 1em;
    margin-bottom: 0.2em;
  }

.dot {
  color: #69c; }

#main {
  margin: 2em 0 1em; }

.info {
  margin-bottom: 1.5em; }
  .info .content {
    margin-left: 1em; }
  .info p {
    line-height: 1.4; }
  .info ul {
    margin-bottom: 1em; }

#contact .content {
  width: 47%;
  float: left; }
  #contact ul li {
    margin-bottom: 0.2em; }

#networks ul {
  overflow: hidden;
  width: 100%; }
  #networks ul li {
    width: 32px;
    float: left;
    overflow: hidden;
    margin-right: 0.5em; }
    #networks ul li a {
      float: left;
      height: 32px;
      width: 32px;
      overflow: hidden;
      text-indent: -99em; }
    #networks ul li.twitter a {
      background-image: url(/images/social_icons/twitter_32.png); }
    #networks ul li.readernaut a {
      background-image: url(/images/social_icons/readernaut_32.png); }
    #networks ul li.flickr a {
      background-image: url(/images/social_icons/flickr_32.png); }
    #networks ul li.blog a {
      background-image: url(/images/social_icons/wordpress_32.png); }
    #networks ul li.tumblr a {
      background-image: url(/images/social_icons/tumblr_32.png); }
    #networks ul li.facebook a {
      background-image: url(/images/social_icons/facebook_32.png); }
    #networks ul li.email a {
      background-image: url(/images/social_icons/email_32.png); }
    #networks ul li.google a {
      background-image: url(/images/social_icons/google_32.png); }
    #networks ul li.google_wave a {
      background-image: url(/images/social_icons/google_wave_32.png); }
    #networks ul li.linkedin a {
      background-image: url(/images/social_icons/linkedin_32.png); }
    #networks ul li.lastfm a {
      background-image: url(/images/social_icons/lastfm_32.png); }
    #networks ul li.openid a {
      background-image: url(/images/social_icons/openid_32.png); }
    #networks ul li.skype a {
      background-image: url(/images/social_icons/skype_32.png); }
    #networks ul li.delicious a {
      background-image: url(/images/social_icons/delicious_32.png); }

#tweets {
  background-color: #fff;
  padding: 20px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 200px;
  -moz-border-radius: 5px;
  color: #333
}

.tweet {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.tweet:last-child { 
  padding-bottom: 0;
  border-bottom: none;
}


