@charset "UTF-8";

/* Layout Small Screens */

header {
	height: 85px;
	background: url(../images/Voc_BannerSmall.gif) no-repeat right 0px;
	background-size: 500px 85px;
}

header a.logo {
	width: 105px;
	height: 40px;
	top: 19px;
	right: 140px;
	background-image: url(../images/logo_small.png);
	background-size: 105px 40px;
	} 

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

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

nav a {
	color: #C19C47;
	display:block;
	margin: 15px
	padding: 9px;
	border: 2px solid #C19C47;
	background:url(../images/mobile_link_star.png) no-repeat left center;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	}
	
nav a:hover { color: #D92A17; 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 #60510E; }

body {background-image: none; }

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx)
{

	header a.logo { background-image: url(../images/logo_small_2x.png); }
	header { background-image: url(../images/VOC_BannerSmall2X.gif); }

}
