* {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: none;
  text-decoration: none;
  font-family: Georgia, serif;
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.5em;
}

h1 {
  text-align: center;
  font-family:'Trebuchet MS';
  font-size: 40pt;
  color: #aaa;
  margin-top: 20px;
  text-indent: -3000px;
  background: transparent url(../images/logo.png) no-repeat center top;
  height: 95px;
}

a {
  color: #aaa;
}

#content {
  position: relative;
  width: 950px;
  margin: auto;
  margin-top: 20px;
}

#gtalk {
  background: transparent url(../images/ico-chat.png) no-repeat left 25px;
  position: absolute;
  left: 0px;
  width: 400px;
  padding-left: 120px;
  padding-top: 40px;
  height: 130px;
  line-height: 25px;
}

#linkedin {
  background: transparent url(../images/ico-work.png) no-repeat left 0px;
  position: absolute;
  left: 0px;
  top: 110px;
  width: 400px;		 
  padding-left: 120px;   
}

#linkedin a {
  color: black;
  border-bottom: 1px black dashed;
}

#zoom {
  background: transparent url(../images/ico-zoom.png) no-repeat left 20px;
  position: absolute;
  left: 0px;
  top: 360px;
  width: 400px;		 
  padding-left: 110px;
  height: 128px;
  padding-top: 25px;
}

#zoom a {
  margin: 5px;
  display: block;
  float: left;
  width: 100px;
}

#zoom img {
  display: block;
  float: right;
  margin-right: 20px;
}

#feed {
  background: transparent url(../images/ico-news.png) no-repeat left 25px;
  position: absolute;
  right: 0px;
  width: 450px;
  height: 400px;
}

#items {
  border: none;
  margin-top: 40px;
  padding-left: 120px;
  height: 420px;
  width: 300px;
  overflow: auto;
  overflow-x: hidden;
}

#items li {
  list-style: none;
  margin-bottom: 1.5em;
}

#items em {
  color: #aaa;
  white-space: pre;
  display: block;
}

#items strong a {
  color: black;
}

#feed .youtube-com {
  background-image: url('http://www.youtube.com/favicon.ico');
}

#feed .blogmarks-net {
  background-image: url('http://www.blogmarks.net/favicon.ico');
}

#feed .twitter-com {
  background-image: url('http://www.twitter.com/favicon.ico');
}

#feed .flickr-com {
  background-image: url('http://www.flickr.com/favicon.ico');
}

#feed .last-fm {
  background-image: url('http://www.last.fm/favicon.ico');
}

#feed .netvibes-com {
  background-image: url('http://www.netvibes.com/favicon.ico');
}

#items img {
  vertical-align: top;
}

#items p img,
#items img.enclosure {
  border: 1px solid #aaa;
  padding: 1px;
}

#linkedin li {
  list-style-type: none;
}
#linkedin dt {
  display: block;
  float: left;
  width: 8em;
  font-weight: bold;
  clear: both;
}
#linkedin dd {
  margin-left: 8.5em;
  margin-bottom: 0.5em;
}
#linkedin #morepast-hide {
  display: none;
}
#linkedin dd.recommended {
  text-indent: -15px;
  font-size: 1px;
  color: white;
  height: 25px;
  position: relative;
}
#linkedin dd.recommended img {
  position: absolute;
  left: 6.5em;
  top: 0px;
}
#linkedin dd.recommended strong {
  position: absolute;
  top: 4px;
  left: 12em;
  display: block;
  font-size: 9pt;
  color: black;
  height: 14px;
}
#linkedin img {
  vertical-align: middle;
  margin-left: 0.5em;
}
#linkedin ul.current li {
  font-weight: bold;
}
#linkedin .url {
  margin-right: 1em;
}
