﻿/* default font size */
@import url(normal.css);

*
{
    padding:0; margin:0;
}

img
{
     border:0;
}

body, div, p, th, td, li, dd
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    color:#444;
}

body 
{
    background: #fff url(../images/body-bg.jpg) no-repeat 900px 20px;
}

a
{
    color: #1876b4;
    text-decoration: none;
}

a:hover
{
    /*border-bottom: solid 1px #1876b4;*/
    text-decoration: underline;
}

p
{
    line-height: 1.6em;
    margin-bottom: 10px;
}

ul
{
    margin-left: 18px;
}

li
{
    margin: 0 0 5px 0;
}

.cl 
{
    clear: both;    
}

h1,h2,h3,h4
{
    color: #b51929;
}

h1
{
    font-size: 1.8em;
}

h2
{
    font-size: 1.6em;
    margin: 15px 0 10px 0;
}

h3
{
    font-size: 1.2em;
    margin: 10px 0 10px 0;
}

h4
{
    color: #444;
    font-size: 1.0em;
    margin: 10px 0 10px 0;
}

#container
{
    background: transparent url(../images/container-bg.gif) repeat-y;
    width: 920px;
    position: relative;
}


#header
{
    min-height: 1px;
}

#header .scarab
{
    position: absolute;
    top: 125px;
    right: 110px;
    text-align: right;
    width: 281px;
    font-size:0.9em;
}

#header .font-sizer-handle
{
    cursor: help;
}

#header .font-sizer.small
{
    font-size: 1.1em;
}

#header .font-sizer.medium
{
    font-size: 1.5em;
}

#header .font-sizer.large
{
    font-size: 1.9em;
}

#header .church-photo
{
    position: absolute;
    top: 15px;
    right: 20px;
    width: 281px;
    height: 116px;
    background: transparent url(../images/home-logo.jpg) no-repeat;
}

#header .logo
{
    position: absolute;
    top: 5px;
    left: 120px;
}

#header .logo a
{
    border:0;
}

#header .logo a:hover
{
    text-decoration:none;
}

#header .logo img
{
    border:0;
}

#header .blurb
{
    position: absolute;
    top: 80px;
    right: 424px;
    width: 350px;
    text-align:right;
}

#header .blurb p
{
    font-family: Arial;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    line-height:1.0em;
    color: #b51929;
}

#main
{
    margin: 145px 0 0 75px;
    width: 800px;
}

#menu
{
    border-bottom: dotted 1px #ccc;
    min-height: 1px;
}

#menu ul
{
    list-style: none;
    margin: 0;
}

#menu ul li
{
    float: left;
    margin: 0;
}

#menu a
{
    color: #b51929;
    font-size: 1.0em;
    white-space: nowrap;
    
    display: block;
    margin: 10px 10px 0 5px;
    padding: 0 5px 3px 0px;
    
    border: none;
    margin-bottom: 2px;
}

#menu a:hover
{
    text-decoration:none;
    border-bottom: solid 2px #b51929 !important;
    margin-bottom: 0px;
}

#menu .active a
{
    color: #b51929;
    border-bottom: solid 2px #b51929;
    margin-bottom: 0px;
}

#content
{
    float: left;
    width: 520px;
    padding: 0px 30px 30px 20px;
}

#content.full-width
{
    width: 750px;
}

#content p
{
    text-align: justify;
}

#content .montage a:hover
{
    background-color: blue;
}

#content .montage a:active
{
    background-color: red;
}

#content img.bordered
{
/*    padding-bottom:1px;
    padding-left:3px;
    padding-right:0px;
    padding-top:3px;
    border:solid 0px #ccc;
*/
    padding:3px;
    border:0;
}

#content .montage
{
}

#content .montage img
{
    width:70px;
    height:56px;
    margin:0px 0px 0px 0px;
}

#content hr
{
    height:0px;
    color:#ddd;
    margin-top:0px;
    width:90%;
}

#content .contacts
{
    width:100%;
    margin-top:20px;
}

#content .contacts td
{
    width:33%;
    line-height: 3em;
}

#content .contacts h4
{
    margin:0;
}

#content form p
{
    margin:0 0 4px 0;
}

#content form label
{
    clear:left;
    display:block;
    float:left;
    width:160px;
    text-align:right;
    margin-right:10px;
    padding-top:2px;
    color:#444;
}

#content form input, #content form textarea
{
    width:250px;
    font-family: Arial, Sans-Serif;
    font-size: 1.0em;
    height:14px;
    padding:5px 4px 5px 4px;
}

#content form textarea
{
    height:70px;
}

#content form .tickbox
{
    width:20px;
    margin-left:170px;
}

#content form.contact-us textarea
{
    height:150px;
    margin-bottom:10px;
}

#content form .submit-button
{
    width:auto !important;
    margin-left:170px;
    margin-top:10px;
    height:auto;
    font-size:1.1em;
    font-weight: bold;
}

#content form .clear-button
{
    width:auto !important;
    margin-left:25px;
    margin-top:10px;
    height:auto;
    font-size:1.1em;
    font-weight: bold;
}
#info
{
    float: left;
    border-left: dotted 1px #ccc;
    margin-bottom: 20px;
    color: #444;
    width: 225px;
}

#info .section
{
    padding: 15px 15px 15px 15px;
}

#info h4
{
    margin-top:0;
}

#footer
{
    background: transparent url(../images/footer-bg.gif) no-repeat;
    padding: 20px 0 20px 10px;
    margin-left: 38px;
    width: 869px;
    color: #999;
}

#footer .validation
{
    margin-top: 10px;
}

#footer .validation margin:0px 0px 0px 0px;
{
    border: 0;
}

#footer .validation a
{
    border: 0;
}

#footer .gemson-net
{
    color: #ccc;
    font-weight: bold;
    border: none;
}

#footer .gemson-net:hover
{
    text-decoration:underline;
}
