/*
Design by Katherine Spencer Joyce
March 2009
*/

@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	background-color: #069;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #303;
}

h1 {
	font-size: 2.2em;
	font-weight: normal;
	margin-bottom: .5em;
}

h2 {
	font-size: 1.6em;
	line-height: 1.4em;
	margin-bottom: 3px;
}

h3 {
	font-size: 1.4em;
	margin-bottom: 3px;	
}

h4 {
	font-size: 1.2em;
	margin-bottom: 3px;	
}

p, ul, ol {
	margin-bottom: 1em;
	font-size: 1.1em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	margin-bottom: 1em;
}

ul {
	list-style-type: square;
	margin-left: 12px;
	list-style-position: outside;
}

a {
	color: #006699;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #303;
}
td { 
    padding: 5px;
	
}
table.sample {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #666666;
	border-collapse: separate;
	background-color: white;
	font-size: .95em;
}
table.sample th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #666;
	
	-moz-border-radius: 0px;
}
table.sample td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #666;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.sample .date {
	color:#306;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	margin-bottom: .2em;
}

.rule {
	display: block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #609;
}

.rotator {
	float: left;
	height: 211px;
	
}

.wrapper #container {
	width: 960px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bgContainer.png);
	background-repeat: repeat-y;
} 

.wrapper #containerNoNav {
	width: 960px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: none;
	background-color: #FFF;
	background-repeat: no-repeat;
} 

.open {
	display: block;
	}
.closed {
	display: none;
	}


 #subnav {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	border: 1px solid #320067;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 0.9em;
	text-align: right;
}

#subnav ul {
	display:inline;
	
}

#subnav li {
	display: inline;
	list-style-type: none;
	color: #FFF;
	list-style-image: none;
	margin-left: 15px;
}

#subnav li a {
	color: #CCC;
}

#subnav li a:hover {
	color: #FFF;
}
img {
	border:none;
	margin: 0px;
	padding: 0px;
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}



.sidebar {
   width:300px;
   float:right;
   margin-left:15px;
   margin-bottom:15px;
}


.wrapper #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FEFF90;
} 
.wrapper #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.wrapper #photoArea {
	padding: 0;
	margin: 0px;
	height: 211px;
	background-color: #2D066F;
} 

.wrapper #photoArea img {
	float: left;
} 

.wrapper #photoArea #poem {
	float:right;
	background-image:url(images/bgChurch.jpg);
	background-repeat:no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	color: #CCC;
	height: 211px;
	background-position: -15px;
	width: 350px;
} 

/* 
.wrapper #photoArea #rotator {
	float:left;
	
} 

*/

.wrapper #photoArea p {
	margin-top: 13px;
	margin-left: 151px;
	font-size: 0.95em;
} 

.wrapper #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 296px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.wrapper #sidebar1m {
	float: right; /* since this element is floated, a width must be given */
	width: 296px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;  /* member area ... slight diff from public site */
}

#sidebar1m li {
	list-style-type: none;
	padding-top: .2em;
	padding-bottom: .2em;
	}
        
#sidebar1m li img {
	vertical-align: middle;
	}
	
.wrapper #bulletin {
	width: 640px;
	height: 122px;
	margin:0px;
	background-color:#FF9;
	padding: 15px;
} 

.wrapper #bulletin div {
	float: left;
	width: 250px;
	margin-right: 15px;
} 

.wrapper #mainContent {
	width: 600px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
} 

.wrapper #mainContentNoNav {
	background-color:#FFF;
	width: 920px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
} 

.credit { font-size:.85em;}

/* Tables */

table#sample {
    background-color:#FFFFFF;
    border: solid #000 3px;
    width: 400px;

}

table#sample td {
    padding: 5px;
    border: solid #000 1px;

}

.data {
    color: #000000;
    text-align: right;
    background-color: #CCCCCC;

}

.toprow {
    font-style: italic;
    text-align: center;
    background-color: #FFFFCC;

}

.leftcol {
    font-weight: bold;
    text-align: left;
    width: 150px;
    background-color: #CCCCCC;

}

/* Calendar */

#calendar_wrap {
	padding: 0 15px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}

#calendar_wrap a {
	color: #036;
	text-decoration: none;	
}

#calendar_wrap a:hover {
	color: #000;
	text-decoration: underline;	
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/*---------- bubble tooltip -----------*/
a.tt{
	position:relative;
	z-index:24;
	text-decoration:none;
	font-size: 1em;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top: 15px; left:-40px;
	padding: 0px 0 0 0;
	width: 200px;
	color: #993300;
    text-align: left;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(images/bubble.png) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(images/bubble_filler.png) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(images/bubble.png) no-repeat bottom;
}

/* Footer - where the address & contact info go */
.wrapper #footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #306;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20;
	padding-left: 0px;
	background-color: #FFF;
	margin-bottom: 10px;
} 
.wrapper #footerNoNav {
	padding: 0 10px 0 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #306;
	width: 930px;
}
.wrapper #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.wrapper #footerNoNav p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* IMAGES - for flushing left or right with padding */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

<style type="text/css">
 .row { vertical-align: top; height:auto !important; }
 .list {display:none; }
 .show {display: none; }
 .hide:target + .show {display: inline; }
 .hide:target {display: none; }
 .hide:target ~ .list {display:inline; }
 @media print { .hide, .show { display: none; } }
 </style>
 
[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.rotator {float: left; width: 609px; height: 211px}
</style>{ zoom: 1; }
/* the above proprietary z
<![endif]
