@font-face {
  font-family: GeoSansLight;
  src: url('GeosansLight.ttf');
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
  margin:0; 
  padding:0; 
} 
table { 
  border-collapse:collapse; 
  border-spacing:0; 
} 
fieldset,img {  
  border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
  font-style:normal; 
  font-weight:normal; 
} 
ol,ul { 
  list-style:none; 
} 
caption,th { 
  text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
  font-size:100%; 
  font-weight:normal; 
} 
q:before,q:after { 
  content:''; 
} 
abbr,acronym {
  border:0; 
}

body {
  border-top: 2px solid #333;
}

div.wrapper {
  width: 960px;
  margin: 0 auto;
}

h1.name {
  font: 75pt GeoSansLight;
  font-weight: 100;
  float: left;
  clear: right;
  margin-top: 160px;
  padding: 0 20px;
}

.first {
  color: #333;
}

.second {
  color: #444;
}

.third {
  color: #555;
}

.column {
  font: 12px 'Lucida Grande', sans-serif;
  margin: 10px 10px;
  float: left;
  clear: right;
  font-weight: lighter;
  line-height: 1.35;
}

p.column {
  text-align: justify;
}

p.column.first {
  margin-left: 60px;
  width: 280px;
}

ul.column.second {
  margin-left: 30px;
  margin-right: 30px;
}

.column a {
  text-decoration: none;
  color: #333;
}

.column.first a {
  border-bottom: 1px solid #613;
}

.column.first a:hover {
  border-bottom: 1px dotted #ccc;
}

li {
  list-style-type: none;
  padding-left: 24px;
  margin-bottom: 4px;
}

li.vcard { background: url('../images/vcard-16x16.png') no-repeat top left; }
li.twitter { background: url('../images/twitter-16x16.png') no-repeat top left; }
li.tumblr { background: url('../images/tumblr-16x16.png') no-repeat top left; }
li.email { background: url('../images/email-16x16.png') no-repeat top left; }
li.dopplr { background: url('../images/dopplr-16x16.png') no-repeat top left; }
li.skype { background: url('../images/skype-16x16.png') no-repeat top left; }
li.github { background: url('../images/github-16x16.png') no-repeat top left; }
li.delicious { background: url('../images/delicious-16x16.png') no-repeat top left; }
li.linkedin { background: url('../images/linkedin-16x16.png') no-repeat top left; }

