/* > Header -------------------------------------------------------------- */ #header { position: relative; color: #fff; background: url( ../images/buddypress/default_header.jpg); -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; margin-bottom: 20px; height: 100px; padding-top: 25px; } #header #search-bar { position: absolute; top: 25px; right: 0; width: 100%; text-align: right; } #header h1 { line-height: 230%; } #header #search-bar .padder { padding: 10px 20px; } #header #search-bar input[type=text] { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: 1px inset #888; padding: 2px; margin-right: 4px; } #header #search-bar input[type=submit] { font-size: 11px; padding: 1px 4px; margin-left: 4px; } #header h1 { position: absolute; bottom: 0; left: 20px; width: 44%; margin: 0 0 -5px 0; } #header h1 a { color: #fff; font-size: 26px; text-decoration: none; }