.tabPics {
	padding: 1px;
}

.tabPics:hover, .attachment-fpw_big:hover, .selectionImg:hover {
	opacity: .75;
}

h1 {
	text-align: left;
	font-size: 32px;
}

h3 {
	text-align: center;
	color: #660000;
}

.footNote{
	font-size: 80%;
}

#communicationDivs{
	white-space: nowrap;
}

#messageBoxContainer {
	width: 45%;
	display: inline-block;
	border-right: 3px solid lightgrey;
	padding-right: 5px;
	white-space: normal;
}

#soundBox{
	height: 75px;
}

#subscribeBox{
	width: 35%;
	display: inline-block;
	vertical-align: top;
	padding-left: 5px;
	white-space: normal;
}

.genrePics {
	opacity: .75;
	padding: 2px;
	width: calc(24% - 12px);
	-webkit-transition: opacity .4s, background-color .4s;
/* Safari */
	transition: opacity .4s, background-color .4s;
}

.genrePics:hover {
	opacity: 1 !important;
	cursor: pointer;
}

input:checked + .genrePics {
	opacity: 1 !important;
	padding: 2px;
	background-color: #660000;
	cursor: auto;
}

.purchaseButton, .backButton {
	background: linear-gradient(to right, lightgrey, #ec4242de);
	text-align: center;
	color: black;
	border-radius: 30px;
	border: ridge darkred 3px;
	padding: 5px;
}

.purchaseButton {
	width: 50%;
	margin: auto;
}

.audioSample{
	width: 90%;
	margin: 20px auto;
	background: linear-gradient(to bottom , rgba(0,0,0,1), rgba(0,0,0,0));
	padding: 10px;
	color: #ec4242de;
	text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
	border-radius: 20px;
	border: 1px solid black;
	text-align: center;
	cursor: pointer;
	font-size: 200%;
	white-space:nowrap;
}

.audioSample > .mejs-container > .mejs-inner > .mejs-controls > .mejs-playpause-button{
	pointer-events: none;
}

.mejs-container{
	width: 50%;
	margin: auto;
}

.backButton {
	display: inline-block;
	margin-top: 5px;
}

.purchaseButton > a, .backButton > a {
	color: black;
}

.purchaseButton:hover {
	cursor: pointer;
	opacity: .85;
}

.genreContents {
	display: none;
}

.titleGroups {
	display: none;
}

.titleLabel {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	cursor: pointer;
	line-height: 20px;
	-webkit-transition: background-color .4s, color .4s;
/* Safari */
	transition: background-color .4s, color .4s;
}

.titleLabel:hover {
	background-color: #ffb3b3;
}

input:checked + .titleLabel {
	background-color: #660000;
	color: white;
	cursor: auto;
}

.listenVideo {
	width: calc(50% - 50px);
	float: right;
	background-color: #660000;
	padding: 25px;
	position: relative;
	-webkit-transition: background-color .4s;
/* Safari */
	transition: background-color .4s;
}

.titleDescriptions {
	display: none;
}

#currentlyPlaying {
	margin: 14px 50px;
	text-align: center;
	background-color: grey;
	font-size: 18px;
	border: ridge;
	cursor: pointer;
	padding: 5px;
	font-family: georgia;
	-webkit-transition: background-color .4s, color .4s, left .4s;
/* Safari */
	transition: background-color .4s, color .4s, left .4s;
}

#submitEmail, #enteredEmail, #changeCurrency{
	background-color: white;
	padding: 10px;
	border: ridge darkred 3px;
	margin: 20px;
	font-size: 80%;
}

#enteredEmail, #changeCurrency{
	margin: 0px;
}

#changeCurrency {
	width: 80px;
	padding: 5px;
	font-size: 100%
}

#userEmail{
	margin: 10px
}

#submitEmail > label {
	background: linear-gradient(to right, white, #ec4242de);
	padding: 6px;
	border: black solid 1px;
	margin: 4px;
}

#submitEmail > label > input{
	font-size: 100%;
	min-width: 50%;
}

#submitEmail > input, #submitEmailButton {
	font-size: 100%;
}

#emailTitle{
	text-align: center;
	font-weight: 900;
	font-size: 150%;
	margin: 4px;
}

.hymnsTitle {
	font-size: 24px;
	background-color: seashell;
	padding: 5px;
	border: solid 1px #180000;
	margin: 5px;
	min-height: 48px;
	text-align: center;
}

.hymnsTitle > a {
	color: darkred;
}

//for the sheet music page

.category {
	display: none;
}

input[type=radio]:checked ~ .category {
	display: block;
}

.categoryLabels {
	margin: 0;
	color: white;
	background-color: darkred;
	padding: 3px 5px;
	border: 1px solid black;
	margin: 0 1px;
	display: inline-block;
	white-space: none;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.categoryLabels:hover {
	background-color: #ffb3b3;
	cursor: pointer;
}

.selectionDiv {
	background-color: seashell;
	border: ridge 3px darkred;
	min-height: 140px;
	margin: 10px 0;
}

.selectionImg {
	float: left;
	padding: 10px;
	height: 120px;
}

.selectionP {
	margin-left: 140px;
	color: black;
}

.selectionH {
	color: #660000;
	font-size: 28px;
	font-weight: bold;
	margin-left: 140px;
}

.selectionDivNoImg {
	background-color: seashell;
	border: ridge 3px darkred;
	min-height: 140px;
	margin: 10px 0;
}

.selectionDivNoImg > p {
	color: black;
	padding: 5px;
}

.selectionDivNoImg > h3 {
	padding: 5px;
	text-align: left;
	margin: auto;
}