/* 2015 responsive styles */

#footer {
	width:100%;
	max-width:1224px;	
}

#footerleftcol {
	width:24%;
	float:left;
	display:block;
	text-align:right;
}
#footercentercol {
	width:46%;
	float:left;
	display:block;
}
#footerrightcol {
	width:24%;
	float:left;
	display:block;
	text-align:left;
}

/* end 2015 responsive styles */



#beers {
	max-width:500px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	float:none;
	width:50%;
	z-index:1000;
}
#beerssmoke {
	width:100%;
	height:100%;
	*height: 900px;
	min-height:900px;
	background-image: url(../images/photogal_smoke.png);
	background-repeat:repeat;
	z-index:999;
	position:absolute;
	left:0px;
	top:0px;
}
body {
	background-attachment: fixed; 
	background-image: url("http://www.nowherefastco.com/images/texture_03.jpg");
	*background-image: url("http://www.nowherefastco.com/images/texture_03.jpg");
	background-size: 100%;
}
#buttons1 {
	width:49%;
	position:relative;
	float:left;	
	margin-top:10%;
	display:block;
}
#buttons2 {
	width:49%;
	position:relative;
	float:left;	
	margin-top:10%;
	display:block;
}
#centergrid {
	width:43%;
	position:relative;
	float:left;
	text-align:center;
}
#container {
	max-width:1224px;
	margin-right:auto;
	margin-left:auto;
	position:relative;	
	z-index:2;
}
#leftgrid {
	width:28%;
	position:relative;
	float:left;
	margin-top: 20%;
}
@media screen and  (min-width: 655px) {	
	#musicbeer {
			display:none;
	}
}
@media screen and  (max-width: 655px) {	
	#buttons1 {
		width:100%;
		margin-left:auto;
		margin-right:auto;
		margin-top:12%;
	}
	#buttons2 {
		width:100%;
		margin-left:auto;
		margin-right:auto;
		margin-top:10%;
	}

	#centergrid {
		width:100%;
		margin-left:auto;
		margin-right:auto;
		overflow:visible;
	}
	#bat {
		margin-bottom:100px;
	}
	#leftgrid {
		display:none;
	}
	#live {
		display:none;
	}
	#rightgrid {
		display:none;
	}
}
#live {
	width:50%;
	position:relative;
	float:left;	
	margin-top:-8%;
}
#musicbeer {
			width:100%;
			position:relative;
			float:left;
			*display:none;
}
#rightgrid {
	width:28%;
	position:relative;
	float:left;
	margin-top: 20%;
}