- 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;