/*
 * CSS common to all pages on new-tzfat.com
 * This should _not_ include any other files.
 */

body
{
    color: #000000;
    background-color: #E0FFFF;
}

#content
{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid #1E90FF; 
    padding: 0.2em;
    background-color: #FFFFFF;
}

#header
{
    /* expand to cover the content padding */
    margin-top: -0.2em;
    margin-right: -0.2em;
    margin-left: -0.2em;
/*    padding: 0;
    border-color: #0F0;
    border-bottom-width: 0;
*/
}


h1
{
    text-align: center;
}

h3
{
    text-align: center;
    text-decoration: underline;
}

/* set font for headers*/
h1, h2, h3
{
    font-family: "comic sans ms", "comic sans", "papyrus", 
                 "times new roman", serif;
}

p
{
    text-align: justify;
}

hr
{
    color: #1E90FF;
    border: 1px solid #1E90FF;
}

.copyright
{
    font-size: smaller;
}

/* all hebrew */
.he
{
    direction: rtl;
}


/* bh hebrew at top of each page */
.bh
{
/*    clear: both; */
    direction: rtl;
    float: right; 
    text-align: right;
}

ul.menu
{
    float: left;
    width: 100%;

    margin: 0;
    background-color:  #1E90FF;
    padding: 0.5em 0 0.5em 0;

}

ul.menu li
{
    display: inline;
    float: left;

    list-style: none;
    padding: 0 1em 0 1em;
}

ul.menu a
{
    font-weight: bold;
    white-space: nowrap;
    padding: 0.2em 0 0.2em 0;
}

ul.menu a:link, ul.menu a:active
{
    color: #191970;
}

/* { border: 1px solid #ffcccc; } */

