Index: sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/header.php
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/header.php	(nonexistent)
+++ sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/header.php	(working copy)
@@ -0,0 +1,35 @@
+<!DOCTYPE html><html>
+
+<?php get_template_part( 'header', 'head' ); ?>
+
+<body id="top" <?php body_class(); ?>>
+
+<?php get_template_part( 'header', 'accessibility' ); ?>
+
+	<div id="header">
+	<style type="text/css">
+				@media screen and (max-width:768px) { .survey-wrapper { margin-bottom:20px; } #header-inner {height:102px}  }
+				.survey-wrapper { width: 100%; }
+				.survey-div { font-family: 'Open Sans', Helvetica, Arial, 'Liberation Sans', sans-serif; font-weight: 600; display: block; margin: 0 auto; font-size: 13px; color: #fff; height: 22px; width: 275px; text-align:center !important; background-color: #000; border-radius: 0 0 4px 4px; }
+				.survey-div a { color: #fff; font-weight: 500; text-shadow: 1px 1px 1px #ccc;}
+				#header-inner { height: 102px;  }
+				#wpadminbar { top: 103px; }
+				#subnav { background: transparent; border-bottom: 0; margin-top: 160px; }
+				@media screen and (max-width:360px) { .survey-div { width: 100%; } }
+	</style>
+		<div class="survey-wrapper"><div class="survey-div">
+			<a href="http://mercime.polldaddy.com/s/2016-buddypress-survey-site-builders-developers">Take the 2016 BuddyPress Survey &rArr;</a>
+		</div></div>
+		<div id="header-inner">
+		<?php get_template_part( 'header', 'nav' ); ?>
+
+		<h1><a href="<?php bloginfo( 'url' ); ?>"><?php bloginfo( 'name' ); ?></a></h1>
+		</div>
+	</div>
+	<hr class="hidden" />
+
+<?php get_template_part( 'header', 'front'  ); ?>
+<?php get_template_part( 'header', 'subnav' ); ?>
+
+	<div id="main">
+		<div class="content">
