
/* ------------------------------------------------------------------------
	BOXED VERSION
* ---------------------------------------------------------------------- */

	body{ background: url("../images/patterns/squairy_light.png") repeat scroll 0 0 rgba(0, 0, 0, 0);}
	#wrapoverall{  margin:0 auto -20px auto; height: 100%; max-width:1024px; width:100%; box-shadow:0 0 4px #444; border:3px solid rgba(255,255,255, 0.2); border-radius:2px;  } 
	header { border-top: none; }
	
	
	/*	STICKY HEADER	*/
	.sticky-header { width: 1024px !important; border-top:1px solid rgba(255,255,255, 0.2) !important; }





/* ------------------------------------------------------------------------
	MEDIA SCREEN FOR BOXED VERSION
* ---------------------------------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 959px) {

#wrapoverall{ max-width:775px; width:100%; border: none; }
.sticky-header { max-width: 775px; }

}


@media only screen and (max-width: 767px) {

#wrapoverall{ max-width:445px; width:100%; border: none; }

}


@media only screen and (max-width: 479px) {

#wrapoverall{ max-width:325px; width:100%; border: none;}

}

