-#small-title h1 {
- position: absolute;
- left: 18px;
- font-size: 12px;
- margin: 0;
-}
-
-/* Rules for greeting bar in the top right corner */
-
-#greeting {
- position: absolute;
- right: 5px;
- top: 5px;
- 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;
-}
-
-.olControlSimplePanZoom {
- display: none;
-}
-
-.site-index #map .olControlZoom,
-.site-index #map .SimpleLayerSwitcher,
-.site-export #map .olControlZoom,
-.site-export #map .SimpleLayerSwitcher {
- top: 8px !important;
-}
-
-/* Rules for the main content area */
-
-#content {
- margin-left: 0px;
- margin-right: 0px;
- border-left: 0px;
- border-right: 0px;
-}
-
-.site-export #content,
-.site-edit #content,
-.site-index #content {
- margin-top: 40px;
-}
-
-/* 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;