body
{
    background-color: #fff;
    color: /*#2f2e2d;*/black;
    line-height: 133%;
    font-family: times, serif;
    font-size: 100%;
}

h1/*, h2*/
{
    color: #700000;/*#2f2e2d;*/
    font-size: 170%;
    font-weight: normal;
    text-align: center;
}

h2
{
    font-size: 150%;
    font-weight: normal;
    margin-top: 3ex;
    margin-bottom: 1.2ex
}
h2:first-letter 
{ color: #700000; }

a:link      { color: #083373;   }
a:visited   { color: #504;      }

p
{
    margin-top: 0.3ex;
    margin-bottom: 0.3ex;
}


/**
* header
*/
div#intro
{
    height: 170px;
}

img#cross
{
    position: absolute;
    left: 15px;
}

img#icon
{
    position: absolute;
    right: 15px;
}

div#church
{
    position: absolute;
    top: 80px;
    left: 110px;
    line-height: 80%;
    font-size: 90%;
    color: #777;
}

div#intro h1
{
    line-height: 120%;
    padding-left: 115px;
    padding-right: 140px;
}

div#intro p#nbg
{
    margin-top: -2ex;
    margin-left: 64%;
    font-size: 130%;
    font-style: italic;
    font-weight: bold;
    color: #aaa;
}



/*** 
	menu 
***/

div#menu
{
    font-size: 130%;
    white-space: nowrap;
    background-color: #faeee2;
    padding: 0.5ex 0 0.1ex 0.4ex;
    margin: 0;
    height: 3ex;
}
div#menu a
{
    color: #2f2e2d;
}
div#menu div
{
    float: left;
    width: 20%;
    padding-left: 0.2em;
}

div#menu a:first-letter 
{ color: #9f1010; }

div#menu	:first-letter
{ color: #9f1010; }



div#narrow
{
    background-color: #faeee2;
}



.BibleItem
{
    display: list-item;
    list-style-type: square;
    font-size: 95%;
}

.blogEntity
{
    display: list-item;
    list-style-type: square;
}

#location img
{
    border-style: none;
}

div#footer
{
    font-size: 72%;
    padding-top: 4ex;
    margin-bottom: 3ex;
}
