/*	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: 100%; }


.artistoffset {
	margin-right: -0px;	
		
}

#cssmenu > ul > li > a {
	color: #ff0099;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 15px;
	z-index: 2;
	position: relative;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 12px;
}


.bannerimg {
	width: 135px;
	display: block;
	padding-left: 20%;	
	
	
	
}


#contactpink{
	margin-top: 18%;
	height: 180px;
}

#fullmenu {
	margin-top:70px;
	margin-right: 4%;
	margin-left: 20px;
	
}

#logo {
	margin-top: 72px;
	margin-right: 3%;
	padding-left: 20px;
	
}



#iconhome{
	display: block;
	float: right;
	padding-right: 10px;
	padding-top: 4px;
}

#nav li a {
	font-size: 100%;
}
.grid{ width:966px; }
	

.instagram-placeholder {	
width: 20%;  
height: 200px;
}
	
.mainbodytitle {font-size: 100%;}
.mainbodyblack { font-size: 100%;}



/* Slots Setup */
.slot-0,.slot-1,.slot-2,.slot-3,.slot-4,.slot-5,.slot-0-1,.slot-0-1-2,.slot-0-1-2-3,.slot-0-1-2-3-4,.slot-0-1-2-3-4-5,.slot-1-2,.slot-1-2-3,.slot-1-2-3-4,.slot-1-2-3-4-5,.slot-2-3,.slot-2-3-4,.slot-2-3-4-5,.slot-3-4,.slot-3-4-5,.slot-4-5,.slot-6,.slot-7,.slot-8,.slot-9,.slot-6-7,.slot-6-7-8,.slot-6-7-8-9,.slot-7-8,.slot-7-8-9,.slot-8-9{ display:inline; float:left; margin-left:30px; }

/* 6-Col Grid Sizes */
.slot-0,.slot-1,.slot-2,.slot-3,.slot-4,.slot-5{ width:136px; } /* Sixths */
.slot-0-1,.slot-1-2,.slot-2-3,.slot-3-4,.slot-4-5{ width:302px; } /* Thirds */
.slot-0-1-2-3,.slot-1-2-3-4,.slot-2-3-4-5{ width:634px; } /* Two-Thirds */
.slot-0-1-2-3-4,.slot-1-2-3-4-5{ width:800px; } /* Five-Sixths */

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

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

  