/* This file inspired by 'Tranquille' by Dave Shea and Zen Garden */



/* basic elements */

body { 
	font-family: georgia, serif;
	font-size:12px;
	font-weight:bold;
	color: #333333; 
	background: #fff url(images/) no-repeat bottom right; 
	margin: 0px; 
	}
p { 
	font: 12pt georgia, serif; 
	margin-top: 0px; 
	text-align: left;
	}

h1 { 
	font: italic normal 12pt georgia, serif;
	font-weight: bold;
	letter-spacing: 1px; 
	margin-bottom: 10px; 
	color: #333333;
	
	}

h2 { 
	font: italic normal 12pt georgia, serif;
	font-weight: bold;
	letter-spacing: 1px; 
	margin-bottom: 10px; 
	color: #333333;

	}


h3 { 
	font: italic normal 12pt georgia, serif;
	font-weight: 900;
	letter-spacing: 1px; 
	margin-bottom: 10px;
	color: #003399;
	border: 0px solid black;
	}
	
h4 { 
	font: italic normal 12pt georgia, serif;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px; 
	margin-bottom: 10px; 
	color: #B80000;
	}

h5 { 
	font: italic normal 9pt georgia, serif;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	letter-spacing: 1px; 
	margin-bottom: 10px; 
	color: #B80000;
	}

h6 { 
	font: italic normal 12pt georgia, serif;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px; 
	margin-bottom: 10px; 
	color: #B80000;
	}

a:link { 
	font-weight: bold; 
	color: #003399;
	}
a:visited { 
	font-weight: bold;
	 color: #003399;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #B80000;
	}
a:active {
	background-color: #FFCC00;
	}

.address {font-family: georgia, serif;
	color: #003399;	
	text-align:center;
      text-decoration: none;
	font-size: 9pt;
      font-weight:700;
	background-color:#FFFFFF;
      border: solid #8E8EB4 0px;    
      padding-top:100px;
      padding-bottom:5px;
      padding-left:0px;
	}
	
	
.bkcolor  {
	background-color:#FFFF00;
	}

.mapaddress {font-family: georgia, serif;
	color: #003399;	
	text-align:center;
      text-decoration: none;
	font-size: 9pt;
      font-weight:700;
	background-color:#FFFFFF;
      border: solid #8E8EB4 0px;    
      padding-top:30px;
      padding-bottom:5px;
      padding-left:0px;
	}
	
	
.bottom { 
	position:relative; 
	padding: 160px 0px 0px 0px;  
	margin-left: 80px;
	}

.container { 
	padding: 0px 175px 0px 110px;  
	margin-left: 20px;
	width:500px;
	border:0px solid black;
	}

.contentmain {
	font: 12pt georgia, serif;
	clear:both; 
	padding-top:10px; 
	margin-top: 10px;
	margin-left:10px; 
	text-align: left;
	border:0px #FF0000;
	}

.content1 {
	font: 12pt georgia, serif;
	clear:both; 
	padding-top:20px; 
	margin-top: 10px; 
	text-align: left;
	}

.content2 {
	font: 12pt georgia, serif;
	clear:both; 
	padding-top:20px; 
	margin-top: 10px; 
	text-align: left;
	border-top: solid #8E8EB4 0px;
	}
	
.content3 {
	font: 12pt georgia, serif;
	clear:both;
	width:500px;
	padding-top:20px; 
	margin-top: 10px; 
	text-align: left;
	border-top: solid #8E8EB4 2px;
	}

.spantikow {
	position:absolute;
	font: 12pt georgia, serif;
	top:482px;
	left:397px;
	padding-top:30px;
	margin-top: 10px;
	text-align: left;
	border-top: solid #8E8EB4 0px;
	height: 320px;
	}
	
.sexton {
	position:absolute;
	font: 12pt georgia, serif;
	top:760px;
	left:399px; 
	padding-top:30px; 
	margin-top: 10px; 
	margin-bottom:0px;
	text-align: left;
	border-top: solid #8E8EB4 px;
	}
		
.glasscontainer  {
	position:absolute;
	background: url(images/stained_glass.jpg) no-repeat;
  	margin-top:20px;
	margin-left: 20px;
	border:0px solid #CC0000;
	}
	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
clear:left;
border: 1px solid white;
margin-top:5px;
margin-bottom:5px;
height:500px;

}

.thumbnail img{
border: 1px solid white;
margin: 10px 5px 5px 0px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #FFCC33;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 5px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}





.links {font-family: georgia, serif;
	position:relative;
	color: #003399;
	margin-left:0px; 
      text-decoration: none;
	font-size: 9pt;
      font-weight:700;
	background-color:#FFFFFF;
      border-top: solid #B80000 2px;    
      padding-top:5px;
      padding-bottom:5px;
      padding-left:0px;
	width:700px;
	}

	
.mapbottom { 
	position:absolute; 
	top:630px;
	padding: 0px 0px 0px 0px;  
	margin-left: 80px;
	border:0px solid red;
	}	
	
/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, 
http://www.stopdesign.com/articles/css/replace-text/ */
	
.pageheader h1 { 
	background: transparent url(images/saints3.gif) no-repeat top left; 
	margin-top: 10px; 
	width: 100%; 
	height: 87px;
	margin-bottom:20px; 
	float: left;
	z-index:100;
	}
.pageheader h1 span {
	display:none
	}


.preambletopright {
	position:absolute;
	padding: 5px 0px 0px 20px;
	margin: -327px 20px 20px 300px;
	width: 300px;
	height: 300px;
	border: 0px solid green;
	}


.summarytopleft {
	position:relative;
	clear:both; 
	margin: 120px 20px 20px 110px; 
	width: 160px;
	height: 307px; 
	border: 0px solid green;
	}

.summarytopleft p {
	font: italic 12pt georgia, serif; 
	text-align:center;
	border: 0px solid black;
	}
	
	
.vestry {
	position: relative;
	margin-left:40px;
	margin-top:5px;
	margin-bottom:5px;
	height:900px;
	
  	padding: 0.5em;
}


/* specific divs */


#announcement {
	position:relative;
	clear: both;
	text-align: center;
	padding-left: 10px;
	padding-bottom:0px;
	margin-top: 0px;
	margin-bottom: 10px;
	}


#contentPic2	{
  	float: right;
 	width:300px;
	height:234px;
  	border: 1px silver solid;
  	margin: 0.5em;
  	padding: 0.5em;
	}

#contentPic2 p	{
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
	}
#contactPic	{
  	float: right;
 	width:300px;
	height:234px;
  	border: 1px silver solid;
  	margin: 0.5em;
  	padding: 0.5em;
	}	
	
	
	
#educationPic	{
  	float: right;
 	width:300px;
	height:223px;
  	border: 1px silver solid;
  	margin: 0.5em;
  	padding: 0.5em;
	}
	
#musicPic	{
  	float: right;
 	width:217px;
	height:302px;
  	border: 1px silver solid;
  	margin: 0.5em;
  	padding: 0.5em;
	}
	
#bears2Pic	{
  	float: right;
 	width:201px;
	height:250px;
  	border: 1px blue solid;
  	margin: 0.5em 0.5em 2.5em 0.5em;
  	padding: 0.5em;
	}
	
#bearsPic	{
  	float: right;
 	width:201px;
	height:250px;
  	border: 1px blue solid;
  	margin: 0.5em 0.5em 2.5em 0.5em;
  	padding: 0.5em;
	}
	
	
#easter	{
	float: left;
 	width:400px;
	height:267px;
	background-image:url(images/easter_front2.jpg);
	border:outset thick #FFCC33;
	margin: 0.5em 0.5em 2.5em 0.5em;
  	padding: 0.5em;
	}
	
#pentecost	{
	float: left;
 	width:420px;
	height:306px;
	background-image:url(images/xmas_alter.jpg);
	border:outset thick #FFCC33;
	margin: 0.5em 0.5em 2.5em 0.5em;
  	padding: 0.5em;
	}
	
	border:outset thick #0000CC;

preambletopright {
	position:absolute;
	padding: 5px 0px 0px 20px;
	margin: auto;
	width: 250px;
	height: 300px;
	border: 0px solid green;
	}	
		

#contentPic3	{
  	float: right;
 	width:220px;
  	border: thin silver solid;
  	margin: 0.5em;
  	padding: 0.5em;
	}
	
#contentPic4	{
  	float: left;
 	width:400px;
  	border: thin silver solid;
  	margin: 0.5em;
  	padding: 0.5em;
	}
	
	
#picture5	{
  	float: right;
 	width:270px;
  	border: thin silver solid;
  	margin: 0.5em;
  	padding: 0.5em;
	}

#picture5 p	{
  text-align: center;
  font-style: italic;
  font-size: medium;
  text-indent: 0;
	}
	
	
	

#directions {
	clear:both;
	text-align: left;
	margin: 20px 0px 0px 0px; 
	width: 230px;
	height: 270px; 
	float: left;
	border: 0px solid green;
	}

	
#extradivcrocuses { 
	background: url(images/crocus3.gif) top left no-repeat; 
	position: absolute; 
	top: 5px; 
	right: 40px; 
	width: 96px; 
	height: 95px;
	z-index: 90; 
	 }	
#extradivleaves { 
	background: url(image/leafgroup.gif) top left no-repeat; 
	position: absolute; 
	top: 5px; 
	right: 0px; 
	width: 148px; 
	height: 125px;
	z-index: 90; 
	 }
	 
#extradivlent_cross { 
	background: url(images/Spring08_cross_sml.jpg) top left no-repeat; 
	position: absolute; 
	top: 12px; 
	left:662px; 
	width: 229px; 
	height:191px;
	z-index: 90; 
	 }


#invitation {
	border: 2px solid blue;
	padding:10px;
	}
	
#last {
	clear: right;
	width: 700px;
	height:25px;
	 border-top: 1px solid red;
	}


#linkList {
	margin-left: 600px; 
	position: absolute; 
	top: 0px; 
	right: 0px;
	z-index:9;
	
	}

#linkList2 { 
	font: 14px georgia, serif; 
	background: transparent url(images/gray_bar2.jpg) top left repeat-y; 
	padding: 10px; 
	margin-top: 130px; 
	width: 130px;
	z-index:10;
	border: 0px solid black;
	}

#linkList h3.select { 
	background: transparent url(h3.gif) no-repeat top left; 
	margin: 10px 0px 5px 0px; 
	width: 97px; 
	height: 16px;
	 border: 1px solid black;
	}




#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	line-height: 2.5ex; 
	list-style-type: none;
	text-decoration: underline;
	background: transparent url(cr1.gif) no-repeat top center; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	}

#linkList li a:link {
	text-decoration: underline;
	color: #003399;
	}

#linkList li a:visited {
	text-decoration: underline;
	color: #003399;
	}
#linkList li a:hover { 
	text-decoration: underline; 
	color: #B80000;
	}

#mainheadline {/* used for headline at bottom of first page */
	position:absolute;
	clear: both;
	text-align: center;
	top:400px;
	left:320px;
	}

#maps {
	clear:both;
	text-align: left;
	margin: 20px 0px 0px 0px; 
	width: 430px;
	height: 270px; 
	float: left;
	border: 0px solid green;
	}
	
	
#picture3	{
  	float: left;
 	width: 200px;
	margin-left:20px;
  	border: thin silver solid;
  	padding: 0.5em;
	}

#picture4	{
  	float: left;
 	width: 200px;
	margin-left:20px;
  	border: thin silver solid;
  	padding: 0.5em;
	}
	
	
#Summary {
	clear:both; 
	margin: 20px 0px 0px 0px; 
	width: 140px;
	height: 270px; 
	float: left;
	border: 0px solid green;
	}

#Summary p {
	font: italic 12pt georgia, serif; 
	text-align:center;
	border: 0px solid black;
	}

#wheat { 
	background: url(images/wheat.gif) top left no-repeat; 
	position: absolute; 
	top: 5px; 
	right: 0px; 
	width: 130px; 
	height: 106px;
	z-index: 90; 
	 }
