/**
* DESIGN -- Document Style
* Creek Bed Industries v. 2.0 (What's Mine is Mine)
* by Andrew Fischler
* 
* Includes: veneer, Fixed Masthead Positioning
**/


/**
* Veneer
**/
#veneer div {
  position: fixed;
  left: 0;
}

/* 100 - Wallpaper */
#veneer .a,
#veneer .b {
  left: auto;
  bottom: 83px;
  height: 600px;
  width: 50%;
  z-index: 100;
}
#veneer .a { right: 0; background: url("../images/background.jpg") 0 -600px repeat-x; }
#veneer .b { left: 0; background: url("../images/background.jpg") 0 0; }
#veneer .c {
  bottom: 83px;
  height: 660px;
  width: 100%;
  background: url("../images/wallpaper.jpg") center bottom no-repeat;
  z-index: 101;
}
#veneer .d {
	left: 50%;
	margin: 0 0 0 -650px;
  height: 300px;
  width: 1300px;
  background: url("../images/header-bg.png") left top no-repeat;
  z-index: 103;
}
#veneer .e {
	left: 0;
	margin: 0;
  height: 350px;
  width: 100%;
  background: url("../images/header-fade.png") top repeat-x;
  z-index: 102;
}

/* 200 - Content */
 #container {
  position: relative;
/*  width: 980px;
  margin: 0 auto;*/
  z-index: 200;
} 
/*.page-title { z-index: 210; }*/


/* 300 - Fades and Overlays */
#veneer .f {
  bottom: 83px;
  left: 0;
  height: 120px;
  width: 100%;
  z-index: 300;
  background: url("../images/page-fade.png") bottom repeat-x;
/*  opacity: .9;*/
}
#veneer .g {
  bottom: 83px;
  left: 0;
  height: 120px;
  width: 100%;
  z-index: 300;
  background: url("../images/footer-fade.png") 100px 0 repeat-x;
/*  opacity: .6;*/
}
#veneer .h {
  bottom: 0;
  height: 83px;
  width: 100%;
  background: #EEE url("../images/footer.png") 0 0 repeat-x;
  z-index: 300;
}

/* 400 - Art Overlays */
#veneer .i {
  left: 50%;
  bottom: 83px;
  height: 120px;
  width: 600px;
  margin: 0 0 0 40px;
  background: url("../images/factory.png") center bottom no-repeat;
  z-index: 400;
}

/* 500 - Navigation */
#masthead { z-index: 501; }
#site-nav { z-index: 500; }


/**
* Masthead and Site Nav - Fixed Style
**/
#site-nav {
  position: fixed;
  bottom: 0;
  left: 50%;
  height: 83px;
  margin: 0 0 0 -490px;  
  background: #f5f5f5 url("../images/footer.png") 0 -100px repeat-x;
  border-color: #dedede;
  border-top: none;
  border-bottom: none;
}
