﻿.foo
{
}
/* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* 
	Theme Name: Immanuel Baptist Church
	Author: Richard Fowler
	Version: 3.0
*/


body
{
    background: #000000;
    color: #000000;
    width: 957px;
	margin: 0px auto 0px;
	padding: 0px;
	border: 0;

}

#wrap
{
    margin: 0px auto;
    padding: 0;
    position: relative;
}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited
{
    color: #003399;
    text-decoration: none;
}

a:hover
{
    color: #0033cc;
    text-decoration: underline;
}

a img
{
    border: none;
}

a:focus, a:hover, a:active
{
    outline: none;
}

/************************************************
*	Page Layout & Styles						*
************************************************/

#container
{
	margin: 0;
	padding: 0 0 0 0;
	border: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    text-decoration: none;
    background-color: #000000;
}

#masthead
{
	padding: 0px;
	margin: 0px;
}

h1
{
    font-size: x-large;
    color: #A50122;
}
h2
{
    font-size: large;
}
h3
{
    font-size: medium;
    color: #008080;
}
h4
{
    font-size: medium;
    color: #70A000;
}

a
{
    color: #5f8ea9;
    text-decoration: underline;
    font-weight: 700;
}
a:hover
{
    color: #33627d;
    text-decoration: underline;
}

#navigation
{
	margin: 0;
	border: 0;
	padding: 10px;
	width: 130px;
	float: left;
	text-decoration: none;

}

#navigationHTML
{
	margin: 0;
	border: 0;
	padding: 10px;
	width: 130px;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
}

#navigationHTML a
{
	text-decoration: none;
	color: #FFFFFF;
}

#navigationHTML a:hover
{
	text-decoration: none;
	color: #000000;
	background: #FFFFFF
}


#content
{
	margin: 0;
	padding: 0;
	border: 0;

    width: 805px;
    float: Left;
}



#footer
{
    text-align: center;
    clear: both;
    width: 955px;
    background-color: #000000;
    height: 60px;
    padding-top: 5px;
   	margin: 0;
	border: 0;

}

#copyright
{
    font-family: "Times New Roman" , Times, serif;
    font-size: x-small;
    color: #FFFFFF;
}

/************************************************
*	Page Layout & Styles - reusable				*
************************************************/

.divLeft
{
	border-style: none;
	padding: 0px 10px 10px 10px;
	margin: 10px 0px 0px 0px;
	float: left;
	width: 465px;	
	background-color: #DDD3B9;
}

.divRight
{
	padding: 10px;
	margin: 10px 0px 0px 0px;
	float: right;
	width: 290px;
	background-color: #DDD3B9;
}

.photoRt
{
    float: right;
    margin-left: 5px;
}
.PhotoLft
{
    float: left;
    margin-right: 5px;
}
.NewsTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: small;
    color: #FFFFFF;
    background-color: #008080;
    text-align: center;
}
.NewsText
{
    font-family: "Times New Roman" , Times, serif;
    font-size: small;
    text-align: left;
}
a.NewsText
{
    font-family: "Times New Roman" , Times, serif;
    font-size: small;
    color: #000000;
    text-decoration: none;
}
a:hover.NewsText
{
    font-family: "Times New Roman" , Times, serif;
    font-size: small;
    color: #0000FF;
    text-decoration: none;
}
.fullWidth
{
	padding: 5px;
	width: 780px;
	float: right;
	margin-top: 10px;
	background-color: #DDD3B9;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #5f8ea9;
    color: #5f8ea9;
    background-color: white;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeader a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #5f8ea9;
    color: #5f8ea9;
    background-color: white;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionContent
{
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.accordianLink
{
    text-decoration: none;
}
.accordianLink:hover
{
    text-decoration: none;
}
.Marquee
{
    color: #FFFFFF;
    background-color: #A10522;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: small;
    font-weight: bold;
    text-align: center;
}
/* This style sheet is intended to contain OFTEN CHANGED rules used when the Menu control adapter is enabled. */

/* When the Menu control's Orientation property is Vertical the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Vertical. */
/* Note that the example menu in this web site uses relative positioning to force the menu to occupy */
/* a specific place in the web page.  Your web site will likely use a different technique to position your */
/* menu.  So feel free to change all the properties found in this CSS rule if you clone this style sheet. */
/* There is nothing, per se, that is magical about these particular property value choices.  They happen to */
/* work well for the sample page used to demonstrate an adapted menu. */
.PrettyMenu .AspNet-Menu-Vertical
{
    position:relative;
    left: 0;
    z-index: 300;
}

/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */
.PrettyMenu ul
{
    color:White;
    background:Black;
}

/* Top tier */
.PrettyMenu .AspNet-Menu-Vertical ul.AspNet-Menu
{
    width: 130px;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
.PrettyMenu ul.AspNet-Menu ul
{
    width: 220px;
    left: 130px;
    top: -1em;
    z-index: 400;
}

.PrettyMenu ul.AspNet-Menu ul ul
{
    width: 175px;
    left: 220px;
}

/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
.PrettyMenu ul.AspNet-Menu li
{
    background: Black;
}

/* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's */
/* NavigateUrl property. By setting a transparent background image here you can effectively layer two images */
/* in each menu item.  One comes from the CSS rule (above) governing the li tag that each menu item has. */
/* The second image comes from this rule (below). */
.PrettyMenu ul.AspNet-Menu li a,
.PrettyMenu ul.AspNet-Menu li span
{
	background-position: center;
	color: White;
	padding: 4px 2px 4px 8px;
	border-bottom: 0;
	background: transparent url(arrowRight.gif) right center no-repeat;
	border-style: none;
}

/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    background-image: none;
}

/* Not used presently.  This is here if you modify the menu adapter so it renders img tags, too. */
.PrettyMenu ul.AspNet-Menu li a img
{
    border-style: none;
    vertical-align: middle;
}

/* When you hover over a menu item, this rule comes into play. */
/* Browsers that do not support the CSS hover pseudo-class, use JavaScript to dynamically change the */
/* menu item's li tag so it has the AspNet-Menu-Hover class when the cursor is over that li tag. */
/* See MenuAdapter.js (in the JavaScript folder). */
.PrettyMenu ul.AspNet-Menu li:hover, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{
	background: White;
}

.PrettyMenu ul.AspNet-Menu li:hover a, 
.PrettyMenu ul.AspNet-Menu li:hover span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover span,
.PrettyMenu ul.AspNet-Menu li:hover li:hover a, 
.PrettyMenu ul.AspNet-Menu li:hover li:hover span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul a:hover, 
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
{
    color: Black;
}

.PrettyMenu ul.AspNet-Menu li:hover ul a, 
.PrettyMenu ul.AspNet-Menu li:hover ul span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul span,
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul a, 
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
{
    color: White;
}

/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
.PrettyMenu ul.AspNet-Menu li a:hover,
.PrettyMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
	color: Black;
	background: transparent url(activeArrowRight.gif) right center no-repeat;
}

.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    background-image: none;
}

h1 a {
	text-decoration: none;
	color: #A50122;
}

