/* BFS.css - Blackfoot Studios.com Style Sheet */

html, body {
    height: 100%;
}

html {
    overflow-y: scroll;
    }   

body {
  background: #BAB69B;
  margin: 0;
  padding: 0;
  }

#sitewrapper {
   background: #A3A086;
   background: url(images-site/shadow_tile1k.gif) top center repeat-y;
   width: 1000px;
   margin: 0px auto 20px auto;
   padding: 0px 10px 0px 10px;
   /*height: 100%;*/
   }

#sitebanner {
   margin: 0px auto 0px auto;
   height: 153px;
   width: 745px;
   padding: 1px 0px 1px 2px;
   }

#navigationbar {
   margin: 0px auto 0px auto;
   height: 35px;
   padding: 0px 0px 0px 0px;
   width: auto;
   }

#container,
#container2 {
   background: #908D73;
   width: 720px;
   margin: 0px auto 0px auto;
   border-style: solid;
   border-width: 1px 1px 1px 1px;
   overflow: hidden;
   padding: 6px 6px 6px 6px;
  /*min-height: 100%;*/
  }

#projectthumblimit2 {
    width: 225px;
	margin: 0px auto 0px auto;
	}

#projectthumblimit4 {
    width: 425px;
	margin: 0px auto 0px auto;
	}
	
#projectthumblimit5 {
    width: 500px;
	margin: 0px auto 0px auto;
	}
	
#legal {
   background: #908D73;
   height: 23px;
   width: auto;
   border-style: solid;
   border-width: 1px 0px 1px 0px;
   }
   
.contentwidthlimit {
    width: 600px;
	margin: 0px auto 0px auto;
	}   
	
.pageheader {
   background: #A3A086;
   margin: 0px auto 10px auto;
   width: 725px;
  }
   
.client {
   float: left;
   width: 175px;
   margin: 6px 0px 6px 48px;
  }
  
.clearleft {
   clear: left;
   }
   
.clearright {
   clear: right;
   }

.thumbnail {
   float: left;
   width: 185px;
   margin: 6px 6px 3px 6px;
   }
   
.singlethumbnail {
   width: 185px;
   margin: 6px auto 3px auto;
   }

.smallthumbnail {
   float: left;
   width: 85px;
   margin: 6px 6px 3px 6px;
   }

.contentimage {
   float: left;
   margin: 0px 6px 3px 0px;
   }
   
   

h1 { 
   font-size: 16px; 
   font-family: Tahoma;
   font-weight: bold;
   text-align: center;
   color: #000;
   }

p { 
  font-family: Tahoma;
  text-align: center;
  color: #000;
  margin: 4px 0px 4px 0px;
  }
  
li { 
  font-family: Tahoma;
  color: #000;
  margin: 4px 0px 4px 0px;
  }



:link { color: #000;
        text-decoration:underline }  /* for unvisited links */
:visited { color: #000; 
           text-decoration:none } /* for visited links */
a:active { color: silver; 
           text-decoration:none } /* when link is clicked */
a:hover { color: silver; 
          text-decoration:none } /* when mouse is over link */
		  
		  
		  /* Forum News System Stuff */
		  
.news {
   background: #908D73;
   width: 100%;
   margin: 0px auto 0px auto;
   border-style: dashed;
   border-width: 0px 0px 1px 0px;
   overflow: hidden;
   padding: 6px 6px 6px 6px;
  /*min-height: 100%;*/
  }
  
h2 /*news heading*/{ 
   line-height: 20%;
   margin: 12px 0px 0px 0px;
   font-size: 22px; 
   font-family: Tahoma;
   font-weight: bold;
   color: #000;
   }
   
h3 /*news date stamp*/ { 
   font-size: 10px; 
   font-family: Tahoma;
   color: #000;
   }
   
p2 /*news text*/ { 
   font-size: 14px; 
   font-family: Tahoma;
   color: #000;
   }
		  
		   /* Light Box Stuff */
#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-site/lb/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./images-site/lb/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; }


 