@charset "UTF-8";
/* CSS Document */


/* *** The following strips out default margins and padding for all specified items defaults *** */
 
body, h1, h2, h3, h4, h5, ol, ul, blockquote {
	margin: 0px;
	padding: 0px;
}
.performanceHolder h2 {
	margin-bottom: 10px;
}

body {
	margin: 0px;
	padding: 0px;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #27282d;
}


/* To make the images flexible, simply add max-width:100% and height:auto. 
Image max-width:100% and height:auto works in IE7, but not in IE8 (yes, another weird IE bug). 
To fix this, you need to add width:auto\9 for IE8.  */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/* Fixes problem with older browsers defaulting to a blue border around images that are links */
a img {
  border: none;
 	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}
/* *** I found the following scrolling style below at w3schools.com https://www.w3schools.com/howto/howto_css_smooth_scroll.asp *** */
html {
  scroll-behavior: smooth;
}
a {
	text-decoration: none;
	color: #1B6C95;
}
a:hover{
	color: #C42172;
}

/* *** START OF TOP SECTION *** */


#topWrapper {
	width: 100%;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(72,72,72,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(72,72,72,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(72,72,72,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(72,72,72,1.00) 100%);
}
#header {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
	/*min-height: 100px;*/
	text-align: center;
}
#header img {
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
#topNavWrapper {
	width: 100%;
	-webkit-box-shadow: 0px -3px 10px 1px rgba(0,0,0,0.85);
	box-shadow: 0px -3px 10px 1px rgba(0,0,0,0.85);
	padding-bottom: 0px;
}
.horizontalBar {
	width: 100%;
	-webkit-box-shadow: 0px -3px 10px 1px rgba(0,0,0,0.85);
	box-shadow: 0px -3px 10px 1px rgba(0,0,0,0.85);
	padding-bottom: 0px;
	height: 30px;
	padding-top: 10px;
	color: #DEDEDE;
	font-weight: lighter;
	font-size: 85%;
}
.horizontalBar a {
	color: #FEC212;	
}
.horizontalBar a:hover {
	color: #F581F2;	
}
.underMenuShadow {
	width: 100%;
	height: 10px;
	background-image: url(../images/under_menu_shadow.png);
	background-repeat: repeat-x;	/*margin-bottom: 10px;*/
}
.overMenuShadow {
	width: 100%;
	height: 10px;
	background-image: url(../images/over_menu_shadow.png);
	background-repeat: repeat-x;
}

/* *** END OF TOP SECTION *** */



/* *** START OF MIDDLE SECTION *** */

#midWrapper {
	width: 100%;
	background-color: #F4F4F4;
}
#theyrPlayingOurSong {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #000000;
}
#mainContent {
	max-width: 1280px;
	padding: 20px;
	color: #56565D;
	background-color: #F4F4F4;
	margin: 0 auto;
}
#contentLeft {
	float: left;
	width: 65%;
	padding: 10px;
	font-size: 95%;
	line-height: 160%;
}
#sidebarRight {
	float: right;
	width: 30%;
	/*font-size: 120%;*/
	line-height: 160%;
	text-align: center;
	font-size: 85%;
}
.noSidebarContainer {
	width: 90%;
	line-height: 160%;
	font-size: 100%;
	padding-left: 5%;
	padding-right: 5%;
}
.holdersWrapper {
	padding-top: 15px;
	padding-bottom: 15px;
}
.leftHolder {
	width: 45%;
	float: left;
}
.rightHolder {
	width: 45%;
	float: right;
}
.underMenuShadow {
	width: 100%;
	height: 20px;
	background-image: url(../images/under_menu_shadow.png);
	background-repeat: repeat-x;	/*margin-bottom: 10px;*/
}
.overMenuShadow {
	width: 100%;
	height: 20px;
	background-image: url(../images/over_menu_shadow.png);
	background-repeat: repeat-x;
}


/* *** END OF MIDDLE SECTION *** */




/* *** START OF FOOTER SECTION *** */


#footerWrapper {
	width: 100%;
	background-repeat: repeat;
	/*background-color: #000000;*/
}
#footerContent {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #EBEBEB;
	margin-top: 15px;
	font-style: normal;
	font-size: 85%;
	line-height: 160%;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#footerContent .smallerCopyOne {
	text-align: center;
	font-size: 85%;
}
#footerContent a {
	text-decoration: none;
	color: #F78054;
}


/* *** END OF FOOTER SECTION *** */


/* •••••••••••••• Miscellaneous Styles •••••••••••••• */


.mobileOnlyEmail {
	display: none;
}


/* *** Line styles *** */
.line70Percent {
	width: 70%;
	margin-top: 5px;
	margin-right: 15%;
	margin-left: 15%;
	margin-bottom: 0px;
	border-top: 2px dotted #AD3030;
}
.line100Percent {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 2px dotted #AD3030;
}
.horizontalBarOne {
	background-color: #FD0100;
	height: 40px;
	width: 100%;
	border-bottom: 6px solid #F8AB16;
}
.horizontalBarTwo {
	background-color: #FD0100;
	height: 40px;
	width: 100%;
	border-top: 6px solid #F8AB16;
	border-bottom: 6px solid #F8AB16;
}
/* *** Image styles *** */
.imageLeft {
	float: left;
}
.imageLeft2 {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 16px;
}
.imageLeftMarginRight {
	float: left;
	margin-right: 12px;
}
.imageRight {
	float: right;
}
.imageRight2 {
	float: right;
	margin-top: 4px;
	margin-left: 10px;
	margin-bottom: 6px;
}
.centerContent {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
blockquote {
	margin-left: 30px;
	margin-right: 30px;
	color: #434343;
}
ul {
	margin-left: 30px;
	margin-top: 10px;
}
.justifyRightSmaller {
	font-size: 85%;
	text-align: right;
}
.photoCredit {
	font-size: 85%;
	text-align: center;
}
.signature   {
	text-align: right;
	font-style: italic;
	margin-right: 50px;
}
.top {
	font-size: 75%;
	color: #8E8E8E;
	text-align: left
}	
	.boldFirstLine {
		color: #B63630;
		font-size: 110%;
		font-weight: bold;
}
.boldFirstLineCenter {
	color: #B63630;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}
#contentLeft h3 {
	color: #1F7141;
}
/* *** The following is just to make notes for I• vy to review *** */
.correctionQuestion {
	color: #F40509;
	font-size: 200%;
	background-color: #F2DE4D;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}


/* •••••••••••••• Video Styles •••••••••••••• */




/* *** Start of Media Queries *** */


@media (max-width : 700px ){
	
/* *** *** The following is to hide Vertical and Horizontal scrollbars for mobile *** */
html,body{
	/*overflow-y:hidden;
	overflow-x:hidden;*/
	/* *** Pam said the site was not scrolling on her Android Phone. Found the following at https://css-tricks.com/snippets/css/momentum-scrolling-on-ios-overflow-elements/ */
	overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}	
#contentLeft {
	display: block;
	width: 90%;
	margin: 0 5%;
	padding: 4px;
}
#sidebarRight {
	display: block;
	width: 90%;
	margin: 0 5%;
	text-align: center;
	font-size: 120%;
	line-height: 120%;
}
#mainContent {
	padding: 20px;
}
.leftHolder {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	float: none;
	display: block;
}
.rightHolder {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	float: none;
	display: block;
}
.mobileOnlyEmail {
	display: block;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #694120;
	font-size: 85%;
}
}


@media (max-width: 480px){   


#mainContent {
	padding: 10px;
}
.lineSidebarMobile {
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 2px solid #000000;
}
/*.noSidebarContainer {
	width: 100%;
	line-height: 160%;
	font-size: 100%;
	padding-left: 20px;
	padding-right: 20px;
}*/
}
.yearHeaders {
	font-size: 240%;
	font-weight: normal;
	color: #795944;
	margin-top: 15px;
	margin-bottom: 15px;
}
.leftBox {
	float: left;
	width: 55%;
	text-align: center;
}
.rightBox {
	float: right;
	width: 40%;
	text-align: center;
}
