/* Blackstone Valley Bluegrass */

/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

/*MAIN*/

html {
  height: 100%;
}

body { 
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: #fff;
	margin:0;
	background-image: url("img/blackstoneValley_liteBlur.jpg");
	background-size: cover;
  	background-position: center center;
	background-attachment: fixed;
  	height: 100%;
  	padding: 1px;
  	display: flex;
  	flex-wrap: wrap;
	}

a {
	color: #00f;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #444;
}

/*
img {
    width: 28px;
}
*/

header {
	background-color: rgba(244,244,244,0.3);
	width: 100%;
	height: 76px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 4px solid #3399ff;
	z-index: 10;
}

#logo{
	margin: 10px 0 0 5PX;
	float: left;
	display: block;
}



	/* START NAVIGATION */
	nav {
		float: right;
		padding: 20px 10px 20px 0;		
	}

	#menu-icon {
		display: hidden;
		width: 40px;
		height: 40px;
		background: #3399ff url(img/menu-icon.png) center;
	}

	a:hover#menu-icon {
		background-color: #444;
		border-radius: 4px 4px 0 0;
	}

	nav ul {
		list-style: inherit;
	}

	nav li {
		/*border:1px black solid;*/
		display: inline-block;
		float: left;
		padding: 10px 6px;
		text-align: center;
		font-size: 13px;
	}

	nav li .current {
		background-color:rgba(100,100,100,0.3);
		border-radius: 5px;
		padding: 6px;
	}

	nav a {
	    color: #333;
	    text-decoration: none;
	}
	
	nav a:hover {
	    color:black;   
	}

	nav li:hover a { 
	    background-color: black;
	    color:white;
	    padding: 6px;
		width: 50px;
		border-radius: 5px;
	}

/*   END NAVIGATION    */


/*BEGIN MAIN CONTENT*/
section {
	width:94%;
	margin: 100px auto 0;
    /*border: 5px solid black;*/
	/*position: relative; */
}

h1 {
	font-size:2.5vw;
	color: black;
	margin: 20px;
}

h2 {
    text-decoration: none;
	font-size: 1.4em;
	color: #330000;
	line-height: 1.15em;
	margin: 10px 0 ;
}

h3 {
	font-size: 1.3em;
	color: black;
	line-height: 1.15em;
	margin: 15px 0 ;
}


p {
	line-height: 1.2em;
	margin-bottom: 15px;
}



		/* START BOX CONTENT*/

/*		#parentbox-title{
		 	margin: auto ;
	    	border: 1px solid black;
        	background-color: rgba(244,244,244,0.8);
	        width:70%;
	        min-width: 340px;
	        height: 50px;
	    	}*/


	    #parentbox{
	    	margin-top: 100px;
	    	margin: 0 auto ;
	    	/*border: 1px solid black;*/
	        width:97%;
	        display: flex;
	        flex-wrap: wrap;
	    	}



		#box-1 {
		    border: 1px black solid;
		    background-color: rgba(179,179,179,0.5);
		    color:black;
		    flex:1;
		    float:left;
		    /*width: 200px;*/
		    text-align: center;
		    margin:10px;
		    padding: 10px
		    }







			/*START SCHEDULE */
			    #schedule { 
			        margin: 1% auto 2%;
			        background-color: rgba(244,244,244,0.4);
			    }



			    
			    

			    /* START SCHEDULE TABLE */

			    	table {
			    		 font-family: "Times New Roman", Times, serif;
			    		 min-width: 320px;
			    	}
					caption {
						margin-right:-1px;text-align: center; 
						border: 1px solid black;border-bottom: 0;
			            vertical-align:middle;
			            font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
			            font-size: 16px;
			            background-color: rgba(244,244,244,0.4)
			        }


					th {text-align: center; border: 1px ridge black;
			            vertical-align:middle;  
			            font-size: 11px;line-height: .9em; 
			            color: black;}

			        #venue a:hover {
			                background-color: rgb(192,192,192);
			                padding:3px 0;
			            }

					td#date {
						text-align:center;vertical-align:middle;
						border: 1px ridge black;
						margin:2px; padding:3px 6px;   
			            font-size: 13px;line-height: 1.3em;}

					td#time {
						text-align: center; vertical-align:middle;
						border: 1px ridge black;
						margin:2px; padding:3px 4px 3px 8px;   
			            font-size: 13px;line-height: 1.2em;}

					td#venue {
						text-align: left; vertical-align:middle; 
						border: 1px ridge black;
						border-right: none;
						padding:8px;						 
			            font-size: 14px;line-height: 1em;
			            max-width: 300px;
			   
			            }
			            
			        td#venue-add {
						text-align: left; 
						border: 1px ridge black;
						border-left: none;
						vertical-align:middle; 
						padding:2px;						 			         
			            width: 50px;			   
			            }
			            
			            td#venue-add img{
				          width: 80px;
				          padding-right: 8px;
			            }
			           

					td#venue p {
						font-size:1em; 
						margin: 2px 0 0 9px;
						}

					td#address {
						text-align: left; vertical-align:middle; 
						border: 1px ridge black; border-left: none; margin:2px; 
			            padding:8px;  
			            font-size: 12px;line-height: 1em;
			        }
			        
			        
			        	td#address a {
							color: black;
/* 							text-decoration: underline; */

							}

						td#address a:hover {
							color: #00f;
							text-decoration: underline;
							}

					td#map {vertical-align:middle; 
						border-top: 1px ridge black; border-bottom: 1px ridge black;
						margin:2px; padding:6px 0px 8px 8px;
						width:30px;
			            }

					td#map a{
						 float:left;margin:6px 5px 0px 0px;
			            }
		     
		     		tr.upnext{background-color:rgba(245,245,245,.9);}



			    /* END SCHEDULE TABLE */

			/* END SCHEDULE */

/*
		#box-2 {

		    color:black;
		    flex:3;
		    float:left;
		    min-width: 300px;
		    text-align: center;
		   	margin:10px 0;
		    }




		#box-3 {

		    color:black;
		    flex:2;
		    float:left;
		    margin:10px 0 0 0;
		    }*/


	/* END BOX CONTENT*/





/*END MAIN CONTENT*/

/*BEGIN FOOTER*/
	footer {
		background-color: rgba(244,244,244,0.6);
		/*position: relative;*/
		padding: 20px 0 0;
		width: 100%;
		height: 90px;
		text-align: center;
		}
	address {
		line-height: 1.2em;
	}
/*END FOOTER*/



/*MEDIA QUERY*/
@media only screen and (max-width : 760px) {

	header {
		position: absolute;
	}

	#menu-icon {
		display:inline-block;
	}







	h1 {
		font-size:5vw;
	}

	nav li {
		border:1px solid rgb(100,100,100);
		width: 85%;
		padding:12px 10px;
		text-align: center;
		font-size: 18px;
	}


	nav ul, nav:active ul {
		display: none;
		position: absolute;
		width: 140px;
		border: 3px ridge rgb(100,100,100);
		right: 30px;
		top:50px;
	}

	nav:hover ul {
		display: block;
		background-color: rgb(200,200,200);
	}
}




