@charset "utf-8";
/* Layout Small Screens */
header { height: 175px; background: url(../_images/banner_small.jpg) no-repeat; center center; }
header a.logo {
	width: 300px;
	height: 164px;
	top: 1px;
	background-image: url(../_images/Wildwood-Farm-Logo-small.png);
}

article { padding: 20px 20px 10px 20px; }
article ul {
	margin-left:0px;
	clear:both;
}

article img {
	width: 100%;
	height:auto;
	margin:auto;
	}

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

nav a {
	color: #9ba0bd;
	display:block;
	margin:20px;
	padding:9px;
	border:1px solid #a6abc5;
	background: url(../_images/mobile_link_arrow.png) no-repeat right 20px 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_container .promo .content { padding: 0px 20px 5px 90px; }

footer { border-top: 1px solid #a6abc5; }

body { background-image: none; }
iframe {
	float:right;
	width: 95%;
	height: 320px;
	margin-bottom:10px;
	margin-left: 5px;
}
.store ul {
	float:none; 
	width: 100%; 
	padding: 2px; 
	margin-left:10px;}
	
.store img { 
	float:none;
	clear:both;
	padding: 2px; 
	}
    

.store ul {width:auto;} 