/*  Album Module */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
}
a img {
	border: none;
}
.clear {
	clear: both
}
/* Picture List UL */
.picturelist {
	margin-left: 0;
	padding-left: 0;
}
/* Album and Picture Lists */
.picturelist .thumb {
	padding: 0;
	width: 122px;
	height: auto; /* change this to help make images pass under each other */
	margin: 0 0.5em 0.5em 0;
/* Thumbnail spacing */
	text-decoration: none;
	line-height: normal;
	list-style-type: none;
	text-align: center;
	float: left;
}
.content .albumlist .picturelist .thumb {
	padding: 0;
	width: 142px;
	height: auto;
	height: 310px;
	margin: 0 1em 0.5em 0;
}
.albumlist .picturelist .thumb {
	border-top: 1px solid #899092;
}
/* Set link formatting*/
.picturelist .thumb a:hover {
	background-color: #eee;
}
/* Set link formatting radius/shadows */
.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;
}
.picturelist .thumb a img {
	border: none;
	padding: 0;
	-webkit-border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	border-radius: 4px 4px;
}
.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;
}
/* Styling of text and navigation for Album */
.picturelist .thumb p {
	margin: 2px
}
.albumname {
	font-size: small;
	text-align: center;
	font-weight: bold;
	font-style: normal;
}
.content .albumname {
	font-size: normal;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}
.albumname a {
	display: inline;
	border: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
.albumpicturecount {
	font-size: smaller;
	text-align: center;
	font-weight: normal;
	font-style: italic;
}
.albumcomment {
	text-align: center;
	font-weight: normal;
	font-style: normal;
}
.albumnav {
	text-align: center;
	font-weight: normal;
	font-style: normal;
	font-size: smaller;
}
.instructiontext {
	font-weight: normal;
	font-style: normal;
	font-size: 80%;
	font-style: italic;
}
.album_content h3 {
	clear:left;
}
@media screen and (max-width: 480px) {
.content .albumlist {
	padding: 0;
	max-width: 330px;
	height: auto;
	margin: 0 auto 0.5em;
}
.content .albumlist .picturelist .thumb {
	padding: 0;
	width: 142px;
	height: auto;
	margin: 0 1.75em 0.5em 0;
	float: left;
}
}
/* Album Module */
/* Stylesheet: Album Module Modified On 2023-08-18 17:42:25 */

/* Stylesheet: Album Module Modified On 2023-08-18 17:52:11 */
