body {
  margin: 0;
  padding: 0;
  width: 100%;
  background: url(/images/background.png) #eeeeee;
  font-family: Helvetica, Sans-serif;
}
.wrapper {
  width: 960px;
  margin: 0 auto;
}
.shelf, .pinboard {
  width: 100%;
  margin: 20px 0;
  border-bottom: 30px solid #222;
  float: left;
  clear: left;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
li {
  margin: 0;
  padding: 0;
}
.shelf {
  position: relative;
  float: left;
  width: 100%;
  min-width: 960px;
}
.shelf::after {
  content: ' ';
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: -30px;
  box-shadow: 0 5px 10px #555;
}
.shelf > li {
  float: left;
  width: 280px;
  height: 200px;
  margin-right: 15px;
}
.shelf li.stack ul {
  position: absolute;
  bottom: 0;
  width: inherit;
}
.shelf li.stack ul li {
  float: none;
  width: auto;
  height: auto;
  max-height: 50px;
  margin: 0;
  padding: 5px;
  background: #ddd;
  text-align: center;
}
.shelf li.stack ul li:nth-child(2n) {
  margin: 0 -2px 0 2px;
}
.shelf li.stack ul li:nth-child(3n) {
  margin: 0 1px 0 -1px;
}
.top.shelf li {
  height: 150px;
  position: relative;
}
.title {
  display: block;
  margin: 10px;
  padding: 5px 10px;
  background: #eee;
  border: 15px solid #aaa;
  font-size: 2em;
  bottom: 0;
}
.shelf .plant {
  float: right;
  width: 130px;
}
.plant img {
  position: absolute;
  bottom: -8px;
}
.screens > li {
  border: 15px solid #222222;
  border-radius: 15px 15px 15px 15px;
  height: 150px;
  width: 250px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.screens > li::before {
  content: ' ';
  background-color: #BBBBBB;
  bottom: -45px;
  height: 25px;
  left: 90px;
  position: absolute;
  width: 50px;
  border-bottom-left-radius: 5px;
  border-bottom: 5px solid #999;
  -moz-transform: skewx(-20deg);
  -webkit-transform: skewX(-20deg);
}
.screens > li::after {
  content: ' ';
  background-color: #BBBBBB;
  bottom: -45px;
  height: 25px;
  left: 110px;
  position: absolute;
  width: 50px;
  border-bottom-right-radius: 5px;
  border-bottom: 5px solid #999;
  -moz-transform: skewx(20deg);
  -webkit-transform: skewX(20deg);
}
.screens > li a {
  display: block;
  width: inherit;
  height: inherit;
  overflow: hidden;
}
ul.shelf li.music ul li {
  padding: 3px;
  border: 2px solid #fff;
  background-color: #444;
  color: #ddd;
  font-size: 12px;
}
ul.shelf li.books ul li {
  padding: 10px;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.2)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%);
  background-color: #ccc;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
ul.shelf li.films ul li {
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, white 0%, #eaeaea 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(50%, #eaeaea));
  background-image: -webkit-linear-gradient(top, white 0%, #eaeaea 50%);
  background-image: -o-linear-gradient(top, white 0%, #eaeaea 50%);
  background-image: -ms-linear-gradient(top, white 0%, #eaeaea 50%);
  background-image: linear-gradient(top, white 0%, #eaeaea 50%);
  border-left: 5px solid #333;
  border-right: 5px solid #333;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #999;
  border-radius: 3px;
  padding: 4px;
}
ul.shelf li ul li.red {
  background-color: #c42;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
ul.photos li {
  width: 110px;
  height: 110px;
  position: relative;
  float: left;
  margin: 0 20px 20px;
  box-shadow: 0 0 5px #aaa;
}
ul.photos li a {
  display: block;
  width: inherit;
  height: inherit;
  overflow: hidden;
}
ul.photos li img {
  padding: 5px;
  background: #fff;
  width: 100px;
}
ul.photos li:nth-child(2n) {
  -moz-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
}
ul.photos li:nth-child(3n) {
  -moz-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
}
ul.photos li::before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 2%;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #a22;
  box-shadow: 0 2px 5px #555;
}
ul.tweets > li {
  width: 205px;
  height: auto;
  min-height: 75px;
  margin: 0 10px 10px 0;
  position: relative;
  float: left;
  background: #f5f5f5;
  padding: 10px;
  font-size: 13px;
  border: 1px solid #ccc;
}
ul.tweets > li::before {
  content: ' ';
  position: absolute;
  left: 110px;
  top: -40px;
  border-left: 2px solid #999;
  width: 1px;
  height: 40px;
  z-index: -1;
}
ul.tweets > li img {
  width: 30px;
  height: 30px;
  padding: 5px;
  margin-right: -5px;
  position: relative;
  left: -15px;
  background: inherit;
  border: inherit;
  float: left;
  overflow: hidden;
}
ul.tweets > li a {
  font-size: 10px;
  display: block;
  float: right;
  padding-top: 5px;
}
ul.tweets > li:nth-child(4n+1) {
  clear: left;
}

