/* COLLECTIONS LIST VIEW */

#collections {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
}
#collections #right {
  position: relative;
  right: 20px; 
  text-align: right;
  float: right;
}

#collections #left {
  position: relative;
  left: 0px;
  width: 220px; /* logo width minus #headline margin right */
  height: 325px;
  text-align: right;
}
#collections #left ul {
  padding: 0;
  list-style-type: none;
}
#collections #left ul li {
  margin-bottom: 10px;
}
#collections #left .link {
  padding-bottom: 10px;
}
#collections #left a {
  text-decoration: none;
  padding: 5px;
}
#collections #left a:hover {
  background-color: #605d5e;
  color: white;
}

/* COLLECTION THUMBNAIL LIST VIEW */

#collections-list {
  margin-top: 50px;
  margin-bottom: 30px;
}

/* COLLECTION ITEM ZOOM VIEW */

#collections-zoom {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}

#collections-zoom span {
  padding: 5px;
}

#collections-zoom .description {
  margin-top: 10px;
}