﻿/* FFCMW1 Master Stylesheet 
==================================*/

/* Global Styles */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address, input
{
    margin: 0;
    padding: 0;
    font-family: Times New Roman, Serif;
    font-size: 9pt; }

a       {color: #000;}
a:hover {color:#b46638;}  
img     {border-width:0;}  
    
/* Basic Page Elements 
======================*/    

body    {background: url(../images/bk_faux.gif) repeat-y 7px 0;}

#page
{
    width:800px;
    margin-left:7px;}


#header
{
    width: 100%;
    height: 127px;
    background-color:#fff;
    border-bottom: solid 7px #fff;}

#header h1  
{
    float:left;
    width:434px;
    height:101px;
    text-indent: -800em;
    background: url(../images/logo.gif) no-repeat;    }    

#header h1 a
{
    display:block;
    width: 100%;
    height: 100%;
    text-decoration:none;    }  
    

/* Login Form */
#login  
{
    float:right;
    width:230px;
    height:85px;
    margin-top:16px;
    }  

#login ul   {list-style:none;} 

#login .formcol1
{
    float:left;
    width:97px; 
    height:100%;   }  

#login .formcol2
{
    float:right;
    height:100%;
    width:133px;    }  

#login .formcol1 li {margin-top:1.5em;}    

/* Utility Bar */
#utility
{
    background-color:#feba35;
    width:100%;
    height:21px;
    padding-top:5px;
    clear:both;}  

.welcome
{
    margin-left:30px !important;
    margin-left:10px;
    float:left;
    font-size:11pt;
    }

#utility ul {list-style:none;}    

#utility li
{
    float:left;
    margin-left: 25px;} 

/* Search Form */
#search
{
    float:right;
    margin-right: 15px !important;
    margin-right: 6px;
    margin-top:-3px;}  

/* Content
==========*/
#content    {}

/* Column: Navigation and Stats */
#col_navstats
{
    float:left;
    width:131px;
    height:100%;}    

/* Sitewide Navigation 
======================*/
#nav
{
    width: 131px;
    height:238px;
    list-style:none;
    background-color:#872300;
    border-bottom:solid 7px #fff;
}

#nav li
{
    width:100%;
    height:32px;
    }

#nav a
{
    display:block;
    width:100%;
    
    text-decoration:none;
    background-image:url(../images/nav.gif);
    background-repeat:no-repeat;
    text-indent:-800em;
    height:32px;}

#o1         {    background-position: 0 0;   }          /*Home*/
#o1:hover   {    background-position: -131px 0px;   }     

#o2         {    background-position: 0 -34px;}         /*Forums 34*/
#o2:hover   {    background-position: -131px -33px;
                 }    

#o3         {    background-position: 0 -67px;}     /*Photo Gallery 35*/
#o3:hover   {    background-position: -131px -66px;   }    

#o4         {    background-position: 0 -99px;  }     /*Members Only 35*/
#o4:hover   {    background-position: -132px -98px;   }    

#o5         {    background-position: 0 -132px;   }    /*Pastor's Corner 35*/
#o5:hover   {    background-position: -131px -131px;   }    

#o6         {    background-position: 0 -167px; }    /*Youth Group 35*/
#o6:hover   {    background-position: -131px -167px;   }    

#o7         {    background-position: 0 -199px; }    /*Calendar 32*/
#o7:hover   {    background-position: -131px -199px;   }    
 

/* Column: Picture */
#col_image
{
    margin-left: 138px !important;
    margin-left: 135px;
    }    

/* Column: Main Copy */
#col_main
{
    float:right;
    width:366px;
    height:100%;
    }      

#copy_img
{
    border-bottom:solid 7px #fff;}


/* Main Copy Area 
====================*/
#copy   {    padding:15px;    }  

#copy h1
{
    font-size: 13pt;
    margin-bottom: 1em;
    color: #000;}

#copy h2
{
    font-size: 11pt;
    margin-bottom: 1em;
    color: #000;}

#copy h3
{
    margin-bottom: .5em;}
    
#copy p
{
    margin-bottom: 1em;}    

#copy ol, #copy ul
{
    margin-left: 3em;
    margin-bottom: 1em;}

/* Footer 
=========*/

#footer 
{
    clear:both;
    position:relative;
    
    width:800px;
    margin-left:7px;
    border-top:solid 7px #fff;
    height: 1.5em;
    padding-top:.5em;
    background-color:#000;
    }

#footer p
{
    color: #d8aa88;
    font-size: 8pt;    
    padding-left: 138px !important;   }    

/* Specific Overriding Rules 
============================*/

.formcol1{float:left;}
.formcol2{float:right;}
input{font-family: Arial, Sans-Serif;}

/* Site Stats */
#stats  
{
    padding:5px;
    text-align:right;
    }

#stats h3
{
    color:#872301;
    font-size: 9pt;}
    
#stats p
{
    color:#444;
    font-size: 9pt;
    margin-bottom: 1em;}
