/*Singing Falls CSS*/
/* this particular version of this layout has been made to work in IE/Win both Modes
   it uses IE expressions to calculate the required height of the 2 side divs
   all IE proprietary CSS is in a conditional comment below the main CSS	 
*/

html, body {
	margin: 0; padding: 0;
	width:100%;
	height: 100%;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	text-align: center;
	background:#002000;
	border: 1px #002000;
}

#wrapper {
	position: relative;
	width: 97%;
	min-width: 1000px; /* to allow room for images and long words */
	margin: 0 auto;
	border: 1px #99c9ff;
	background: #99c9ff; /* light blue */
	min-height: 80%;
	text-align: left;
}

#header {
	position: relative;
	width: 100%;
	min-width: 1000px; /* to match wrapper div */
	margin: 0 auto;
	background: #002000; /* dark blue */
	border-top: 1px solid #002000;
	border-bottom: 1px solid #002000;
	color: #99c9ff;
}

#footer  {
	position: relative;
	width: 97%;
	min-width: 1024px; /* to match wrapper div */
	margin: 0.3em;
	padding: 0.4em;
	background: #002000; /* dark blue */
	border: 1px solid #002000; /* dark blue */
	color: #99c9ff;
	text-align: center;
	font-size: smaller;
}

#lftcol, #rtcol {
	position: absolute;
	top: 0;
	bottom: 0; /* Opera needs this! Moz would automatically assume this as default*/
	border-width: 0px; /* widths below */
	border-style: solid;
	border-color: #002000;
}

#lftcol {
	left: 0;
	width: 120px; 
	background: #002000;
	border: 1px;
	color: #99c9ff;
	text-align: left;
	background-image:url("images/coho_female.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	z-index:5;
}

#rtcol {
	right: 0; 
	width: 170px; 
	background: #002000; 
	border: 1px;
	color: #99c9ff;
	text-align: left;
	background-image:url("images/coho_male.png");
	background-repeat:no-repeat;
	background-position:right bottom;
	z-index:5;
}

/* bringing the center content into position (clear the sides)
   using a wrapper div to avoid possible IE Box Model issues
	 would also allow for extra background styling if required
*/
#indexwrap {
	position: relative; 
	padding: 0 175px 0px 124px;
	border: 1px solid #99c9ff;
}
#contentwrap {
	position: relative; 
	padding: 0 175px 0 0px;
}

#content {
	position: relative;  /* to enable further positioned divs inside content area */
	z-index: 5; /* to make sure if long words overflow they show above the right column */ 
	border-left: 1px solid #99c9ff;
	border-right: 1px solid #99c9ff;
	border-top: 4px solid #99c9ff;
	background: #d1c6b4;
	background-image: url("images/bbk.jpg");
	color: #002000;
	padding: 0;
	margin: 0;
}

div.tabletext{
	text-align: center;
	font-weight: smaller;
	font-size:.6em;
	color: #000000
}

 /* singingfalls logo container*/
#pagetop {margin: .1em 0;}

#pagetopdiv{
	border: 1px #99c9ff;
	width: 100%;
	height: 126px;
	padding-bottom: 0;
	float: left;
	text-align: left;
	font-family:Arial,Helvetica,sans-serif;
	font-size: .8em;
	background: #002000;
	color: #99c9ff;
}

.pagetopleft{
	border:none;
	float:left;
	text-align:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 1em;
	background:transparent;
	color:#002000;	
}

.pagetopright {
	border:none;
	float:right;
	margin-right: 15px;
	text-align:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 1em;
	background:transparent;
	color:#99c9ff;	
}

#pagetop h1, #pagetop h2, #pagetop h3 {
	margin: 0.3em 220px;
	font-family: Arial,Helvetica,sans-serif;
	padding: 0;
	color:#99c9ff;
} 

/*This section is for the left column known*/

/***** General formatting ****/
/*This section is for image classes*/
#content img {
	border: 1px #200020 solid;
	text-align:center;
	margin-top: 0.5em;
	margin-bottom: 0.5em; 
}

#art {
	min-width: 660px;
	width: relative;
	border: thin #200020 solid;
	text-align:center;
	background:#d1c6b4;
	margin: 0.5em;
}

div.art {
	display: block;
	min-width: 660px;
	width: relative;
	border: thin #d1c6b4 solid;
	text-align:center;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div.imagemap{
	overflow:auto;
	min-width: 800px;
	width: relative;
	border: 2px #99c9ff; solid;
	text-align:center;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}


div.imagedisplay {
	min-width: 660px;
	width: 480px;
	border: #99c9ff solid;
	text-align: center;
	background:#d1c6b4;
	margin: none;
	padding: 2.5em;
	color: #002000;
}

div.avatar {
	float: left;
	min-width: 100px;
	width: 100px;
	border: thin #200020 solid;
	margin: 10px;
	padding:10px;
	text-align:center;
}

div.imagert {
	float: right;
	min-width: 360px;
	width: 380px;
	border: thin #200020 solid;
	margin: 0.5em;
	padding: 0.5em;
	text-align:center;
}

div.imagelft {
	float: left;
	min-width: 360px;
	width: 380px;
	border: thin #200020 solid;
	margin: 0.5em;
	padding: 0.5em;
	text-align:center;
}

div.figurert {
	float: right;
	min-width: 200px;
	width: 220px;
	border: thin #200020 solid;
	margin: 0.5em;
	padding: 0.5em;
	text-align:center;
}

div.figurelft {
	float:left;
	min-width: 200px;
	width: 220px;
	border: thin #200020 solid;
	margin: 0.5em;
	padding: 0.5em;
	text-align:center;
}

div.photolft {
	float:left;
	min-width: 490px;
	width: 480px;
	border: thin #200020 solid;
	margin: 0.5em;
	padding: 0.5em;
	text-align:left;
}

div.photocntr {
	float:left;
	min-width: 640px;
	width: 640px;
	border: thin #200020 solid;
	margin: 0.5em;
	padding: 0.5em;
	text-align:left;
}

/*start thumbnail code*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #d1c6b4;
padding: 5px;
left: -1000px;
border: 1px solid black;
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 on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

/*end thumbnail code*/

/*this section for navigating the stream pages*/

#stream-navigation{
	width:977
	list-style:none;
	margin:5px 0 0 120px;
	font-size: larger;

}

#stream-navigation li{
	display:block;
	float:left;
	width:215px;
		
}

#previous{
	text-align:left;
	margin:1px 30px 1px 1px;
}

#index{
	text-align:center;
	margin:1px 30px 1px 1px;
}

#next{
	text-align:right;
	margin:1px 30px 1px 1px;
}


#pilgrimage-navigation li a{
	display:block;
	width:215px;
	padding:10px;
}

#pilgrimage-navigation li a:hover{
	color:#99ffc4;
}


/*this section for apbg1 navigation*/
div.nav1 ul{
	width: 120px;
	margin: 0px 4px 0px -20px;
	list-style: none;
}

div.nav1 li {
	background-image:  /* This is to preload the hover state */
	background-repeat: no-repeat; 
	margin-top: 0px; /* For IE5 Mac only - reset to 0 below */
	margin-bottom: 0px; /* For IE5 Mac only - reset to 0 below */
}
	
div.nav1 a { /* if background is on a:link IE6 won't display properly  */
	background-image: /*can be just background */
	background-repeat: no-repeat; /* height and or width in here will stop main image change in IE5 */
	color: #99c9ff; 
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	text-align: right;
	
	/*height or width in here will stop main image change in IE5 Win
	luckily, line-height is OK! - hidden from IE5 Mac see below
	a must be block to display background-image in IE Win
	 - but also needs to be hidden from IE5 Mac see below */
}

div.nav1 a/*Comment hack to hide this from IE5 - needed to extend link over button image in IE6 */{
	height:37px;
	width:120px;
}
 
div.nav1 a:hover {
	background: url("images/nav_4.png") no-repeat; /* no background-x styles work here */
	color: #fff;
	font-size:larger;
}
div.nav1 a img {
	width: 120px; /* IE5 Win can't dynamically change size - don't use 0px to hide */
	height: 36px;
	position: absolute;
	top: 10px;
	right: 0px;
	border: none;
	visibility: hidden;
}

 /* commented backslash hack v2 - hide rules from IE5 Mac \*/
div.nav1 a {
	padding-top: 0; 
	padding-bottom: 0;
	padding-right: 0; 
	display: block;
	line-height: 37px;
}	
div.nav1 li {
	margin-top:0;
	margin-bottom:0;
	width: 120px;
}
/* end hack */


div.nav1 a:hover img {
	visibility:visible;
}

/*this is the section for apbg2 navigation information*/

div.nav2 ul{
	width: 167px;
	margin:0px;
	list-style: none;
}

div.nav2 li {
	background-image:  /* This is to preload the hover state */
	background-repeat: no-repeat; 
	margin-top: 0px; /* For IE5 Mac only - reset to 0 below */
	margin-bottom: 0px; /* For IE5 Mac only - reset to 0 below */
}
	
div.nav2 a { /* if background is on a:link IE6 won't display properly  */
	background-image:  /*can be just background */
	background-repeat: no-repeat; /* height and or width in here will stop main image change in IE5 */
	
	color: #99c9ff; 
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	text-align: left;
	border:1px solid #002000;
	/*height or width in here will stop main image change in IE5 Win
	luckily, line-height is OK! - hidden from IE5 Mac see below
	a must be block to display background-image in IE Win
	 - but also needs to be hidden from IE5 Mac see below */
}

div.nav2 a/*Comment hack to hide this from IE5 - needed to extend link over button image in IE6 */{
	height:37px;
	width:167px;
}
 
div.nav2 a:hover {
	background: url("images/nav_2.png") no-repeat; /* no background-x styles work here */
	color: #d1c6b4;
	font-weight: bold;
}
div.nav2 a img {
	width: 165px; /* IE5 Win can't dynamically change size - don't use 0px to hide */
	height: 36px;
	position: absolute;
	top: 10px;
	left: 1px;
	border: none;
	visibility: hidden;
}

 /* commented backslash hack v2 - hide rules from IE5 Mac \*/
div.nav2 a {
	padding-top: 0; 
	padding-bottom: 0;
	padding-right: 0; 
	display: block;
	line-height: 37px;
}	
div.nav2 li {
	margin-top:0;
	margin-bottom:0;
	width: 165px;
}
/* end hack */


div.nav2 a:hover img {
	visibility:visible;
}

/*new menu for pages*/
#list {
		letter-spacing: 0.1em;
		line-height: 2em;
		font-weight: normal;
	}
#list ul, {	
			margin: 0;
			padding: 0;
			list-style: none;
		}
#list li {
			display: inline;
			padding: .2em;

		}


#menu {
		letter-spacing: 0.1em;
		line-height: 2em;
		font-weight: normal;
		border-bottom: 1px solid #002000;
		border-left: none;
		border-right: none;
		background: #002000;
	}
		/* for #menu, #sidebar and #footer !!! */
		#menu ul, #sidebar ul, #footer ul {	
			margin: 0;
			padding: 0;
			list-style: none;
		}

		#menu li {
			display: inline;
			padding: .2em;

		}
		
			#menu li a{
				color: #99c9ff;
				text-decoration: none;
				border: none;
			}
			#menu li a:hover {
				color: #d1c6b4;
			}

/*this section is for font and paragraph styles*/


#lftcol p {
	background: #002000; 
	height:100%;}/* height to show inheritance */
	color: #d1c6b4;
}
#lftcol h1 {font-size: 1em; }
#lftcol h2 {font-size: .8em;}
#lftcol h3 {font-size: .7px;}
#lftcol h4 {font-size: .8em; padding-bottom: 0; padding-right: 15px;}

#rtcol p {background: #002000; margin: 4px;}
 
#rtcol h1, h2, h3, h4 {
	margin: 0; 
	padding: 10px; 
	position: relative; 
	z-index: 5;
	color: #d1c6b4;
}
#rtcol h1 {font-size: 1em;}
#rtcol h2 {font-size: .8em;}
#rtcol h3 {font-size: .7em;}
#rtcol h4 {font-size: .8em; padding-bottom: 0; padding-right: 15px;}

#rtcol ul {margin: 0 10px; padding: 0; border: 0; list-style: none;}
#rtcol li {margin: 0; padding: 1px 0;}

#header p {text-align: center;}

#content p:first-letter {
	font-size: normal;
	font-weight: normal;
}

#content h4 {
	color:#002000;
	font-size: large; 
	font-weight: bold;
	text-align: center;
}

#content h3 {
	color:#002000;
	font-size: large; 
	font-weight: normal;
	
}

div.figurert p, div.imagert p, div.figurelft p, div.imagelft p, div.art p, div.avatar p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: none;
}

div.imagedisplay p {
	text-align: center;
	font-style: italic;
	font-size: normal;
}


em.leaf {color: green;
	text-align: center;
	letter-spacing: .2em;
}

p {
	text-indent: 1.5em;
	margin-top: 0; 
	margin: 0 4px 0 0;
	padding: 0 5px;
	font-size: 1em;
	font-weight: normal; 
	line-height: 1.2em;
}

a {
	font-family: Arial,Helvetica,sans-serif;
	margin-top: 0; 
	margin: 0 1px 0 0px;
	padding: 0 5px;
	font-size: 1em; 
	line-height: 1.4em;
	text-align: center;	
}
a:hover {
	text-decoration: none; 
	color: green;
}

code {font-family: Arial,Helvetica,sans-serif;}
 
h1, h2, h3, h4 {margin: 0; padding: 10px; position: relative; z-index: 5;}
h1 {font-size: 1.2em;color:#002000;}
h2 {font-size: 1.1em;color:#002000;}
h3 {font-size: 1em;color:#002000;}
h4 {padding-bottom: 0; padding-right: 15px;}
ul {font-size: 0.8em; margin: 0 20px 0 30px; padding: 0;}

.sig {
	font-family:Arial,Helvetica,sans-serif;
	margin-top:0; 
	margin:0 4px 0 4px;
	padding:0 5px;
	font-size: .9em; 
	font-weight: normal;
	line-height: 1.4em;
	text-align: center;
}

.comment {
	font-family:Arial,Helvetica,sans-serif;
	margin-top:0; 
	margin:0 4px 0 4px;
	padding:0 5px;
	color: #732828;
	font-size: .9em; 
	font-weight: normal;
	line-height: 1.4em;
}

.place {
	font-family:Arial,Helvetica,sans-serif;
	margin-top:0; 
	margin:0 4px 0 4px;
	padding:0 5px;
	font-size: .1em; 
	font-weight: smaller;
	line-height: 1em;
	text-align: left;
{

.caption {
	font-family:Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size:14px;
	text-align: center;
{

		




