/* ************** CSS FOR LAURIE FRIESEN ******************* */


/* Body Formatting */

BODY {
background: #7E7E58;
padding:0;
margin:0;

}
.bottom {
	background-image: url("../graphics/bottom.jpg");
	background-repeat: no-repeat;
}

.header {
	background-image: url("../graphics/laurie-friesen-header.jpg");
	background-repeat: no-repeat;
}

/* ************** TEXT FORMATTING ******************* */
h1 { 
 font-family: arial,helvetica,sans-serif;  
 font-size: 12pt; 
 line-height: 16pt;
 font-weight:normal;
 color: #9B9968;
 margin-left: 20px;
 margin-top: 20px;
 }
h1.headline { 
 font-family: arial,helvetica,sans-serif;  
 font-size: 16pt; 
 line-height: 20pt;
 font-weight:bold;
 color: #2C2C20;
 }

h2 { 
 font-family: arial,helvetica,sans-serif;  
 font-size: 11pt; 
 line-height: 12pt;
 font-weight: normal;
 color: #CCCC99;
 }

h3 { 
 font-family: arial,helvetica,sans-serif;  
 font-size: 10pt; 
 line-height: 12pt;
 font-weight:normal;
 color: #000000;
 }


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
	color: #343428;
	border: thin none #000000;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.main2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #3E1200;
	font-weight: normal;
	background-color: #A9AA98;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #989872;
	font-weight: normal;
	}
.copyright2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #989872;
      background:#2C2C20 ;
	font-weight: normal;
	}

.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #EADFCC;
	font-weight: normal;
	}

.navs
	{
	font-family: Arial, Helvetica, sans-serif;
	color:#C9C997;
	font-size: 12pt;
	font-weight: bold;
	}
.navsblack
	{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 9pt;
	font-weight: normal;
	}
.big
	{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10pt;
	font-weight: bold;
	}
.img {
	border: 1px #000000;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* ************** LINK FORMATTING ******************* */

a 	{
	color: #3E1200;
	}
a:hover 	{
	color: #000000;
	}

a.navs:active, a.navs:visited, a.navs:link {
	text-decoration: none;
	color: #C9C997;
	}
	
a.navs:hover {
	color: #ffffff;
	}
a.menublack:active, a.menublack:visited, a.menublack:link {
	text-decoration: none;
	color: #000000;
	}
	
a.menublack:hover {
	text-decoration: underline;
	color: #3E1200;
	}
a.big:active, a.big:visited, a.big:link	{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10pt;
	font-weight: bold;
	text-decoration:none;
	}
a.big:hover {
	text-decoration:underline;
	}


/* **************  Lightbox ************************** */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
