﻿/******************************************************************************/
/* Set styles for the main body of the site */
html,body
  {
    height: 100%;
  }
  
body
  {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: arial, sans-serif;
    background: #fff url(img/v_gradient.jpg) no-repeat 0 540px;
    color: #000;
  }
    
/* define link attributes */
/* 000000 = Black
   C02A2B = Deep Red
   8C734A = Dark Gold - Dark enough to read
   CCBB6D = Light Gold
   F5E5A7 = very light gold
*/
a:link { color: #000000; text-decoration: underline; }
a:visited { color: #000; text-decoration: underline;}
a:active { color: #C02A2B; text-decoration: underline; }
a:hover { color: #53442C; text-decoration: overline underline; background: #FAF4DE; }

.gridcolor
  {
    background: #FAF4DE;
  }
  
h2
  {
    font-size: 2em;
    font-style: italic;
    font-weight: bold;
    color: #8C734A;
    /* margin-top: 1em; */
  }
  
h2.StandOut
  {
    font-size: 2em;
    font-style: italic;
    font-weight: bold;
    color: #C02A2B;  
  }

h3.SubHead
  {
    font-size: 1.5em;
    font-style: italic;
    font-weight: bold;
    color: #8C734A;
    margin-left: -.75em;
    text-decoration: underline;
  }

td
  {
    font-size: 12px;
  }  

.fineprint
  {
    font-family: arial, sans-serif;
    font-size: .75em;
  }

#new
  {
    color: #C02A2B;
    font-size: 1em;    
  }

#new a:link
  {
    color: #C02A2B;
    text-decoration: underline;
  }
  
#new a:hover
  {
    color: #53442C;
    text-decoration: overline underline;
  }
  
.important
  {
    color: #C02A2B;
    font-size:  1em;
    font-weight: bold;
  } 

p.handwriting
  {
    margin: 0;
    padding: 0;
    font-family: coronet, cursive;
    font-size: 2em;
  }
  
hr { color: #8C734A; }

#picture
  {
    height: 204px;
    width: 150px;
    position: absolute;
    top: 10.9375em;
    display: inline;
    background-image: url(img/pastor_kären.jpg);
    background-repeat: no-repeat;
    border:solid #BF292A 1px;
  }

.wraptext
  {
	float: left;
	margin-top: 1.3em;
	padding: .225em;
	position: relative;
	top: 50 px;
	left: 10 px;
}
.imagewrap
  {
    float: left;
  }
/******************************************************************************/
/* Set the style for what we see in the page banner */
#banner   
  {
    margin: 0;
    height: 3.9375em;                 /* This is the height of the picture we use */
    background-color: #BF292A;        /* The deeper color of the gradient */
    color: #CCBB6D;                   /* set the color of any text we might use */
    background-image: url(img/banner.jpg);
    background-repeat: no-repeat;     /* We just want one instance of the picture*/
    background-position: left;        /*push the image all the way to the left */
    padding: 0; 
  }

/******************************************************************************/

.bannertext
  {
    font-size: 1em;
    font-family: arial, sans-serif;
    font-weight: bold;
    color: #F5E5A7;
  }
  
b.mission
  {
    font-size: 1.25em;
    font-weight: bold;
    font-style: italic;
    margin: 0 0 3.4375em 9.125em;
    color: #CCBB6D;
  }
/******************************************************************************/
/* Paragraph style for the subbanner area */
p.submenu
  {
    position: relative;
    top: 0;
  }

/******************************************************************************/

#main
  {
    position: relative;
    min-height: 100%;
    /* line-height: 1.25em; */
  }
  
* html #main
  {
    height: 100%;
  }

#subbanner
  {
    background-color: #BF292A;
    color: #CCBB6D;
    /* padding: .625em; */
    padding: .625em 0em .005em .5em;
    font-size: .9em;
    font-weight: bold;
  }
  
#subbanner ul
  {
    margin-top: .125em;
    margin-left: 11.625em;
    padding: 0;
  }
  
#subbanner li
  {
    list-style: none;
    display: inline;
  }
  
#subbanner a
  {
    color: #F5E5A7; background: none;
  }
  
#subbanner a:hover
  {
    text-decoration: none;
    color: #CCBB6D;
  }
    
/* This sets the style for the main content area of the page */
#content
  {
    margin: 0 0 3.4375em 14.125em; /* We need to be this far down and to the right to miss the graphics*/
    padding: .625em;
    font-size: .8em;
  }
  
#minutes-list li
  {
    list-style: none;
  }
  
.no-bullets li
  {
    list-style: none;
  }
  
.disabled
  {
    color: #989896;
  }  
/******************************************************************************/
/* Style for the bottom of the page*/
#bottom
  {
    position: relative;
    height: 2.8125em;
    margin: -3.4375em 0 0 14.125em;
    background-color: #BF292A;
    color: #CCBB6D;
    font-size: .75em;
    padding: .625em .625em 0;
  }

#bottom a
  {
    color: #F5E5A7;
  }
  
#bottom a:hover
  {
    background: none;
    background-color: #FAF4DE;
    text-decoration: underline overline;
    color: #53442C;
  }
  
/******************************************************************************/
/* Set the properties of the menu frame on the left side */
  /* Set the properties of the base menu image */
  #menugraphic     
    { 
      height: 29.8125em;
      width: 171px;
      position: absolute;
      top: 3.9375em;
      z-index: 1;
      background-image: url(img/menu.jpg);
      background-repeat: no-repeat;
    }
  
  /* This sets the boundaries of the links in our menu */
  #button
    {
      width: 7.125em;
      height: 2.875em; 
      font-family: arial, sans-serif;
      font-weight: bold;
      font-size: 1.5em;
      text-align: center;
      text-decoration: none;
      padding: 1.1em 0 0 0;
      color: #FFF;
    }

  /* defines the menu list */
  #button ul    
    {
      list-style: none;
      margin: 0;
      padding: 0;
      border: 0;
    }
    
  /* Defines what the menu text will look like */
  #button li a     
    {
      display: block;
      color: #F5E5A7;
      padding: .325em 0 .34em 0;
      text-decoration: none;
      width: 7.125em;
      position: relative; /* positions each list item correctly */
      /* top: 6.6125em; */
      top: 6.7em;
    }

  /* When hovered over, turn the text gold */
  #button li a:hover
    {
      color: #CCBB6D; background: none;
    }

