﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: black;
    height: 100%;
    background-color: #890000; 
    
    /* old color: #53211A */
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1.6em;
    color: #353535;
}

/* Navigation
----------------------------------------------------------*/

.navigation
{
    background-color: Transparent;
    height: 45px;
    width: 800px;
}

.links
{
    width: 100%;
    background-image: url('/ContentFile/Graphic Design/linkbar.png'); 
    height: 50px;
}

#home, #about, #connect, #media, #events
{
    width: 160px; /*background-image: url('/ContentFile/Graphic Design/button_complete2.png'); */
    background-position: center top;
    background-repeat: no-repeat;
    float: left;
    margin-top: 0px;
    /* color: #CCCCCC; */
    height: 100%;
}

#home:hover, #about:hover, #connect:hover, #media:hover, #events:hover {
 width: 160px;
 background-image: url('/ContentFile/Graphic Design/links/home_hover.png');
 background-position:center;
 background-repeat:no-repeat;
 float: left;

}

#home{
 background-image: url('/ContentFile/Graphic Design/links/home.png'); 

}

#home:hover{
 background-image: url('/ContentFile/Graphic Design/links/home_hover.png'); 

}

#about{
 background-image: url('/ContentFile/Graphic Design/links/about.png'); 
 
}
#about:hover{
 background-image: url('/ContentFile/Graphic Design/links/about_hover.png'); 

}

#connect{
 background-image: url('/ContentFile/Graphic Design/links/connect.png'); 

}

#connect:hover{
 background-image: url('/ContentFile/Graphic Design/links/connect_hover.png'); 

}

#media{
 background-image: url('/ContentFile/Graphic Design/links/media.png'); 

}

#media:hover{
 background-image: url('/ContentFile/Graphic Design/links/media_hover.png'); 

}

#events{
 background-image: url('/ContentFile/Graphic Design/links/newsevents.png'); 

}

#events:hover{
 background-image: url('/ContentFile/Graphic Design/links/newsevents_hover.png'); 

}

/* Sidebar DIV
----------------------------------------------------------*/
.Home, .About, .Connect, .Media, .Events{ 

font-family: Calibri;
font-size: 14px;
  
}

.Home {
}

.Home a {
}

.About
{
    background-color: #58251C;
}

.About a
{
    color: #FFFFFF;
}


.Connect{
}

.Media{
}

.Events{
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
     margin-top: 10px;
    padding: 0 0 10px 0;
}

.page_name {
color: #555555; 
margin:0px; 
font-family: Verdana;

}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */

.mainWrapper
{
    background-image: url('/ContentFile/Graphic Design/Background_repeat.png');   
    background-position: center top;
    background-attachment: fixed;
    background-repeat: repeat-y;
    margin: 0px;
}

.mainContent
{
     width:800px;
     margin-top: 0px;
     padding-bottom: 10px;
}

.mainContent img
{
    /* margin: 20px;*/
}

.pageheader
{
    background-position: center top;
    width: 100%;
    color: Black;
    /*position: relative;*/
    color: #000;
    padding-top: 0px;
    height: 100px;
    background-image: url('/ContentFile/Graphic Design/gradient.png');
    background-repeat: repeat-x;
    /* background-attachment: fixed;*/
}
    
.pageheader h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}


.footer
{
    color: #999;
    text-align: center;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    font-size: .9em;
    background-image: url('/ContentFile/Graphic Design/footer.png');
    background-repeat: no-repeat;
    background-position: center top;
    height:64px;
}

.footer_text
{
    margin-bottom:5px;
    margin:auto;
    width: 750px;

}

.sidebar, .text
{
    float:left;
    overflow:visible;
    color: inherit;
    border: none 0px white;
}

.text /* Main text div */
{
    width: 550px;
    padding: 10px;
    text-align:left;
}

.sidebar
{
    width: 150px;
    vertical-align: top;
    text-align: center;
    color: black;
    padding: 0px 15px 5px 15px; 
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight:bold;
}

.sidebar_head
{
    background-image: url('/ContentFile/Graphic Design/sidebarHead.png');
    background-repeat: no-repeat;
    background-position: center top;
    height: 26px;
}

.sidebar_middle
{
    background-image: url('/ContentFile/Graphic Design/sidebarMiddle.png');
    background-repeat: repeat-y;
    background-position: center center;    
}

.sidebar_footer
{
    background-image: url('/ContentFile/Graphic Design/sidebarFooter.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 16px;
}

.sidebar a
{
    color: #004A95;
    text-decoration: none;
    font-size: 14px;
}

.sidebar a:hover
{
    text-decoration: underline;
    color: red;
}

#modify
{
    font-size:12px;
    color: Red;
    font-weight: normal;
}

.button
{
    border: 0px solid black;
    background-color: inherit;
    margin-left: 0px;
    color: #3333CC;
}

.button:hover
{
    color: Blue;
    cursor: pointer;
    text-decoration: underline;
}


/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"]
{
    width: 200px;
    border: 1px solid #CCC;
    /* background-color: #EBEBE4; */
    background-color: White;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table
{
  border: solid 0px #e8eef4;
  border-collapse: collapse;
}

table.no_border
{
  border: solid 0px #e8eef4;
}

table.home td
{
  border: solid 0px #e8eef4;
  width: 100%;
}

table.sermon
{
     margin: 5px;
     width: 700px;
}

table.sermon th, table.sermon td
{
    width: 20%;
}

table.sermon th.title, table.sermon td.title
{
    width: 40%;
}

table td 
{
  padding: 5px;   
  border: solid 0px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 0px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.quoted
{
    font-family: Arial, Helvetica, sans-serif;
}

.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

 .validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
} 

.left_indent
    {
        margin-left: 40px; 
    }
.noborder
{
     border: 0px solid white;
}

.underline
{
text-decoration: underline;
}

.no_underline
{
    text-decoration: none;
}

.home_div
{
  margin:  15px;
}
