/*
-----------------------------------------------
Client:Demand Local
Project:Dashboard

File Name:ft.css 
Notes:Styles all elements within the [f]oo[t]er block.

Author:Dayspring Technologies, Inc.
Email:info@dayspring-tech.com
Web:http://www.dayspring-tech.com/
----------------------------------------------- */

/* Layout
----------------------------------------------- */
div#ft {
    background: #eee;
    padding: 15px 40px 30px;
    position: relative;
}

div#ft div#ft-text {
    margin: auto;
    position: relative;
    width: 1200px; /* this comes from the width of div#content */
}

/* Typography
----------------------------------------------- */
#ft p {
    color: #666;
    font-size: 85%;
    margin: 0 0 5px;
}

/* Links
----------------------------------------------- */
#ft ul {
    font-size: 85%;
    margin: 0;
}

#ft li {
    border-left: 1px solid #666;
    float: left;
    line-height: 100%;
    list-style: none;
    margin-bottom: 0;
    margin-left: 10px;
    padding-left: 10px;
}

#ft li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

#ft a {
    color: #666;
    text-decoration: none;
}

#ft a:hover, #ft a:focus {
    background: #c4e4f3;
    color: #377698;
    text-decoration: underline;
}
