body {
  background-image:url("/img/noise_pattern_with_crosslines.png");
}

#wrap {
  padding: 20px 0;
}

#content {
  background-color: #ffffff;
  margin: 0 -20px;
  padding: 20px;
  -moz-box-shadow:    1px 1px 0 0 #ccc;
  -webkit-box-shadow: 1px 1px 0 0 #ccc;
  box-shadow:         1px 1px 0 0 #ccc;
}

header {
  margin: 20px 0;
}

header h1 {
  text-decoration: none; 
  color:#666;
}

html.backgroundcliptext header h1 {
  background: #333;
  background-clip:text;
  -webkit-background-clip:text;
  color:rgba(0,0,0,0);
  text-shadow: rgba(255,255,255,0.6) 0 1px 3px;
}

header a, header a:hover {
 text-decoration: none; 
 color:#666;
}

.handle i{
  margin-right: 4px;
}

dl.projects dd {
 margin-bottom: 8px;
}

#projects ul li {
  padding: 5px 0;
}
#projects ul li a {
  font-size: 16px;
}
