@charset "iso-8859-1";
/*
Dufur Historical Society
	Begin Layout  
*/

* { padding: 0; margin: 0; }

body {
	font-size: 82.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	font-style: normal; 
	background-image:url(../img/common/back.jpg);
	background-repeat:no-repeat;
}
html {
    scrollbar-face-color: #DDD7BF;
    scrollbar-shadow-color: #666666;
    scrollbar-highlight-color: #666666;
    scrollbar-3dlight-color:#666633;
    scrollbar-darkshadow-color: #666666;
    scrollbar-track-color: #D1AB60;
    scrollbar-arrow-color: #D1AB60;
}
ul.circle {
    list-style-type: circle; 
	text-indent:4cm;  
}
ul.decimal-leading-zero {
    list-style-type:decimal-leading-zero; 
    text-indent:4cm;
}
.head1  {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    font-style: normal; 
    font-weight: bold;
    font-align: left;
    color: #765;
}
.head2  {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-style: normal; 
    font-weight: bold;
    color: #765;
}
.text  {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-style: normal; 
    font-weight: normal;
    color: #000000;
}
.footer {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    font-style: normal; 
    font-weight: normal;
    color: #000000;
} 
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
a:visited {
	color: none;
}
a:active {
	color: none;
}
border  {
    border-style: solid;
    border-color: #765;
}
img     {  
    border-style: none;
}
#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; }

#wrapper { 
    margin: 0 auto;
    width: 920px;
}
#header {
    color: #333;
    float: left;
	width: 900px;
    padding: 10px;
    border: 1px solid #765;
    height: 60px;
    margin: 10px 0px 5px 0px;
    background: #B79F85;
	background-image:url(../img/common/banner.jpg);
	background-repeat:no-repeat
}
#navigation {
    float:right;
    width:100%;
    background: url("http://www.dufurthreshingbee.org/img/nav/bg.jpg") repeat-x bottom;
    font-size:93%;
    line-height:normal;
  }
#navigation ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
  }
#navigation li {
    float:right;
    background:url("http://www.dufurthreshingbee.org/img/nav/1.jpg") no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
  }
#navigation a {
    float:right;
    display:block;
    background:url("http://www.dufurthreshingbee.org/img/nav/2.jpg") no-repeat right top;
    padding:5px 15px 4px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#navigation a {
    float:none ;
}
/* End IE5-Mac hack */
#navigation a:hover {
    color:#333;
  }
#navigation #current {
    background-image:url("http://www.dufurthreshingbee.org/img/nav/3.jpg");
  }
#navigation #current a {
    background-image:url("http://www.dufurthreshingbee.org/img/nav/4.jpg");
    color:#333;
    padding-bottom:5px;
  }
#leftcolumn { 
    color: #333;
    border: 1px solid #765;
    background: #D1AB60;
    margin: 0px 0px 5px 0px;
    padding: 5px;
    height: auto;
    width: 175px;
    display:inline;
    float: left;
}
#rightcolumn { 
	color: #333;
    border: 1px solid #765;
    background: #DDD7BF;
    margin: 0px 0px 5px 0px;
    padding: 5px;
    height: auto;
    width: 900;
    display: inline;
    float: right;

}
#footer { 
    width: 900px;
    clear: both;
    color: #333;
    border: 1px solid #765;
    margin: 0px 0px 10px 0px;
    padding: 10px;
	background: #D1AB60;   
}
