/* Default style sheet for Album templates */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
}
.thumb a {
	border: none;
}
.thumb 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: auto;
	height: auto; /* change this to help make images pass under each other */
	margin: 0 0 0 0;
/* Thumbnail spacing */
	text-decoration: none;
	line-height: normal;
	list-style-type: none;
	text-align: center;
	float: left;border:0px solid red;
padding-bottom:10px;
}
/* Set link formatting*/

.picturelist .thumb a:hover {
	/*background-color: #eee;*/
/*Background of thumb on hover - sort of light blue/green */
}
/* Set link formatting radius/shadows */
.picturelist .thumb a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	margin: 0px;
	display: inline-block;
	background: white;
	padding: 0px;
	line-height: 0;
	-webkit-border-radius: 0px 0px;
	-moz-border-radius: 0px 0px;
	border-radius: 0px 0px;
	-moz-box-shadow: 0px 0px 0px #AAA;
	-webkit-box-shadow: 0px 0px 5px #AAA;
	box-shadow: 0px 0px 5px #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: none;
	-webkit-border-radius: 0px 0px;
	-moz-border-radius: 0px 0px;
	border-radius: 0px 0px;
}
.picturelist .thumb a:hover {
	-moz-box-shadow: 0px 0px 5px #555;
	-webkit-box-shadow: 0px 0px 5px #555;
	box-shadow: 0px 0px 5px #111;
	background: white;
}
* html .picturelist .thumb a {
	display: inline;
	height: 72px;
/* Thumb height*/
	width: 100px;
/* Thumb width*/
	padding: 110px;
/* 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: 0px solid #eee;
/* Borders of thumb frame */
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	border-left: 0px 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: 0px solid #eee;
/* Borders of thumb frame */
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	border-left:0px 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
}
.albumname {
	text-align: center;
	font-style: normal;
font-weight:bold;
font-size: 36px;
color: #566176;
padding-bottom:5px;
line-height:40px;
}
.albumname a {
	display: inline;
	border: none;
	margin: none;
	padding: none;
	background-color: transparent;

}
.albumpicturecount {
	font-size: 20px;
	text-align: center;
	font-weight: normal;
color:#555555;
line-height:20px;
border:0px solid red;


	
}
.albumcomment {
	text-align: center;
	font-weight: normal;
	font-style: normal;
font-size:18px;
color:#555555;
color: red;
}
.albumnav {
margin-top:10px;
	text-align: center;
	font-weight: normal;
	font-style: normal;
border:0px solid red;
color: #c0c0c0;

	
 text-decoration: none; 
font-size:25px;

}

.albumnavp {
margin-top:10px;
	text-align: center;
	font-weight: normal;
	font-style: normal;
font-size: 25px;


}


.albumnav a {
	text-align: center;
	font-weight: normal;
	font-style: normal;
border:0px solid green;
padding-left:25px;
padding-right:25px;
	width: 120px;
margin:10px;
display: inline-block;
 text-decoration: none; 
font-size:25px;
border:0px solid red;
}

.instructiontext {
	font-weight: normal;
	font-style: normal;
	font-size: smaller;
	font-style: italic;
}    
.album_content h3 {
	clear:left;
}
/* Stylesheet: Album Module Modified On 2018-04-04 00:05:23 */
