/*
    File: footerset.css
    Created on : 09-Apr-2018, 16:32:05
    Draft footer  NB2018-05-03
Please record changes here:
p.indexlink font normal and top margin 2em
*/

/*******************************************
NAV LINKS (at end of page before footer)
*******************************************/
div.navlinks {
    margin-top:1em;
    font-family:"Times New Roman",serif;
    font-size:1.2em;
    font-weight:normal;
    text-align:center;
}
div.navlinks div.nextdaf {
    margin-bottom:1em;
    margin-top:0;
}
div.navlinks div.nextdaf p {
    font-family:Arial,sans-serif;
    font-size:1.0em;
    font-weight:bold;
    color:#000080;
}
div.navlinks p.indexlink {
    font-weight:normal;
    line-height:130%;
    margin-top:2.0em;
    margin-bottom:1.0em;
}
div.navlinks p.homepagelink	{
    text-transform: uppercase;
    margin-top:2.0em;
    margin-bottom:1.0em;
}
div.navlinks p.dafhomelink {
    margin-bottom:1em;
}

/*******************************************
    THE RESOURCES SECTION
*******************************************/
.resources {
    font-size:1.0em;
    text-align:center;
    margin: 0 auto;
}
.resources ul {
    padding:0;
}
.resources ul li {
    margin: 0 0.8em 0 0.8em;
    min-height:3em;
    vertical-align:top;
    display:inline-block;
    /* Hack for ie6/7: */
    zoom:1;
    *display: inline;
}
.resources li .liheb { /*the Hebrew names*/
    font-family:Arial, sans-serif;
}
.resources a {
    color:blue;
    text-decoration:none;
}
.resources a:link { }
.resources a:visited {color:#FF0066;}
.resources a:hover {text-decoration: underline;}
.resources a:active {color:red;}

/*******************************************
THE FOOTER SECTION
*******************************************/
#footer {
    margin:0 auto;
    font-size: 1.0em;
    font-weight: normal;
    text-align:center;
    margin-bottom:3px;
    margin-top:1.8em;
    color:#00CCCC
}
#footer ul, footer ul li {
    padding:0;
}
#footer ul li {
    margin: 0 0.5em 0 0.5em;
    vertical-align:top;
    display:inline-block;
    /* Hack for ie6/7: */
    zoom:1;
    *display: inline;
}
#footer a {
    color: #00CCCC;
    text-decoration: none;
    padding:0 5px 0 5px;
}
#footer a:link {}
#footer a:visited {}
#footer a:hover {background-color:#00CCCC;color:white;text-decoration:underline;}
#footer a:active {color:red;}
#footer a.chomerbivrit {
    font-weight: bold;
    margin:0;
}

/*EOF*/