/* Default style sheet for Album templates */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
}
a img {
	border: none;
}
.clear {
	clear: both
}
/* Picture List UL */
.picturelist {
	margin: 18px 0 0 18px;
	padding-left: 0;
}
/* Album and Picture Lists */
.picturelist .thumb {
	width: 334px;
	height: auto;
	margin: 0 20px 6px 0;
	padding: 0;
	text-decoration: none;
	line-height: normal;
	list-style-type: none;
	text-align: center;
	float: left;
}
.albumlist .picturelist .thumb {
	height: 230px;
	border-top: 1px solid #899092;
}
.picturelist .thumb a:hover {
	background-color: #eee;
}
.picturelist .thumb a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	argin: 8px;
	display: inline-block;
	adding: 8px;
	line-height: 0;
}
.picturelist .thumb a img {
	width: 334px;
	border: none;
	padding: none;
}
.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;
}
*:first-child+html .picturelist .thumb a:hover {
	background-color: #F2F2F2;
}
/* Styling of text and navigation for Album */
.picturelist .thumb p {
	margin: 2px
}
.albumname {
	font-size: smaller;
	text-align: center;
	font-weight: bold;
	font-style: normal;
}
.albumname a {
	display: inline;
	border: none;
	margin: none;
	padding: none;
	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;
}
/* Stylesheet: album Modified On 2023-07-16 21:52:12 */
