/* General CSS code */

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.replace{
      position:relative;
      margin:0px; padding:0px;
      /* hide overflow:hidden from IE5/Mac */
      /* \*/
      overflow: hidden;
      /* */
}
.replace span{
      display:block;
      position:absolute;
      top:0px;
      left:0px;
      z-index:1; /*for Opera 5 and 6*/
}

* html img, 
* html .png {
	azimuth: expression(
		this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
		this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
		this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
	);
}

/* always force a scrollbar in non-IE */
html { overflow-y: scroll; }


/* Site-specific code */

body
{
	background-color: #CCC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	margin: 30px 0;
}

a:link
{
	color: #A00;
	text-decoration: underline;
}
a:visited
{
	color: #A00;
	text-decoration: underline;
}
a:hover
{
	color: #FF7200;
	text-decoration: underline;
}

p
{
	font-size: 16px;
	margin: 12px 0;
}

h1
{
	font-weight: bold;
	font-size: 19px;
	margin: 0 0 11px 0;
}

h2
{
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 5px 0;
}

h1 span
{
	font-weight: normal;
	font-size: 11px;
}


/* Form styling */

label
{
	display: block;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 2px;
}
label.invalid { color: #D00; }
select
{
	display: block;
	width: 260px;
}
input[type=text], input[type=password]
{
	background-color: #EEE;
	display: block;
	font-size: 12px;
	font-style: normal;
	width: 200px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 4px;
}
textarea
{
	background-color: #EEE;
	display: block;
	font-size: 12px;
	font-style: normal;
	width: 470px;
	height: 150px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 5px;
}
input[type=submit]
{
	font-size: 12px;
	font-style: normal;
	border: none;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #FF0;
	color: #000;
	padding: 5px;
	margin: 10px 0 5px 0;
}
input[type=submit]:hover, form a:hover
{
	background: #FF8;
	cursor: pointer;
}


/* CSS navigation */

.nav_links {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 10px;
	justify-content: center;
}

.nav_links li
{
	display: inline;
	margin: 0 3px 15px 3px;
}
.nav_links li a, .nav_links li span
{
	height: 15px;
	color: #00C;
	font-size: 14px;
	display: inline;
	padding: 5px 10px;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.nav_links li span { font-weight: bold; }

.nav_links a:link
{
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
.nav_links a:visited
{
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
.nav_links a:hover
{
	text-decoration: none;
	color: #FFF;
	background-color: #09F;
	font-weight: normal;
}
.content .nav_links { margin-top: 8px; }

.sub_links {
	border-top: 2px solid rgba(255,255,255,0.25);
	padding-top: 20px;
}
@media only screen and (min-width: 432px) {
	.sub_links {
		border-top: 0;
		margin-top: 0;
		padding-top: 0;
	}
}

/* Presentation */ 

#wrapper
{
	max-width: 960px;
	margin: 0 auto;
}

.accent_right
{
	float: right;
	margin: 0 0 10px 15px;
	max-width: 50%;
}
.accent_left
{
	float: left;
	margin: 0 20px 10px 0;
	max-width: 50%;
}
.accent_center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.accent_above
{
	display: block;
}

.login
{
	width: 240px;
	padding: 20px;
}

.content h1
{
	color: #FFF;
	font-size: 19px;
	line-height: 32px;
	padding-left: 6px;
	margin: 20px 0 0 0;
	overflow: hidden;
}
.content h2
{
	font-size: 19px;
	color: #00A;
	margin: 20px 0 10px 0;
}
.content p
{
	line-height: 21px;
}

.section { padding: 10px; margin: 20px 0; }
.section h1 { margin: -10px -10px 0 -10px; }

.pics_page img
{
	margin-top: 10px;
}

.player_div { margin-bottom: 7px; }

.pix-set {
	display: flex;
	flex-wrap: wrap;
}
.pix {
	margin: 10px;
	width: 135px;
}
.pix img {
	width: 100%;
	height: auto;
}
.pix p
{
	font-size: 13px;
	line-height: 16px;
	margin: 5px 0 0 0;
}


.pix-set { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 16px; }
.pix { width: 100%; margin: 0; }
@media screen and (min-width: 450px) {
	.pix-set { grid-template-columns: 1fr 1fr 1fr; }
}
@media screen and (min-width: 600px) {
	.pix-set { grid-template-columns: 1fr 1fr 1fr 1fr; }
}
@media screen and (min-width: 750px) {
	.pix-set { grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
}


.song_row { margin: 15px 0 20px 5px; }

.song
{
	background: none;
	float: left;
	width: 293px;
	margin-right: 15px;
}
.song h2
{
	margin: 0 0 3px 0;
}
.song h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 7px 0;
}
.content .song p
{
	font-size: 13px;
	line-height: 17px;
	margin: 5px 0;
}

.song_list { display: flex; flex-wrap: wrap; gap: 30px 20px; margin-top: 16px; }
.song_entry { width: 293px; }
.song_entry h2 { margin: 0; }
.song_entry p { margin: 12px 0 0 0 ; }

.section_pic { width: 100%; max-width: 300px; margin: 0 auto; display: block; }

h1.page_title
{
	color: #444;
	font-size: 50px;
	margin: 0 10px 30px 10px;
	font-family: 'Lobster', helvetica, arial;
	text-shadow: 0 1px 0 #FFF;
	text-align: center;
}

.lyrics
{
	padding: 2px 4px 3px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.lyrics:link
{
	text-decoration: none;
	color: #FFF;
	background-color: #09F;
}
.lyrics:visited
{
	text-decoration: none;
	background: #09F;
	color: #FFF;
}
.lyrics:hover
{
	text-decoration: none;
	color: #FFF;
	background-color: #00F;
}

.utube
{
	padding: 2px 4px 3px 4px;
	margin-right: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.utube:link
{
	text-decoration: none;
	color: #FFF;
	background-color: #ED3D3E;
}
.utube:visited
{
	text-decoration: none;
	background: #ED3D3E;
	color: #FFF;
}
.utube:hover
{
	text-decoration: none;
	color: #FFF;
	background-color: #00F;
}

.pagemsg p { margin-top: 0; }