/* Default style sheet for Album templates */

div.photoalbum { 
  width:320px; 
  float:right; 
}
div.photoalbum .thumb a { 
  border: none; 
}
div.photoalbum .thumb a img { 
  border: none; 
}
.clear { 
  clear: both 
}

/* Picture List UL */
div.photoalbum .picturelist { 
  margin-left: 0; 
  padding-left: 0; 
}
/* Album and Picture Lists */
div.photoalbum .picturelist .thumb { 
  padding: 0; 
  width: auto; 
  height: auto; 
  margin: 0 0.5em 0.5em 0; 
  text-decoration: none; 
  line-height: normal; 
  list-style-type: none; 
  text-align: center; 
  float: left; 
}

/* Set link formatting*/
div.photoalbum .picturelist .thumb a:hover { 
  background-color: #eee; 
}

/* Set link formatting radius/shadows */
div.photoalbum .picturelist .thumb a { text-decoration: none; color: inherit; cursor: pointer; margin: 6px; 
  display: inline-block; background: white; padding: 6px; line-height: 0; -webkit-border-radius: 4px 4px; -moz-border-radius: 4px 4px;
  border-radius: 4px 4px; -moz-box-shadow: 0px 0px 8px #AAA; -webkit-box-shadow: 0px 0px 8px #AAA; box-shadow: 0px 0px 8px #AAA; 
  -webkit-transition: -webkit-box-shadow 0.1s ease-out; -moz-transition: -webkit-box-shadow 0.1s ease-out; 
  -o-transition: -webkit-box-shadow 0.1s ease-out; transition: -webkit-box-shadow 0.1s ease-out; }
div.photoalbum .picturelist .thumb a img { border: none; padding: none; -webkit-border-radius: 4px 4px; 
  -moz-border-radius: 4px 4px; border-radius: 4px 4px; }
div.photoalbum .picturelist .thumb a:hover { -moz-box-shadow: 0px 0px 8px #222; -webkit-box-shadow: 0px 0px 8px #222; 
  box-shadow: 0px 0px 8px #222; background: white; }
* html .picturelist .thumb a { display: inline;  height: 72px; width: 100px; padding: 10px; margin: 0 auto; background-color: white; 
  border-top: 1px solid #eee; border-right: 2px solid #ccc; border-bottom: 2px solid #ccc; border-left: 1px solid #eee; text-decoration: none; }
*:first-child+html .picturelist .thumb a {
	display: inline;
	height: 72px;
/* Thumb height*/
	width: 100px;
/* Thumb width*/
	padding: 10px;
/* Thumb padding to form thumb frame */
/* You can set the above to 0px = no frame - but no hover indication!*/
	margin: 0 auto;
	background-color: white;
/*Background of thumb */
	border-top: 1px solid #eee;
/* Borders of thumb frame */
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: 1px solid #eee;
	text-decoration: none;
}
* html .picturelist .thumb a:hover {
	background-color: #F2F2F2;
}
*:first-child+html .picturelist .thumb a:hover {
	background-color: #F2F2F2;
}
/* Styling of text and navigation for Album */
.picturelist .thumb p {
	margin: 2px
}
div.photoalbum .albumname {
	font-size: smaller;
	text-align: center;
	font-weight: bold;
	font-style: normal;
}
div.photoalbum .albumname a {
	display: inline;
	border: none;
	margin: none;
	padding: none;
	background-color: transparent;
}
div.photoalbum .albumpicturecount {
	font-size: smaller;
	text-align: center;
	font-weight: normal;
	font-style: italic;
}
div.photoalbum .albumcomment {
	text-align: center;
	font-weight: normal;
	font-style: normal;
}
div.photoalbum .albumnav {
	text-align: center;
	font-weight: normal;
	font-style: normal;
	font-size: smaller;
}
div.photoalbum .instructiontext {
	font-weight: normal;
	font-style: normal;
	font-size: smaller;
	font-style: italic;
}    
div.photoalbum .album_content h3 {
	clear:left;
}
/* Stylesheet: photo-album Modified On 2015-06-20 21:58:12 */
