@charset "utf-8";
/* Global Styles */

body {
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	max-width: 960px;
	padding-left: 2.275%;
	padding-right: 2.275%;
}
/* Header */
header {
	text-align: center;
	display: block;
}





td.songInactive {
	color : #000000;
	background-color : #9fcbe8; }

td.songActive {
	color : #ffffff;
	background-color : #000000; }

td.songInactive:hover {
	color : #ffffff;
}

td.songActive:hover {
	color : #888888;
}




header .bandName {
	text-align: center;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, "sans-serif";
	font-size: 42px;
	line-height: 45px;
}	


header .bandTagLine {
	text-align: right;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, "sans-serif";
	font-size: 16px;
}	
	
.mainContent {
	margin-right: 20%;
}







/* from goh.org */
/* I killed all the mainContent stuff, not sure I should put it back and put this in there */
h4 {
	font-family: Geneva, Verdana, Arial, sans-serif, non-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	text-align: left;
	color: #0363a3;
	}
h3 {
	font-family: Geneva, Verdana, Arial, sans-serif, non-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
	color: #0363a3;
	}
h2 {
        font-family: Geneva, Verdana, Arial, sans-serif, non-serif;
        font-size: 17px;
        line-height: 17px;
		font-weight: bold;
        text-align: left;
        color: #0363a3;
        }

p, td, li {
	font-family: Geneva, Verdana, Arial, sans-serif, non-serif;
	font-size: 14px;
	color: #000000;
	}


b {
	font-family: Geneva, Verdana, Arial, sans-serif, non-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	}



/* anchor tags */
A:link {
	font-family: Geneva, Verdana, Arial, sans-serif, non-serif;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	color: #0363a3;
	border-color:  #0363a3;
	}
	
A:active {
	font-family: Geneva, Verdana, Arial, sans-serif, non-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #0363a3;
	border-color:  #0363a3;
	}
	
A:visited {
	font-family: Geneva, Verdana, Arial, sans-serif, non-serif;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	color: #0363a3;
	border-color:  #0363a3;
	}
	
A:hover {
	font-family: Geneva, Verdana, Arial, sans-serif, non-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #5cb9f7;
	border-color:  #5cb9f7;
	}

a.credits {
        font-family: Geneva, Verdana, Arial, sans-serif, non-serif;
        font-size: 10px;
        color: #000000;
        }


/* responsive video embedding */




.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}



/* ############################################## */
/* -------------- PHOTO NAVIGATION -------------- */
/* ############################################## */

a.trashNav {
	color : #0363a3;
	font-weight : 800;
	font-size : 17px;
	font-family : Geneva, Verdana, Arial, sans-serif;
	text-decoration : none; }

a.photoNav {
	color : #0363a3;
	font-weight : 800;
	font-size : 12px;
	font-family : Geneva, Verdana, Arial, sans-serif;
	text-decoration : none; }

a.photoNav:link {
	color : #0363a3;
	font-weight : 800;
	font-size : 12px;
	font-family : Geneva, Verdana, Arial, sans-serif;
	text-decoration : none; }

a.photoNav:active {
	color : #0363a3;
	font-weight : 800;
	font-size : 12px;
	font-family : Geneva, Verdana, Arial, sans-serif;
	text-decoration : none; }

a.photoNav:visited {
	color : #0363a3;
	font-weight : 800;
	font-size : 12px;
	font-family : Geneva, Verdana, Arial, sans-serif;
	text-decoration : none; }

a.photoNav:hover {
	color : #5cb9f7;
	font-weight : 800;
	font-size : 12px;
	font-family : Geneva, Verdana, Arial, sans-serif;
	text-decoration : none; }





/*  this is the new navigation menu */


.menuSpacer {
	font-size: 2px;
}
.topnav {
    background-color: #0363a3;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #FFFFFF;
    text-align: center;
    padding: 8px 12px;
    text-decoration: none;
    font-size: 12px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #9fcbe8;
    color: #a863a8;
}

/* Add an active class to highlight the current page */
.active {
    background-color: #38b549;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

.topnav .menuLocation {
    display: none;
	background-color: #38b549;
    color: white;
}


/* the subnav */

.subNav {
    background-color: #0363a3;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.subNav a {
    float: left;
    display: block;
    color: #FFFFFF;
    text-align: center;
    padding: 8px 12px;
    text-decoration: none;
    font-size: 12px;
}

/* Change the color of links on hover */
.subNav a:hover {
    background-color: #9fcbe8;
    color: #a863a8;
}
















/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) {
.mainContent {
	margin-right: auto;
}

	
}
/* end mobile devices */










/* extra stuff for mobile from the newer menu i'm using */
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */

@media screen and (max-width: 540px) {
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
	.topnav a.menuLocation {
    float: left;
    display: block;
  }
}







/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 540px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
.topnav.responsive a.menuLocation {
    display: none;
  }
}	





/* Media Query for Tablets */
/* tablets may not be any different from desktop */

@media only screen and (min-width : 481px) and (max-width : 1024px) {	
.mainContent {
	margin-right: 10%;
}
	
	
}

/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* nothing different here from the default */
	
}




