/* cmsms stylesheet: Album Module modified: 8.7.2025 13:31:12 */
/* Default style sheet for Album templates */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
}
.thumb a {
	border: none;
}
.thumb a img {
	border: none;
width: 170px;
height: 170px;
}
.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.5em 0.5em 0;
/* Thumbnail spacing */
	text-decoration: none;
	line-height: normal;
	list-style-type: none;
	text-align: center;
	float: left;
}
/* 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: 6px;
	display: inline-block;
	background: white;
	padding: 0px;
	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: none;
	-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;
}
* 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;
}
*: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
}
.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: smaller;
	font-style: italic;
}    
.album_content h3 {
	clear:left;
}
/* cmsms stylesheet: odb modified: 29.4.2021 21:18:20 */
.text-input input {
border-radius: 0px ;
border: 1px solid #d0d7de;
box-shadow: none;
outline: none;
font-weight: 300;
background: white;
border-color: #d0d7de;
height: 46px;
padding: 10px 16px;

line-height: 1.33333;

width: 100%;
}

.text-area textarea {
border-radius: 0px ;
border: 1px solid #d0d7de;
box-shadow: none;
outline: none;
font-weight: 300;
background: white;
border-color: #d0d7de;
padding: 10px 16px;

line-height: 1.33333;

width: 100%;
}

.submit .cms_submit {
    color: #ffffff;
    background: #d10a11;
    border-color: #d10a11;
font-size: 16px;
padding: 12px 26px 11px 26px;
text-transform: uppercase;
font-weight: bold;
border: 1px solid transparent;
}
