/*	SimpleGrid - a fork of CSSGrid by Crowd Favorite (https://github.com/crowdfavorite/css-grid)
 *	http://simplegrid.info
 *	by Conor Muirhead (http://conor.cc) of Early LLC (http://earlymade.com)	
 *  License: http://creativecommons.org/licenses/MIT/	*/

/* Containers */
body { font-size: 1.1em; }
.imglogo {
	width: auto;
	height: 75px;
	float:left;
	}
	
.fixed { width:1206px; margin: 0 auto;}

#searchbox {
   float: right;
   width:auto;
   height:auto;
	}
.grid{ 
	width:1206px;
 }
 

/* 6-Col Grid Sizes */
.slot-0,.slot-1,.slot-2,.slot-3,.slot-4,.slot-5{ width:176px; } /* Sixths */
.slot-0-1,.slot-1-2,.slot-2-3,.slot-3-4,.slot-4-5{ width:382px; } /* Thirds */
.slot-0-1-2-3,.slot-1-2-3-4,.slot-2-3-4-5{ width:794px; } /* Two-Thirds */
.slot-0-1-2-3-4,.slot-1-2-3-4-5{ width:1000px; } /* Five-Sixths */

/* 4-Col Grid Sizes */
.slot-6,.slot-7,.slot-8,.slot-9{ width:279px; } /* Quarters */
.slot-6-7-8,.slot-7-8-9{ width:897px; } /* Three-Quarters */

/* 6-Col/4-Col Shared Grid Sizes */
.slot-0-1-2,.slot-1-2-3,.slot-2-3-4, .slot-6-7,.slot-7-8,.slot-8-9{ width:588px; } /* Halves */
.slot-3-4-5 {
	width: 850px;
	}

.banner-wrap {
	margin:auto;
	text-align: left;
	height:95px;
}

h1 {
	font-size: 1.6em;
	margin-top:0.5em;
}
#lyrics {height:475px; margin-top:0;}

.slider-container {
	margin-top:0;
	}
