/* NTF Link Bar style sheet
 * By Steve Kostecke kostecke@ntp.org, 2013-0930
 */

#ntf {
        background-color: #f6f6f6;      
        color: #2480bc;
        line-height: 2em;
        width: 100%;
        font-family: sans-serif;
        font-weight: bolder;
        border: thin solid #88cef1;
}
a.ntf {
        text-decoration: none;
        color: #3f3f3f;
}
.ntf:hover {
        text-decoration: underline;
}
#ntf-links {
        text-align:center;
}
#ntf-links a.ntf {
        color: blue;
        font-weight: lighter;
}
#ntf-join {
        float:left;
        padding-left: 1.25em;
        padding-right: 1.25em;
}
#ntf-donate {
        float:right;
        padding-left: 0.5em;
        padding-right: 0.5em;
}
div.ntf-button {
        background-color: #fcc32f;
        color: #3f3f3f;
        font-variant: small-caps;
        font-weight: bolder;
        font-size: larger;
}

