/*Styling for floating footer bar*/
/*@author Christian Pando <cpando@manhattanmedia.com>*/

div.footer_bar
{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        height: 45px;
        background: #f5f5f5;
        opacity:0.95; 
        z-index: 100;
        color: #385e7b;
        box-shadow: 0 0 10px 1px #696969;
        -moz-box-shadow: 0 0 10px 1px #696969;
        -webkit-box-shadow: 0 0 10px 1px #696969;
}

div.footer_collapse_button_hide
{
        background: url(/floating-footer/img/hide.png) top left no-repeat transparent;
        position: fixed;
        bottom: 0;
        right: 0;
        height: 45px;
        width: 20px;
        cursor: pointer;
        z-index: 101;
}

div.footer_collapse_button_show
{
        background: url(/floating-footer/img/show.png) top left no-repeat transparent;
        position: fixed;
        bottom: 0;
        right: 0;
        height: 45px;
        width: 20px;
        cursor: pointer;
        z-index: 101;
        box-shadow: 1px 1px 6px 1px #000;
        -moz-box-shadow: 1px 1px 6px 1px #000;
        -webkit-box-shadow: 1px 1px 6px 1px #000;
}

div.footer_rss_play, div.footer_rss_pause, div.footer_rss_backward, div.footer_rss_forward
{
        height: 20px;
        width: 20px;
        cursor: pointer;
        display: inline-block;
        float: left;
        margin: 13px 5px 0;
}

div.footer_rss_play
{
        background: url(/floating-footer/img/rss_fader_pause.png) top left no-repeat transparent;
}

div.footer_rss_pause
{
        background: url(/floating-footer/img/rss_fader_play.png) top left no-repeat transparent;
}

div.footer_rss_backward
{
        background: url(/floating-footer/img/rss_fader_backward.png) top left no-repeat transparent;
        margin-left: 5px;
}

div.footer_rss_forward
{
        background: url(/floating-footer/img/rss_fader_forward.png) top left no-repeat transparent;
        margin-right: 0;
}

div.footer_content
{
        float: left;
        display: inline-block;
}

div.footer_container
{
        width: 960px;
        margin-left: auto;
        margin-right: auto;
}

.footer_logo_bar
{
        background: url(/floating-footer/img/C_S_F_R.png) top right no-repeat transparent;
        width: 125px;
        height: 40px;
        display: inline-block;
        float: left;
        margin: 3px 5px 0 0;
        padding-left:5px;
}

div.footer_ch
{
        text-align: center;
        width: 80px;
        display: inline-block;
        float: left;
        font-weight: bold;
        font-size: 14px;
        margin-top: 2px;
}

div.footer_newsletter_drop
{
        position: fixed;
        bottom: 45px;
        left: 790px;
        background: none repeat scroll 0 0 #d7d5d5;
        padding: 5px;
        border: solid 1px #000;
        display: none;
        font-weight: normal;
}

div.extra_text
{
        float: left;
        display: inline-block;
}

div.rss_items
{
        display: inline-block;
}

input.footer_newsletters_button
{
        margin: 0 5px;
}

form.esub_footer_form
{
        font-size: 16px;
        font-weight: bold;
        display: inline-block;
        float: left;
        margin-top: 10px;
        margin-left:10px;
}

form.esub_footer_form input[type="submit"]
{
        font-size: 15px;
        opacity:1.0;
}

span.esub_footer_form_warning-text
{
        font-size: 14px;
        font-weight: bold;
        color: #bb0f0f;
        padding-left: 5px;
        margin-top: 14px;
        float: left;
}

span.footer-rss-feed, a.footer-rss-item, a.already-subd
{
        font-size: 16px;
        font-weight: bold;
        padding-left: 5px;
        margin-top: 14px;
        float: left;
}

a.footer-rss-item:hover, a.already-subd:hover {
        color: #f87216;
}

#footer_social_media_container {
        float:right;
        margin-right:0;
        height:45px;
        display: inline-block;
}

#footer_facebook, #footer_twitter, #footer_pinterest {
        display: inline;
        height: 20px;
        width: 20px;
        overflow: visible;
        padding-right: 5px;
        position: relative;
}

#footer_facebook_icon, #footer_twitter_icon, #footer_pinterest_icon, #footer_facebook_icon:hover, #footer_twitter_icon:hover, #footer_pinterest_icon:hover {
        display: inline-block;
        height: 20px;
        width: 20px;
        margin-top: 14px;
}

#footer_facebook_icon {
        background: url(/floating-footer/img/NYF_footer_FB_hover.png) no-repeat scroll 0 0 transparent;
}

#footer_twitter_icon {
        background: url(/floating-footer/img/NYF_footer_twitter_hover.png) no-repeat scroll 0 0 transparent;
}

#footer_facebook_icon:hover {
        background: url(/floating-footer/img/NYF_footer_FB.png) no-repeat scroll 0 0 transparent;
}

#footer_twitter_icon:hover {
        background: url(/floating-footer/img/NYF_footer_twitter.png) no-repeat scroll 0 0 transparent;
}
