- position: absolute;
- top: 0;
- padding: 2px;
- width: 110px; /* TODO: find better fix for overlap */
- background-color: #fff;
- z-index: 100;
-}
-
-#small-title img {
- position: absolute;
-}
-
-#small-title h1 {
- position: absolute;
- left: 18px;
- font-size: 12px;
- margin: 2px;
-}
-
-/* Rules for greeting bar in the top right corner */
-
-#greeting {
- position: absolute;
- top: 0px;
- right: 0px;
- height: 14px;
- font-size: 12px;
- line-height: 12px;
- white-space: nowrap;
- background: none;
-}
-
-#full-greeting {
- display: none;
-}
-
-#small-greeting {
- display: inline;
-}
-
-/* Rules for OpenLayers maps */
-
-#map {
- border: 0;
-}
-
-.olControlPanZoomBar {
- display: none;
-}
-
-/* Rules for the main content area */
-
-#content {
- left: 10px;
- right: 10px;
- top: 47px;
- margin-left: 0px;
- margin-right: 0px;
-}
-
-#content.site_index {
- left: 0px;
- right: 0px;
- top: 38px;
- bottom: 0px;
- padding-bottom: 0px;
-}
-
-/* Rules for search sidebar when shown */
-
-#sidebar {
- border: 0px;
- border-right: 1px solid #ccccdd;
- margin: 0px;
-}
-
-.sidebar_title, #sidebar_content {
- font-size: 10px !important;
-}
-
-p.search_results_entry {
- padding: 2px 0px;
-}
-
-/* Rules for the signup form */
-
-#signupForm input[type="text"], #signupForm input[type="password"] {
+ clear: both;
+}
+
+header {
+ min-height: 54px;
+ height: 100%;
+ background: #fff;
+ clear: both;
+ h1 { padding-bottom: 17px; }
+ &.closed {
+ nav.primary,
+ nav.secondary {
+ display: none;
+ }
+ }
+}
+
+.mobile-hide { display: none !important; }
+
+nav.primary {
+ padding: 0;
+ ul, li {
+ border: none;
+ border-radius: 0;
+ width: 100%;
+ }
+ ul {
+ border-top: 1px solid #eee;
+ li {
+ border-bottom: 1px solid #eee;
+ border-right: none;
+ > a {
+ border-radius: 0;
+ width: 100%;
+ text-align: center;
+ font-size: 15px;
+ }
+ }
+ }
+}
+
+nav.secondary {
+ .user-menu {
+ display: block;
+ width: 100%;
+ margin-left: 0;
+ }
+}
+
+.map-layout {
+ #sidebar {
+ width: 60%;
+ }
+ #content {
+ position: static;
+ display: block;
+ height: 600px;
+ }
+}
+
+.content_map {