@charset "UTF-8";

/* Layout Small Screens */

header { height: 75px; background: url(../images/background-small.jpg) repeat-x 0px; }

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

header a.logo.downstream {
	height: 40px;
	top: 20px;
	width: 180px;
	margin: 0px auto 0px auto;
	position: relative;
	background-image: url(../images/makin-hey-logo-small.png);
	
}

article { padding: 0px 20px 0px 20px; }
.dscontent { padding: 20px 5px 0px 10px; }


nav { 
	position:static;
	padding: 10px 0px 10px 0px;
	background-color:#000;
}

nav a {
	color:#999;
	display:block;
	margin: 15px;
	padding: 9px;
	border: 1px solid #999;
	background: url(../images/mobile_link_arrow.png) no-repeat right center;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

nav a:hover {
	color:#FFF;
	background-color: rgba(255,255,255,.15)
}

.promo_container { padding:0px;}
.promo_container .promo {
	width:auto;
	float:none;
	padding: 10px 0px 0px 0px;
	background-position: 20px 13px;
	border-top: 1px solid #CCC;
}

.promo.one { display: none;}
.promo.two { display: none }
.promo.three { background-image: url(../images/lucca_small.jpg); }
.promo.four { background-image: url(../images/MRUN_small.jpg); }
.promo.five { background-image: url(../images/jack_small.jpg); }
.promo.six { display: none;}	
.promo.seven { display: none;}	
.promo.eight { display: none;}	

.promo_container .promo .content { padding: 0px 20px 5px 140px;	}

footer { display: none; }

body { background-image:none;}

.portfoliodescription { padding: 20px 0px 0px 0px; float:none; }

.portnav { width:100%; padding: 10px 20px 20px 0px;}
.portnav.left { color:#999; float:left; width:40%; padding-left:10px;}
.portnav.right { color:#999; float:right; width:40%; text-align:right; padding-right:10px;}

