/*  
Description: Footer Styles for the Revel Outdoors website
Author: Jamie Wightman
Author URI: http://jamiewightman.com/
*/

#footer_utilities {
    clear: both;
    float: left;
    width: 100%;
    text-align: center;
    background-color: #000000;
    padding-bottom: 2px;
    padding-top: 2px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#footer_utilities ul {
    padding: 0px;
    list-style-type: none;
    margin: auto;
}

#footer_utilities li {
    padding: 0px;
    margin: 0px;
    display: block;
    background-color: #000000;
    width: 100%;
    border-bottom: 1px solid #cccccc;
}

#footer_utilities a:link, #footer_utilities a:visited {
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 4px;
    text-decoration: none;   
}

#footer_utilities a:hover {
    background-color: #333333;
}

#copyright {
    text-align: center;
    font-size: 1.0em;
    color: #666666;
    margin: 10px;
    margin-right: 20px;
}

footer {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
}

footer .container {
    background: none;
    padding-top: 10px;
    padding-bottom: 40px;
}

footer p {
    color: #666666;
}

#footer_blurb {
    width: 100%; /*70%*/
    float: left;
    text-align: center;
}

#footer_blurb p {
    text-align: center;
}

#footer_blurb img {
    padding: 10px;
    vertical-align: middle;
}

.footer_blurb_center {
    float: left;
    width: 100%;
}

#footer_social {
    text-align: right;
    float: right;
    margin-top: 20px; /* empty*/
    margin-bottom: 20px;
    width: 100%; /* empty*/
}

#footer_social p {
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center; /*right*/
}

@media only screen and (min-width: 760px) {
    #footer_utilities li {
        display: inline;
        border: none;
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    #footer_utilities a:link, #footer_utilities a:visited {
        display: inline;
    }
    
    .footer_blurb_center {
        width: 33%;
    }
}
