#userActions #loginDropdown {
    top:150px;
    left:150px;
    right:150px;
    padding:1em;
    margin:1em 0 1em 2.3em;
    visibility: visible;
    display: block;
    border: none;
    box-shadow: none; }

    #userActions .userLoginLink:hover #loginDropdown,
    #userActions .userLoginLink #loginDropdown.hover,
    #userActions #loginDropdown .arrow {
        position:absolute;
        top:150px;
        left:150px;
        right:150px; }

    #userActions #loginDropdown > div {
        position:relative; }

.userLogin .forgotPassword {
    display:none; }


#siteContent .actionLink {
    color: red !important; }

#siteHeader {
    border-top: 2px solid #fff;
    background: #738895;
    background-position: center top;
    background-image: url("/images/sigi_header.jpg") ;
    background-size: 100% 62%;
    background-repeat: no-repeat;    
    height: 135px; }

#siteLogo {
    left: 20%;
    top: 3px;
    max-height: 90px; }

    #siteLogo img {
        max-height: 70px; }

#searchHead {
    vertical-align: top;
    top: 82px;
    min-width: 240px; }

    #searchHead form {
        margin: 1px 0 0; }

#headerContent .upload {
    line-height: 193px;
    font-size: 1.4em;
    color: white; }

#headerContent .language {
    line-height: 230px;
    color: white; }

#userControls {
    top: 70px; }

    #userControls .button {
        height: 20px; }

        #userControls .button .wrap {
            vertical-align: bottom; }

        #userControls .wrap .badge {
            position: relative;
            background: #92acbe; }

#userControls .messages,
#userControls .notifications,
#userControls .settings {
    vertical-align:bottom; }

    #userControls .messages:hover i,
    #userControls .notifications:hover i,
    #userControls .settings:hover i {
        color:white; }

#userControls .profile {
    padding-top: 82px; }

    #userControls .profile .userThumb {
        height: 40px;
        width: 40px; }

    #userControls .profile .linkToProfile {
        height: 40px; }

        #userControls .profile .linkToProfile a {
            color: white !important; }

#userControls .profile #userLinks {
    top: 120px;
    transition-delay: .2s; }

    #userControls .profile #userLinks .arrow {
        top: -100px;
        right: 50px; }

        #userControls #profileLink .linkToProfile .username {
            color: #e52713; }

#siteSidebar {
    background: #d6dfe1; }

#siteNav {
    border: 1px solid #d6dfe1; }

    #siteNav li {
        background: #738895; }

        #siteNav li a {
            color: #fff; }

        #siteNav li:hover {
            background: #e52713; }

        #siteNav li:active {
            background: #92acbe;
            border-right: 5px solid #e1eff7; }

