@charset "UTF-8";

/* Layout (global rules for all sizes) */

body { margin:0; padding:0;}

header a.logo {
	display: block;
	position: absolute;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

nav {
	width:100%;
	display:block;
	position:absolute;
	text-align:center;	
	}
	
/* Layout Large Screens (default for older browsers) */


header { 
height: 130px;
}

header a.logo {
	width: 220px;
	height: 50px;
	top: 30px;
	margin:0px auto 0px auto;
	position: relative;
	background-image: url(../images/makin-hey-logo.png);
}

article { padding: 0px 20px 10px 20px;}

.promo_container {padding: 0px 0px 15px 20px;}
.promo_container .promo {
	width: 20%;
	float: left;
	background-position: 0px 3px;
	line-height: 2em;
}
	
.promo_container .promo .content { padding: 80px 30px 0px 0px;}


nav { top:75px;}
nav a { margin: 12px 0px 10px 20px;}


@media screen and (max-width:990px){
	footer { padding-left:20px;}	
	}
	
	
