header.top-menu .navbar {
    margin-bottom: 0;
    min-height: 35px;
    box-shadow: none;
    border: none;
    border-bottom: none;
    background: #2CA7FF;
}

header.top-menu .navbar .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: -1px -1px #484848;
}


.site-actions {
    padding: 35px 0;
    text-align: center;
    background: #2CA7FF;
}

.widget-menu {
    background: #2CA7FF;
    border-top: 0;
    box-shadow: none;
    padding: 0;
    font-size: 0;
    margin-bottom: 20px;
    top: -1px;
    position: relative;
}

.widget-menu .main-nav li > a {
    font-size: 14px;
    border-radius: 0;
    color: #e53b3e;
    padding: 15px;
    transition: background-color 0.2s ease-in;
    background-color: #fff;
    border: solid 3px;
    border-radius: 4px;
    margin-right: 6px;
    margin-bottom: 7px;
    font-weight: bold;
    text-transform: uppercase;
}

/*fancy navigation color changes - touching this will probably break stuff*/

/*orange -2*/
#widgets-collapse > div > div > div > ul > li:nth-child(2) > a {
    color:#EDA72F;
    
}

#widgets-collapse > div > div > div > ul > li:nth-child(2) > a:hover {
    color:#fff;
    
}

/*blue - 3*/
#widgets-collapse > div > div > div > ul > li:nth-child(3) > a {
    color:#003C80;
    
}

#widgets-collapse > div > div > div > ul > li:nth-child(3) > a:hover {
    color:#fff;
    
}

/* green - 4*/
#widgets-collapse > div > div > div > ul > li:nth-child(4) > a {
    color:#62AA23;
    
}

#widgets-collapse > div > div > div > ul > li:nth-child(4) > a:hover {
    color:#fff;
    
}

/* not so dark blue - 5*/
#widgets-collapse > div > div > div > ul > li:nth-child(5) > a {
    color:#00DBFF;
    
}

#widgets-collapse > div > div > div > ul > li:nth-child(5) > a:hover {
    color:#fff;
    
}

/* End */

footer.foot > div {
    padding: 0;
    color: #fff;
    background: linear-gradient(#3D3D3D 7%, #000);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-attachment: inherit;
    border-top: solid 1px #fff;
    box-shadow: -1px -1px 8px 0px #969696;
}

footer.foot .powered-by {
    height: auto;
    background: #000;
    min-height: 80px;
    width: 100%;
    bottom: 0;
}


