/* AJ Drum Site v.1 Style Sheet
   Author: Adam Thurston
   Date: 8/27/2015
*/

/* Body Styles */
body {
	background-color: white;
	background: url(backgroundwallpaper.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	font-family: 'Times New Roman', Times, sans-serif;
}


/* Heading Styles */
h2 {
	background-color: black;
	color: white;
	font: normal small-caps 0.8em/4em 'Comic Sans MS', cursive;
}

/* Section Styles */

h2 {
	font-size: 150%
	font-weight: bold;
	text-align: center;
}

#upcoming {
	background-color: silver;
	color: black;
	width: 25%;
}

#gear {
	background-color: black;
	color: white;
	width: 25%;
}

/* Navigation Styles */
nav.horizontalNav li {
	background-color: black;
	font-size: 87.5%;
	float: left;
	text-align: center;
	width: 20%;
}
nav.horizontalNav li a{
	color: white;
	font: normal small-caps 0.8em/4em 'Times New Roman', Times, serif;
	text-decoration: none;
}
nav.horizontalNav li:hover {
	background-color: silver;
}

/* Footer Styles */
p {
	background-color: black;
	color: silver;
	text-align: center;
	font: normal 0.8em/1em 'Times New Roman', Times, serif;
}

/* Table Styles */

table.shows thead {
	background-color: black;
	color: white;
}

table.shows {
	background-color: silver;
	color: black;
	text-align: center;
}

caption {
	color: black;
}