body 
{
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 100%;
	background-color: #454545;
	margin: 0px;
}

p
{
	font-family: Calibri, Georgia, "Times New Roman", Times, serif;
	font-size: 1em; 
	line-height: 1.75em;
}

h1
{
	font-size: 1.5em; 
	line-height: 1.5em;
	font-weight: normal; 
}

h2, h3
{
	font-size: 1.125em;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

h3
{
	font-size: 0.875em;
	letter-spacing: 0.1em;
}

ul
{
	font-size: 0.875em;
	list-style-position: inside;
}

ol
{
	font-size: 0.875em; 
}

body
{
	background-color: black;
}

body#home .nav-home, body#about .nav-about
{
	background-color: #454545; 
	display: block;
}

#wrap
{ 	
	background-color: black;
	min-width: 300px;
	border: thin solid black; 
	margin: 0; 
}

#masthead
{ 	
	background-color: #454545; 
} 

#mainnav
{
	background-color: black;
	max-width: 100%;
	max-height: 102px;
	line-height: 0px;
	list-style: none;
	margin-left: 200;
	overflow: visible;
}

#innerwrap
{
  clear: left;
}

#mainnav img
{ 
	/*position: absolute;*/
}

#mainnav ul
{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	display: inline-block;
	margin-top: 67.4px;

}

#mainnav li
{ 
  list-style-type: none;
	float: left;
	width: 101px; 	
	line-height: 34px;
	background-color: black;
	text-align: center;

}

#mainnav ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 1px white solid;
}

#mainnav ul li a:hover
{
	background-color: white;
	color: black;
}


#logo
{
  width: 407px;
  height: 102px;
  float:left;
}

#logo img
{
	width: inherit;
	height: inherit;
}

#introduction-content
{
  min-width: 500px;
}

@media (max-width: 1100px)
{
    #sidebar
    {
        display: none;
    }
    
    #introduction-content p
    {
	    font-size: 1.25em;
	    
    }
    
    #introduction-content
    {
      width: 100%;
    }
	
	#logo
	{
	    
	    width: 100%;
	    height: auto;
	    line-height: 0px;
	
	    /*height: auto;*/
  }
	#maincontent
	{
		clear: both;
		display:flex;
	}
	#mainnav ul
	{
	  display: block;
	  clear: left;
	  margin-left: 0px;
	  line-height: 20px;
	  position: relative;
	}
}
#sidebar
{ 	
	float: left;
	max-width: 407px;
	/*min-width: 407px;*/
	background-color: #454545;
	color: white;
}

#sidebar a
{ 	
	color: white;
}

#sidebar a:hover
{
	background-color: white;
	color: #454545;
}

#maincontent
{
	float: left; 
	/*width: 909px;*/
	min-width: 200px;
	background-color: white;
	padding-bottom: 20px;
	overflow: hidden;
	max-width: 600px;
}

#social a
{
	line-height: 200%;
	margin-left: 20px;
}

#footer
{ 	
	
	clear: both; 
	color: white;
	background-image: url(/images/fretboard.png); 	
	background-repeat: repeat-x; 
	height: 152px;
}

#footer p
{
	padding: 20px; 	
	width: 80px;   	
	font-family:Verdana, Geneva, sans-serif;            
	font-size: 0.689em;
}

#copyright
{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding: 20px;
	color: white;
	height: 152px;
}

#copyright p
{
	font-family:Verdana, Geneva, sans-serif;            
	font-size: 0.689em;
}

p, h1, h2, h3, h4
{ 	
	margin-bottom: 10px;
	margin-top: 10px;
}

#sidebar p, #sidebar h2, #sidebar h3, #sidebar h4, #maincontent p, #maincontent h1, #maincontent h2, #maincontent h3
{ 	
	margin-left: 20px;
	margin-right: 20px;
}

#sidebar p
{
	margin-left: 30px;
}

#sidebar h2
{ 	
	margin-top: 15px;
	margin-bottom: 20px;
}

#splash
{
	position: absolute;
	width: 290px;
	height: 230px;
	top: 35px;
	left: 35px;	
}

#PreviousShows
{
	color: white;
}

#links a
{
	margin-left: 20px;
	margin-right: 20px;
}


#introduction-content p, #introduction-content h2
{
	display: flex;
	padding-right: 80px;
	
	left: 30px;
}

#media
{
	padding: 40px;
}

#media h2
{
	position: relative;
	left: -20px;
}

#bodyimg
{
	/* margin-top: 150px; */
	position: absolute;
	bottom: 0;
	left: 0;
}

legend
{
	padding-bottom: 20px;
	font-size: 1.125em;
	border: thin red solid;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
