﻿/*Color changes for the church season
******************************************/
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    min-height: 80%;
   	/*background-color: #0000A0;*/	/* Advent November 28, 2010 through December 23, 2010 */
    /*background-color: #CC9900;*/	/*Christmas  December 24, 2010 through January 6, 2011 */
    /*background-color: #008000;*'	/*Time after Epiphany January 11, 2010 through February 14, 2010*/
    /*background-color: #800080;*/	/*Lent February 17, 2010 through March 31, 2010 */ 
    /*background-color: #CC9900;*/	/*Easter April 4, 2010 through May 22, 2010 */
    background-color: #008080;	/*Time after Pentecost May 23, 2010 through November 27, 2010*/         
}

#header
{
	height: 80px;
    /*background-color: #0000FF;*/ 	/* Advent-1 w/ logo-1 */  
    /*background-color: #CCCC00;*/	/*Christmas-2  w/ logo-2  */	
    /*background-color: #00BF00;*/	/*Time after Epiphany-3  w/ logo-3  */
    /*background-color: #C23D97;*/	/*Lent-4  w/ logo-4 */
   	/*background-color: #FFFF00;*/	/*Easter-5  w/ logo-5 */
    background-color: #00BF00;	/*Time after Pentecost-6  w/ logo-6 */   
    /*background-image:url('../images/siteLogo-1.jpg' );*/ 
   	/*background-image:url('../images/siteLogo-2.jpg'); */
    /*background-image:url('../images/siteLogo-3.jpg');*/ 
    /*background-image:url('../images/siteLogo-4.jpg');*/
    /*background-image:url('../images/siteLogo-5.jpg');*/     	
    background-image:url('../images/siteLogo-6.jpg');
	background-repeat: no-repeat;
	background-position: center;	
	color: #fff;
	text-align: center;
	font-size: 100%;
	vertical-align: middle;
}

#leftNavigation
{
    /*background-color: #0000FF;*/ 	/* Advent*/
    /*background-color: #CCCC00;*/	/*Christmas */	
    /*background-color: #00BF00;	/*Time after Epiphany */
    /*background-color: #C23D97;*/	/*Lent */
    /*background-color: #FFFF00;*/	/*Easter*/ 
   background-color: #00BF00;	/*Time after Pentecost */  
}

img
{ 
	border-width: 4px;
    border-style:outset;
}

#centered
{
	margin: 0 auto;
	margin-top: 0px;
	width: 800px;
	height: 100%;
}

#description
{
	color: #fff;
	text-align: right;
	font-size: .9em;
}

#description a
{
	text-decoration: none;
	color: #fff;
}

#description a:hover
{ 
	text-decoration: underline;
	color: #fff; 
}


/*TOP NAVIGATION
*****************************/

#topGlobal ul
{
	padding-left: 0;
	margin: 0;
	background-color: #808080;
	color: White;
	float: left;
	width: 100%;
	font-size: 12px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #036;
}

#topGlobal ul li 
{ 	display: inline; 
}

#topGlobal ul li a
{
	padding: 0.2em 1em;
	background-color: #808080;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}
	
#topGlobal ul li a.first 
{	
	padding-left: 20px;
}

#topGlobal ul li a.last
{ 
	border-right-style: none; 
}

#topGlobal ul li a:hover
{
	background-color: #036;
	color: #fff;
}

/* LEFT NAVIGATION
******************************/

#leftNavigation h1
{
	font-size: 1.2em;
	font-weight: bold;
	color: #0000A0;
	padding-left: 5px;
	padding-top: 8px;
	margin-bottom: 8px;
}

#leftNavigation ul
{
	width: 180px;
	padding: 0px;
	margin: 0px;
}

#leftNavigation ul li
{
	border-width: 1px;
	border-color: #000;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 18px;
	border-top-style: dotted;
	list-style-type: none;
}

#leftNavigation ul li a
{
	color: #0000A0;
	text-decoration: none;
}

#leftNavigation ul li a:hover
{
	text-decoration: underline;
	color: #ccc;
}

#leftNavigation ul li a:active
{
	text-decoration: underline;
	color: #0000A0;
}


#Welcome
{ 
	width: 370px; 
}

#Announcement
{ 	
	width: 370px; 
}

#ServiceSchedule
{ 
	width: 200px; 
}

#SundaySchedule td
{
    white-space:nowrap;
    vertical-align: top;    
}

#ChurchImage
{ 
	width: 200px;
}

#Contact
{ 	
	width: 200px; 
}

#trumpet
{ 	
	width: 200px; 
}

#contentArea
{
	width: 600px; 			
}

#contentTable
{
	width: 100%; 	
	height: 500px;	
}

.content
{
    background-color: White;
    clear: both;
}

.content .padTop
{
    padding: 5px;
    border-bottom: dotted 1px #ccc;
}

.content .padBottom
{ 	
	padding: 5px; 
}

.content .padLeft
{ 
	padding-left: 5px; 
}

.content h1 
{
	color: #036;
	font-size: 1.5em;
	font-weight: bold;
	padding-top: .5em;
	margin-bottom: 1px;
}

.content h2
{
	font-size: 1.2em;
	color: #036;
	font-weight: bold;
	padding-top: .5em;
	margin-bottom: 1px;
}

.content h3
{ 
    color: #036;
    font-size: 1em;     
    padding-bottom: 1px;
    margin-bottom: 1px;
}

.content a
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.content a:hover
{ 
	text-decoration: underline;
	color: #808080;
    font-weight: bold;
 }
  
 .contentPadding
{ 
	padding: 5px; 
	width:100%;
}

.announcementEntry
{ 
	margin-bottom:10px; 
}

.message-justify {
	margin-top: 1px;
	background: transparent;
	padding-left:5px;
	text-align:justify;
	}
	
.message-left {
	margin-top: 1px;
	background: transparent;
	padding-left:5px;
	text-align:left;
	}
	
.message-center {
	background: transparent;
	padding-left:5px;
	text-align:center;
	margin-top: 1px;
	}
	

/* FOOTER 
-------------------------------------- */
#footer 
{
	background: transparent;
	clear: both;
	color: #fff;
	font-size: 8pt;
	text-align: center;
	color: #fff;
	width: 800px;
	padding-top: 10px;
}
#footer a 
{
	background-color: transparent;
	text-decoration: none;
	border: 0;
	color: #fff;
}
#footer a:hover 
{
	color: #fff;
	text-decoration: underline;
}


/* Looking Ahead Calendar
------------------------------*/
.table-head {
	color:#0B3A4E;
	font-weight: bold;
	/*font-family:Georgia, "Times New Roman", Times, serif; */
	text-decoration : none;
	font-size: 10pt;
}

.calendar-header {
	color:#0B3A4E;
	text-decoration : none;
	font-size: 10pt;
}

