@charset "UTF-8";

/* Layout Small Screens */


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

#wrapper {
	border: none;
	border-style:none;
    max-width: 100%;
    margin: 0 auto;
}

/*
header {
	background-color: #000;
	height: 60px;
	background: url(../assets/banner_small.jpg);
	left: 0px;
	background-repeat: no-repeat; 
	margin: 0 auto;
    margin-top: 3px;
    margin: 7px 8% 0px 8%;
}
*/
header {
	height: 100px;
	background: url(../assets/banner_small.jpg);
	/*no-repeat left 0px;*/
	background-repeat: no-repeat;
    max-width: 350px;
	margin: 0 auto;
    background-size: contain;
}
header a.logo {
	background-image: url(../youtubeWhiteSmall.png);

}
header a.logo {
/*	width: 150px;*/
/*	height: 85px;*/
/*	top: 78px;*/
	right: 0px;
}

article { padding: 20px 20px 10px 20px; text-align: center;}
article a {
    color: #f0f;
}

nav {
	display: block;
	position: static;
	padding: 0;
	background-color: #000;
}

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

nav a:hover { color: #fff; background-color: rgba(0,0,204,.5); }

.promo_container { padding: 0; margin: 0 auto;}

.promo_container .promo {
	float: none;
	background-position: 20px 13px;
	border-top: 1px solid #ccc;
    border-top: none;
    text-align: center;
    margin: 0 auto;
}

.promo_container .promo .content { padding: 10px 0; margin: 0 6%; }


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

body { background-image: none; }