/*
   collection.css
   Spectives
   
   Created by John van Dijk on 2009-11-23.
   Copyright 2009 Ruby Libre. All rights reserved.
*/

/* @group titlebar */
#titlebar h1 {
  font-family: Tahoma,Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}
/* @end */

/* @group global */
.title h1,
.title h2,
.title h3 {
  background: transparent url('../images/uiv2/bg_htag.png') no-repeat 50% 100%;
  float: left;
  font-family: Tahoma,Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: .5em;
  padding-bottom: .5em;
}
.title {
  *margin-bottom: 0.75em;
}
/* @end */

/* collection
======================================================================== */

/* @group collection */
.collections {
  margin-bottom: 3em;
}
.collections .collection {
  margin-bottom: 15px;
}
.collection a.image,
.collection a.no-images {
  display: block;
  float: left;
  height: 75px;
  margin-right: 5px;
  width: 75px;
}
.collection a.no-images {
  width: 235px;
}
.collections .collection div.description {
  float: left;
  height: 75px;
  overflow: hidden;
  position: relative;
  width: 216px;
}
.collection h3 {
  font-family: Tahoma,Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 0;
  white-space: nowrap;
}
.collection h3 a {
  color: #000;
}
.collection p {
  color: #9F7E63;
  margin-bottom: 0;
  white-space: nowrap;
}
.collection p a {
  color: #9F7E63;
}
.collections .collection .mixer-avatar {
  bottom: 0;
  display: block;
  height: 36px;
  left: 0;
  position: absolute;
  width: 36px;
}
/* @end */

/* @group .search-collections */
.search-collections .collection {
  margin-bottom: 3em;
  padding-top: 5px;
}
.search-collections .collection div.visuals {
  border-right: 90px solid #eee;
  height: 75px;
  margin-bottom: 10px;
  overflow: hidden;
}
.search-collections .collection div.description {
  height: 3em;
  overflow: hidden;
  padding-left: 41px;
  position: relative;
  width: 283px;
}
.search-collections .collection .mixer-avatar {
  display: block;
  height: 36px;
  left: 0;
  position: absolute;
  top: 0;
  width: 36px;
}
/* @end */

/* @group miscellanious */
.sort {
  padding-left: 5px;
}
/* @end */