.header-section {
    position: relative;
    width: 100%;
    min-width: 1000px;
    height: 65px;
    
    background: #FFFFFF;
    border-bottom: 2px solid #a3a3a3;
}

.header {
    line-height: 65px;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0px 1px 0px #FFFFFF;
}

.header a {
    color: inherit;
    display: inline-block;
}

.header a:focus {
    outline: none;
}

.header-logo {  
    width: 176px;
    height: 49px;
    
    position: relative;
    float: left;
    top: 8px;
    margin: 0 65px 0 -40px;
    
    background: url('../images/logo_beta.png') no-repeat;
}

a.logo {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    
    text-indent: -10000px;
}

.header-greeting {
    position: relative;
    float: right;
    margin-right: -40px;
}

.header-profile-image {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    
    top: 6px;
    margin: 0 5px;
    
    border: 1px solid #BDB5B3;
    
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    
    background-repeat: no-repeat;
    background-position: center center;
    
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.header-greeting .header-profile-image {
    top: 7px;
    margin-right: 0;
    
    border: 2px solid #BDB5B3;
}

a.signup {
    color: #FF931E;
}

a.login {
    margin-left: 20px;
    color: #3FA9F5;
}

.dropdown-menu .header-profile-image {
    top: 0;
    float: left;
    margin-left: 0;
}

.header .caret {
    vertical-align: middle;
    
    border-top: 5px solid black;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.header-browse {
    position: relative;
    float: left;
    margin-right: 65px;
}

.header-dropdown-caret {
    position: absolute;
    display: block;
    top: -6px;
    right: 25px;
    
    border-bottom: 6px solid #A3D8D2;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.header .dropdown-menu {
    margin-top: -19px;
    margin-right: -27px;
    
    background: #a3d8d2;
    border: none;
    
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
}

.dropdown-menu.account-dropdown {
    margin-top: -10px;
    margin-right: -21px;
}

.dropdown-menu.search-dropdown {
    margin-top: -14px;
}

.header .dropdown-menu li {
    font-size: 12px;
    text-shadow: none;
}

.header .dropdown-menu li:first-of-type a {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.header .dropdown-menu li:last-of-type a {
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.header .dropdown-menu a {
    display: block;
    
    line-height: 22px;
    margin: 0 5px;
    padding: 5px 5px;
    
    font-weight: bold;
}

.header .dropdown-menu a:hover {
    background: #b5e0db;
    color: inherit;
}

.header .dropdown-menu li.dropdown-label:first-child {
    margin-top: 0;
}

.dropdown-label {
    clear: both;
    overflow: auto;
    margin: 5px 10px;
}

.dropdown-label span {
    float: left;
    margin-right: 10px;
    font-weight: normal;
}

.dropdown-label hr {
    margin: 9px 0 0;
    border-top: 1px solid #80a39f;
    border-bottom: none;
}

/* Search */

.header-search {
    position: relative;
    float: left;
}

.search-caret {
    position: absolute;
    top: 0;
    right: 0;
}

.search-caret .caret {
    border-top: 5px solid #5dc2b4;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.search-form {
    display: inline-block;
    margin: 0;
}

.page-header-search {
    float: right;
}

input.search-input {
    position: relative;
    top: -1px;
    
    height: 15px;
    line-height: 15px;
    width: 130px;

    margin: 0;
    padding: 0 15px 0 0;
    
    font-size: 12px;
    text-shadow: 0px 1px 0px #FFFFFF;
}

input.search-input, input[disabled].search-input {
    background-color: #FFFFFF;
    color: rgb(31,29,28);
    
    border: none;
    border-bottom: 1px solid #C7C5C5;
}

input:focus.search-input {
    color: rgb(31,29,28);
    outline: none;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    
    border: none;
    border-bottom: 1px solid #C7C5C5;
}

input.search-input:-moz-placeholder {
    color: #5dc2b4;
}

input.search-input:-ms-input-placeholder {
    color: #5dc2b4;
}

input.search-input::-webkit-input-placeholder {
    color: #5dc2b4;
}

.search-result-count {
    margin-bottom: 20px;
}

.search-result em, .search-result em a {
    font-style: normal;
    background-color: #E2F0FA;
    font-weight: bold;
    padding: 0 3px;
}

div.search-filter {
    position: absolute;
    top: 33%;
    right: -25px;
    width: 20px;
    height: 20px;
    background-size: 100%;
}

div.search-filter.flickr {
    background-image: url('../images/status-dashboard/flickr-25px.png');
}

div.search-filter.foursquare {
    background-image: url('../images/status-dashboard/foursquare-25px.png');
}

div.search-filter.instagram {
    background-image: url('../images/status-dashboard/instagram-25px.png');
}

div.search-filter.twitter {
    background-image: url('../images/status-dashboard/twitter-25px.png');
}
