/* Start of CMSMS style sheet 'css_album-stylesheet-albumlist' */
/* Album Module CSS for default, ImageGallery, and Thickbox templates */
/* Used for categories to make things clear correctly */
div#album-list { 
  }

.album_content {
  width:100%; 
  float:left;
  }

.clear {
  clear:both;
  }
  
/* Album List UL */
div#album-list .albumlist {
  margin-left: 0;
  padding-left: 0;
  float: left;
  width: 100%;
  background-color: #fff;
  }

/* Picture List UL */
.picturelist {
  margin-left:0;
  padding-left:0;
  }

/* hack by rgp */
div#main div#album-list li.thumb {
  width: 150px;
  text-align: left;
  }

/* Album and Picture Lists */
div#album-list .thumb {
  padding: 0;
  width: 140px;
  margin: 0;
  text-decoration: none;
  line-height: normal;
  list-style-type: none;
  text-align: center;
  float: left;
  background-color: transparent;
  height: 210px;
  }

div#album-list .thumb a {
  text-align: center;
  display: block;
  height: 72px; 
  width: 114px; 
  padding: 8px 0;
  margin: 0 0 0 0;
  background-color: #fff;
  border-top: 1px solid #eee;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-left: 1px solid #eee;
  text-decoration: none;
  }

div#album-list .thumb a:hover {
  background-color: #e2e8e9;
  /*Background of thumb on hover - sort of light blue/green */
  }

  
/* Styling of text and navigation for Album */

div#album-list .albumname {
  font-size: 1.2em;
  text-align:left;
  font-weight:bold;
  font-style:normal;
  margin-bottom: 1em;
  text-align: left;
  padding-left: 4px;
  color: #84726e;
  }
  
div#album-list .albumname a {
  display: inline;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  }
  
div#album-list span.albumpicturecount {
  font-size: 78%;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  font-family: verdana,arial, sans-serif;
  color: #978e2f; /*  799b77   */
  }

div#album-list span.albumcomment, div#album-list span.albumcomment p {
  text-align:left !important;
  font-weight:normal;
  font-style:normal;
  font-size:80%;
  font-family: verdana, arial, sans-serif;
  padding: 3px 0; 
  display: block;
  margin-bottom: 0;
  }

div#album-list .albumnav {
  text-align:center;
  font-weight:normal;
  font-style:normal;
  font-size:smaller;
  }

div#album-list .instructiontext {
  font-weight:normal;
  font-style:normal;
  font-size:smaller;
  font-style:italic;
  }

div.albumhr {
  height: 1px;
  border-bottom: 1px solid black;
  width: 90%;
  }

div#album-list a.albumlinka {color: #84726e; text-decoration: underline; font-weight: normal;}
div#album-list a.albumlinka:hover {background-color: transparent; text-decoration: underline;}

/* End of 'css_album-stylesheet-albumlist' */

