body {
  font-family: "Lucida Grande",Verdana,sans-serif;
  font-size: 11px;
  line-height: 16px;
  padding: 10px;
  background: #f3f3f3;
}

h2 {
  margin-top: 0;
}

#wrapper {
  width: 470px;
  margin: 0 auto;
}

#content {
  padding: 0 10px;
  /* background: url(img/istock.jpg); */
}

#content ul {
  float: left;
  display: block;
  width: 450px;
  margin: 0;
  padding: 0;
  background: url(images/networks.png) repeat;
  list-style: none;

}

#content li {
  float: left;
  height: 60px;
  width: 225px;
  position: relative;

}


#content a {
  font-size: 1em;
  color: #666;
  text-decoration: none;
  padding: 10px 0 5px;
  display: block;
  width: 225px;
  height: 45px;
  position: relative;
  z-index: 2;
}

a img {
  border: 0;
  float: left;
  margin: -5px 10px 0 10px;
}

.fader {
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #A4ADB7;
}

a:hover img {
  margin-left: 5px;
}

a strong {
  display: block;
  font-size: 18px;
  color: #000;
}

.clear {
  clear: left;
}

#datacontent {
  padding: 20px 10px;
}

#datacontent .odd { background: #f2f3f5; }

#datacontent ul {
  list-style: none;
  margin: 0;
  padding: 5px;
  display: block;
  height: 30px;
  background: #DFDFDF;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;  
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}

#datacontent a {
  color: #666;
  text-decoration: none;
}

#datacontent a:hover {
  color: #A4ADB7;
}

#datacontent li {
  float: left;
}

#datacontent li a {
  outline: 0;
  display: block;
  background: #DFDFDF;
  color: #666;
  text-decoration: none;
  padding: 1px 5px;
  margin: 5px;
  border: 1px solid #DFDFDF;
}

#datacontent li a:hover {
  border: 1px solid #D1D1D1;
  background: #D1D1D1;
  color: #000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#datacontent li a.selected {
  background: #AFAFAF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px inset #fff;
  color: #fff;
}

#datacontent .panels {
  border: 1px solid #DFDFDF;
  border-top: 0;
  border-bottom: 10px solid #DFDFDF;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  overflow: hidden;
}

#datacontent .panelsInner {
  overflow: hidden;
}

#datacontent .panel {
  padding: 20px;
}

img.blog { background: url(img/social_sprite.png); }
img.facebook { background: url(img/social_sprite.png); background-position-x: -48px; }
img.twitter { background: url(img/social_sprite.png); background-position-y: -48px; }
img.lastfm { background: url(img/social_sprite.png); background-position-x: -48px; background-position-y: -48px; }
img.flickr { background: url(img/social_sprite.png); background-position-y: -96px;}
img.delicious { background: url(img/social_sprite.png); background-position-x: -48px; background-position-y: -96px; }
img.vimeo { background: url(img/social_sprite.png); background-position-y: -144px; }
