@font-face
{
  font-family: 'Titillium';
  src: url(../fonts/TitilliumTitle12.otf) format('opentype');
}
body {
  font-family: arial, verdana;
  background-color: #1f1f1f;
}
p + p {
  text-indent: 0px;
  margin-top: 1em;
}
a, a:visited, a:hover {
  color: #fff;
  text-decoration: none;
}
#title {
  font-size: 6em;
  color: #fff;
  margin: 50px;
  /*visibility: hidden;*/
  height: 0px;
  width: 500px;
  padding-top: 113px;
  overflow: hidden;
  background: url(../images/stream_title.png) no-repeat center;
}
#window {
  width: 100%;
  height: 220px;
  background-color: #0F0F0F;
  overflow: hidden;
  box-shadow: 10px 25px 15px #000;
}
#slider {
  height: 220px;
  width: 30000px;
  padding: 10px 10px;
  background-color: #0f0f0f;
  cursor: move;
}
.itm {
  float: left;
  margin: 10px;
  overflow: hidden;
  color: #fff;
  background-color: #36bddb;
  background-repeat: no-repeat;
  background-position: center;
}
.itm:not(.empty):hover {
  background-color: #13889F;
  color: #efefef;
}
.itm img {
  display: block;
  height: 100%;
  width: 100%;
}
.itm span {
  vertical-align: text-top;
}
.tier3-box {
  float: left;
  width: 100px;
}
.tier3 {
  height: 80px;
  width: 80px;
  font-size: 12px;
  line-height: 80px;
}
.tier2 {
  height: 180px;
  width: 180px;
  font-size: 20px;
  background-color: #53ADBF;
  line-height: 180px;
}
.tier1 {
  height: 180px;
  width: 300px;
  background-color: #27707F;
}
#details {
  color: #fff;
  font-size: 60px;
  margin: 50px 50px;
}
#details img {
  height: 160px;
  line-height: 160px;
  vertical-align: middle;
  margin-right: 50px;
}
.empty {
  background-color: #FF8FBE;
}
.twitter-com {
  background-image: url(../images/twitter_w_80.png);
}
.delicious-com {
  background-image: url(../images/delicious_w_80.png);
}
/*
.picasaweb-google-com {
  background-image: url(../images/picasa_16.png);
}*/
.reader {
  background-image: url(../images/reader_w_80.png);
}
.aprilandjake-com {
  background-image: url(../images/ajblog_w_180.png);
}