/* альбомы */

div.album_title { /* шапка */
  margin-top: 30px;
  padding: 5px 20px;
  line-height: 30px;
  background-color: #ffcc66;
  padding-left: 110px;
  position: relative;
}
div.album_title img, div.album_title_2 img {
  float: left;
  margin-top: -12px;
  padding-right: 20px;
  position: absolute;
  left: 20px;
}
div.album_title p, div.album_title_2 p {
  margin: 0;
  font-family: serif, Georgia, 'Times New Roman', Times;
  font-size: x-large;
  color: white;
  font-weight: 800;
  font-style: italic;
}
div.album_title p a, div.album_title_2 p a {
  margin: 0;
  font-family: serif, Georgia, 'Times New Roman', Times;
  font-size: x-large;
  color: white;
  font-weight: 800;
  font-style: italic;
  text-decoration: none;
}
div.album_title p a:hover, div.album_title_2 p a:hover {
  color: #6666ff;
  text-decoration: underline;
}
div.album_content { /* контент */
  margin-bottom: 40px;
  padding: 20px 30px;
  padding-bottom: 10px;
  background-color: #fff1d7;
  border-top: 1px solid #ffffff;
  min-height: 280px;
  height: auto !important;
  height: 280px;
}
/* чередование цветов */
div.album_title_2 { /* шапка */
  margin-top: 30px;
  padding: 5px 20px;
  line-height: 30px;
  background-color: #33cc66;
  padding-left: 110px;
  position: relative;
}
div.album_content_2 { /* контент */
  margin-bottom: 40px;
  padding: 20px 30px;
  padding-bottom: 10px;
  background-color: #99ff99;
  border-top: 1px solid #ffffff;
  min-height: 280px;
  height: auto !important;
  height: 280px;
}
/* ссылка-облажка */
a.cover {
  width: 200px;
  height: 200px;
  display: block;
  margin-right: 20px;
  float: left;
  padding: 10px;
  border: 2px solid white;
}
a.cover:hover {
  border: 2px solid #6666ff;
}
div.album_content, div.album_content_2 {
  font-family: serif, Georgia, 'Times New Roman', Times;
  font-size: large;
  color: #222;
}
div.album_content p, div.album_content_2 p {
  margin: 0;
}
span.album_content_title {
  font-weight: 800;
  text-decoration: underline;
}
span.album_content_text {
  font-style: italic;
}

/* ссылки сортировки */
div.album_content a.sort_field, div.album_content_2 a.sort_field {
  color: #222;
  text-decoration: none;
}
div.album_content a.sort_field:hover, div.album_content_2 a.sort_field:hover {
  color: #777;
  text-decoration: underline;
}