/* Styles used on all main site pages
*  Wanda Loncke
*  www.glowoflife.com
*	wanda@glowoflife.com
*  04-8-09
******************************* */

body {
	font-family: Arial, Helvetica, sans-serif font-size;
	background-image: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	background-color: #4a3516;
	background-repeat: no-repeat;
	background: #4a3516 url(images/background.jpg) no-repeat top;
	background-position: top;
}

img  {
	border: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #434b23;
	padding: 3px;
}

td {
	font-family:Arial, Helvetica, sans-serif;  font-size: 10pt;
}



a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #dcbb46;
	font-style: normal;
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #a0522d;
}

font 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #8b4513;
}

.notice 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #8b4513;
}
 
.para	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #719b3e;
	text-indent: 2pt;
	padding: 6px;
}


ul {
	list-style-type: circle;
	font-size: 11px;
	font-weight: normal;
	float: right;
	color: #dcbb46;
	top:	20px; }

li {
	font-weight: bold;
	margin-right: 10px;
	display: inline;
	text-decoration: none;
	line-height: 25px;
}

h1	{
	font-variant: normal;
	color: #434b23;font-size: 20px;
	letter-spacing: 2px;
	font-style: oblique<a;
}

h2	{
	font-variant: normal;
	color: #4b3617;
	font-size: 17px;
	letter-spacing: 2px;
	font-style: oblique;
}

h3	{
	font-variant: normal;
	color: #7b8943;
	font-size: 17px;
	letter-spacing: 2px;
	font-style: oblique;
}

.headerbgnd {
	background: #4b3617 url(images/Header.gif) no-repeat;
	height: 89px
}

.footsi {
	font-variant: normal;
	color: #4b3617;
	font-size: 9px;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0;  /* 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. */
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #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 */
}


/*lightbox style */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

