#header { display: block; background: #000; height: 82px; clear: both; color: #ddd; font-size: 11px; text-shadow: 0 0 0 #000; -moz-opacity: 0.9999; border-bottom: 1px solid #555; } #header a, #header a:visited { background: none; border: 0; padding: 0; margin: 0; color: #fff; } #header #logo { position: absolute; z-index: 2; top: 11px; left: 16px; width: 21px; height: 27px; } #header #site-name { color: #fff; position: absolute; top: 15px; left: 52px; } #header #site-name h1 { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; display: inline; font-size: 20px; font-weight: normal; } #site-name h1 a { font-weight:bold; text-decoration:none; padding-right: 6px; } #header .user { font-size: 12px; position: absolute; top: 20px; right: 16px; } #header .user .separator { color: #777; margin: 0 4px; } #header .tabs { position: absolute; top: 54px; height: 29px; left: 16px; right: 8px; } #header .tabs ul { padding: 0; margin: 0 8px 0 0; list-style-type: none; display: block; float: left; } #header .tabs ul.account { float: right; } #header .tabs li { display: inline; margin: 0; padding: 0; font-weight: normal; font-size: 12px; } #header .tabs a, #header .tabs a:visited { background: #484848; border-left: 1px solid #383838; border-right: 1px solid #383838; color: #fff; text-shadow: #404040 1px 1px 1px; display: block; float: left; padding: 0 15px; padding-top: 8px; height: 21px; margin: 0 2px 0 0; text-decoration: none; } #header .tabs a:hover, #header .tabs a.current, #header .tabs a.current:visited { background: #fefefe url('<%= asset_path "pages/admin/header-tab-current-bg.gif" %>'); border-left: 1px solid #fefefe; border-right: 1px solid #fefefe; color: #000; text-shadow: #fff 1px 1px 1px; } #content-tabs { list-style-type: none; margin: 24px 0px -11px -18px; padding: 0; } #content-tabs li { color:hsla(0,0%,0%,0.25); display: inline; background: transparent; padding: 6px 17px; font-weight: bold; } #content-tabs li.current { background: #fff; padding: 5px 16px; border: 1px solid #cae6f1; border-bottom: 1px solid #fff; } #content-tabs li.current a, #content-tabs li.current a:visited { text-decoration: none; color: #444; }