#nav:before {
  background: url(/img/index-ft.png);
}

#nav {
  height: 96px;
}

#nav:after {
  background: url(/img/index-rt.png);
}

#menu {
  overflow: hidden;
  margin-bottom: 48px;
}

#menu li {
  float: left;
  margin: 0;
  padding: 0;
}

#menu li a {
  display: block;
  width: 108px;
  height: 21px;
  padding: 22px 5px 2px;
  margin-right: 2px;

  font-size: 14px;
  text-decoration: none;
  color: #333;
}

#menu li a:hover {
  background: #777;
  color: #fff;
}

#menu li:after {
  content: '​';
  display: block;
  height: 3px;
  width: 118px;
  border-right: 2px solid #fff;
}

#menu:before {
  content: '​';
  display: block;
  background: #777;
  margin-top: 45px;
  margin-bottom: -48px;
  height: 3px;
}

#footer:before {
  background: url(/img/index-rb.png);
}

#footer:after {
  background: url(/img/index-fb.png);
}

:link, :visited {
  color: #46bf22;
}

#main {
  float: left;
  width: 470px;
  margin-right: 10px;
}

#main h2 {
  margin-left: 120px;
}

#activity li {
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
  padding: 0;
}

#activity p, #activity ul {
  margin-bottom: 0;
}

#activity a[sprite] {
  position: absolute;
  display: block;
  right: 4px;
  top: 4px;
  height: 16px;
  width: 16px;
  padding: 0;
}

#activity:before {
  content: '​';
  display: block;
  margin-bottom: 21px;
  height: 3px;
  background: url(/img/index-hr.png);
}

#activity .body {
  margin-left: 120px;
  margin-right: 20px;
}

#activity .note {
  font-size: 14px;
  color: #777;
}

#activity .flickr {
  padding: 0 5px;
}

#activity .flickr * {
  vertical-align: top;
}

#activity .flickr li {
  margin: 0 5px 0 0;
  display: inline;
  line-height: 72px;
}

#activity .flickr img {
  width: 60px;
  height: 60px;
}

#activity .lastfm.icons {
  padding: 0 5px;
}

#activity .lastfm.icons * {
  vertical-align: top;
}

#activity .lastfm.icons li {
  margin: 0 6px 0 0;
  display: inline;
  line-height: 48px;
}

#activity .lastfm.names {
}

#activity .lastfm.names li {
  margin-bottom: 0;
  padding: 0 5px;
  font-size: 14px;
}

#activity .lastfm.icons img {
  width: 34px;
  height: 34px;
}

#side {
  float: left;
  width: 230px;
  padding-bottom: 24px;
}

#side li a[sprite] {
  display: inline-block;
  line-height: 16px;
}

