﻿@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:20px;
}

form {
    margin:0;
}

h1, h2, h3, h4, h5 {
    color: #0043b1;
}

.home > li > a {
  display: block;
  font-size:14px;
  font-weight:bold;
  line-height:2;
}
.home > li{
 width:300px;
}

.home > li > a > i {
	margin-right:10px;
	margin-top:4px;
	margin-left:10px;
}

a:link {color:#0066CC;}      /* unvisited link */
a:visited {color:#0066CC;}  /* visited link */
a:hover {color:#003399;}  /* mouse over link */
a:active {color:#0066CC;}  /* selected link */ 
 
.link{
	padding:4px;
	width: calc(100% - 20px);
}

.odd
{
	background-color:#e7e7e7;
}

.even
{
	background-color:#FFF;
}
.container
{
	/*//width:708px;
	border:1px solid #ccc;*/
}
.audio
{
	margin-top:4px;
}

.yellowPlacard{
	margin:28px 0 0 0;
	background-color:#FFC;
	border:1px solid #990;
	padding:2px 10px;
	width:90%;
	max-width: 720px;
	border-radius: 5px;
}


.style1 {
	font-style: italic;
	color: #666;
}

.index{
	vertical-align:top;
	background-color:#eee;
	padding-left:10px;
	border:1px solid #ccc;
	padding-bottom:40px;
}

.songs{
	vertical-align:top;
	width:730px;
	padding-left:10px;
}

.selected{
	color:#FFF;
	background-color:#56A;
	font-weight:bold;
	padding:3px;
}


.selected a
{
	color:#fff;
	text-decoration:none;
}


.pdfHeader
{
	border:1px solid #348;
	border-bottom:0;
	padding:4px;
	color:#FFF;
	background-color:#56A;
	font-weight:bold;
    margin-right:10px;
}
.pdfBody
{
	border:1px solid #ccc;
	border-top:0;
	padding:0;
	margin-bottom:20px;
	background-color:#e7e7e7;
	min-height:120px;
    margin-right:10px;
	padding-bottom: 5px;

	
}

.pdfBody .name{
	width:85%;
}

.pdfCTA{
	font-size: 12px;
	padding: 5px 0 0 5px;
	font-style: italic;
	color: #888;

}

.pdf
{
	padding:4px;
}

.archiveHeader
{
	margin-top:10px;
	margin-right:10px;
	background-color:#ddd;
	border-bottom:1px solid #aaa;
	font-weight:bold;
	padding:4px;
	
}
.pdfIcon
{
	width:30px;
	height:20px;
}

.pdfIcon a img{
	width:20px;
}

.fmTable{
	border:1px solid black;
	border-collapse:collapse;
	width:900px;
}

.fmTable td{
	 border:1px solid black; /**/
}

.panelHeader
{
	border:1px solid #999;
	background-color:#ddd;
	border-bottom:0;
	font-weight:bold;
	padding: 0 8px;
	width:700px;
}

.panel
{
	border:1px solid #999;
	background-color:#eee;
	padding: 4px 8px 10px 8px;
	margin-bottom:20px;
	width:700px;

}

.searchresults span.mods{
	text-transform:uppercase;
	font-size:9px;
	color:#555;
	margin-left:10px;
	font-weight:bold;
}

.odd span.mods{
	color:#333;
}


.even span.mods{
	color:#F55;
}


.sGray{
	text-transform:uppercase;
	font-size:9px;
	color:#999;
	margin-left:10px;
	font-weight:bold;
}

#btnShowIndex{
	display: none;
}

.searchTitle{
	cursor: pointer;
	text-decoration: underline;
}

.listTitle em{
	display: inline;
	text-transform:uppercase;
	font-size:10px;
	color:#777;
	font-weight:normal;
}

.color-purple{
	background-color: purple;
	color:white;
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.color-fall{
	background-color: orange;
	color:black;
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.color-pink{
	background-color: pink;
	color: purple;
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px;
	border-radius: 5px;
	border:1px solid purple;
	margin-bottom: 20px;
}


.color-rose{
	background-color: pink;
	color: purple;
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px;
	border-radius: 5px;
	border:1px solid purple;
	margin-bottom: 20px;
}

.color-white{
	background-color: white;
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px;
	border-radius: 5px;
	border:1px solid #999;
	margin-bottom: 20px;
}

.color-red{
	background-color: #c00;
	color:white;
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.color-green{
	background-color: green;
	color:white;
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.white{
	background-color: white;
	color: black;
	padding: 2px 8px;
	border-radius: 3px;
	border:1px solid #999;
}

.purple{
	background-color: purple;
	color: white;
	padding: 2px 8px;
	border-radius: 3px;
	border:1px solid #6A006A;
}

.fall{
	background-color: orange;
	color: black;
	padding: 2px 8px;
	border-radius: 3px;
	border:1px solid #8D5B00;
}

.rose{
	background-color: pink;
	color: purple;
	padding: 2px 8px;
	border-radius: 3px;
	border:1px solid #987279;
}

.pink{
	background-color: pink;
	color: purple;
	padding: 2px 8px;
	border-radius: 3px;
	border:1px solid #987279;
}


.red{
	background-color: #c00;
	color: white;
	padding: 2px 8px;
	border-radius: 3px;
	border:1px solid #600;
}

.green{
	background-color: green;
	color: white;
	padding: 2px 8px;
	border-radius: 3px;
	border:1px solid #004D00;

}

.lyricContainer{
	background-color: white;
	border:2px solid #0043b1;
	padding:0;
	margin: 35px 5px 5px 5px;
	border-radius: 6px;
	max-width: 600px;
}
.lyricTitle{
	padding:5px;
	padding-top: 2px;
	font-weight: bold;
	background-color: #0043b1;
	color: white;
}

.lyricTitle i{
	float: right;
	font-size: 1.8em;
	margin-right: 10px;
	cursor: pointer;
	color:#ddd;
	/*background-color: white;*/
	/*-webkit-text-stroke-width: 1px;*/
	/*-webkit-text-stroke-color: black;*/

}

.lyricBody{
	padding:5px;
	font-style: italic;
}
.lyricCopyright{
	padding:5px;
	font-size: 0.8em;
	color: #999;
}

.desktop-only{
	display: inline;
}

th.desktop-only, td.desktop-only{
	display: table-cell;
}

.mobile-only{
	display: none;
}

.mobile-only-block{
	display: none;
}

.container{
	max-width: 100%;
}
#myTable{
	max-width: 100%;
	font-size: 1.0em !important;
	line-height: 1.0em !important;

}

.small{
	font-size: 0.7em !important;
}

.gray{
	opacity: 0.8;
}
.mt-5{
	margin-top: 5px;
}

@media (max-width : 767px) {

	.desktop-only, th.desktop-only,td.desktop-only{
		display: none;
	}

	.mobile-only{
		display: inline;
	}

	.mobile-only-block{
		display: block;
	}

	body{
		margin:0 5px 20px 5px;
		padding: 5px;
	}

	.listTitle em{
		font-size: 14px;
	}

	.index{
		display:none;
	}

	h3.welcome{
		font-size: 16px;
	}

	table.you-tube span.sGray{
		display: block;
		margin-left: 0;
	}

	.navbar .brand{
		margin-left: 20px;
		color:white;
	}


	.navbar .nav{
		font-size: 2.0em;
		line-height: 2.0em;
		font-weight: normal;
	}

	.navbar .nav li{
		line-height: 40px;
		font-weight: normal;
	}

	.navbar-inverse .nav-collapse .nav li a{
		font-weight: normal;
		color: #ccc;
	}

	.navbar .nav li.active a {
		color: white;
		font-weight: bold;
	}

	.yellowPlacard{
		margin:10px 0;
		width:90%;
		font-size: 1.3em;
		padding: 10px;
		border-radius: 5px;
	}

	.archiveHeader{
		font-size: 1.8em !important;
		line-height: 1.5em !important;
	}

	.index div{
		font-size: 1.3em;
		line-height: 1.8em;
	}

	.pdfIcon{
		/*display:none;*/
		width:40px;
	}

	.pdfIcon a img{
		width:30px;
	}

	.pdf {
		font-size: 1.5em;
		line-height: 1.5em;
		padding:15px 4px;
		width: 100%;
		/*font-weight: bold;*/

	}



	.pdf .name{
		width:80%;
	}

	.pdf span{
		display:inline;
		line-height: 24px;
		margin-left:0;

	}

	.pdfCTA{
		font-size: 16px;
		padding: 5px 0 0 5px;
		font-style: italic;

	}
	.lnkDownload{
		display:none;
	}

	#btnShowIndex{
		display: block;
		margin-bottom: 20px;
	}
	
	.link{
		font-size: 1.5em;
		line-height: 1.5em;
		padding:15px 4px;
		width: 100%;
		/*font-weight: bold;*/
	}

	.link span{
		display: block;
		font-size: 13px;
		line-height: 14px;
		margin-left:0;
	}

	.link span.mods{
		margin-left: 0;
		font-size: 13px;

	}

	.link span.directory{
		text-transform: uppercase;
		font-weight: normal;
		color:#555;
	}

	.odd span.directory{
		color:#222;
	}

	.searchresults span.mods{

		font-weight:normal;
	}
	.link span.hyphen{
		display: none;
	}

	.link .name{
		width:80%;
	}

	audio{
		width:100%;
	}

	#txtFilter{
		width:95% !important;
		font-size: 1.8em;
		height: 32px;
	}

	#btnClear{
		height: 40px;
		width:40px;
		margin-left: 10px;
		font-size: 1.8em;

	}

	.container{
		max-width: 100%;
	}
	#myTable{
		max-width: 100%;
		font-size: 1.8em !important;
		line-height: 1.8em !important;

	}

	.flink{
		font-size: 1.5em !important;
		line-height: 1.5em !important;
		width:100%;
		height:auto;
	}

	.pdfHeader{
		font-size: 1.5em;
		line-height: 1.5em;
	}
	.pdfBody{
		padding-bottom: 20px;
	}
	.pdfBody a{
		font-size: 1.0em;
		line-height: 1.0em;
		padding:15px 4px;
	}

	.pdfBody .pdf{
		width:95%;
	}
	.pdf{
		padding: 15px 4px;
	}

	.pdfBody .listTitle{
		margin-bottom: 10px;
		font-weight: normal;
	}

	.pdfBody a.lyric-link{
		font-size: 1.5em;
		line-height: 1.5em;
		text-decoration: underline;
	}

	.text-filter-container{
		width:80%;
		margin-right: 10px;
		float:left;
	}
	.text-button-container{
		width:60px;
		float:left;
	}

	.color-pink,
	.color-purple,
	.color-red,
	.color-rose,
	.color-white{
		margin-top: 20px;
		margin-bottom: 0;
	}

	.lyricTitle{
		padding:10px;
		padding-top: 2px;
		font-weight: bold;
		background-color: #0043b1;
		color: white;
	}

	.lyricTitle i{
		margin-right: 15px;
	}
	.lyricBody{
		font-size: 0.8em;
	}
	.lyricCopyright{
		line-height: 1.2em;
		font-size: 0.5em;
	}
}