body {
	min-width: 310px;
}

#container {
	min-width: inherit;
}

#header {
	position: absolute;
	z-index: 9999;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0,0.5);
	height: 35px;
	display: none;
	min-width: inherit;
}   

#header h1 {
	padding-top: 4px;
}

#header .logo {
	float: left;
	padding: 6px 10px;
	background: transparent;
}

.logo a {
	background-image:url(../../../../National_Geographic_Society/326/891/NG_1FL_YW_p_transparent.png);
    display:block;
	height: 22px;
	width: 125px;
    background-repeat: no-repeat;
    background-size: 125px;
    text-indent:-9999px;
}

#header .morevideos {
	float: right;
	background: black;
	font: 300 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top: 7px;
	padding-right: 10px;
	background: transparent;
}

.morevideos a {
    text-decoration: none;
	color: white;
	font-size: 70%;
}

#site-title {
	float: left;
	color: white;
	padding-top: 8.3px;
	font: 900 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#site-title a {
	text-decoration: none;
	color: white;
}