/*
 * *****************************************************************************
 * Stephanie Kayne Website
 *
 * /style/shadow.css - Shadow Earth Collection Styles
 *
 * Assumes: site.css, books.css
 * *****************************************************************************
 */

/* ========================================================================== */
/* Page Header */

div#page-header {
  border: 2px solid Black;
  background: gray url("/image/shadow/San Francisco/PowerShot 369 1000x300.jpg");
  background-position: center bottom;
}

div#page-header div#page-title {
  text-shadow: 0px 0px 10px Black;
}


/* ========================================================================== */
/* Page Footer */

div#page-footer div#banner {
  background: grey url("/image/shadow/San Francisco/shadow_footer_700x100.jpg") no-repeat;
  background-position: 0px -25px; /* Footer is 674x68*/
}

div#page-footer div#copyright {
  color: White;
}
 
div#page-footer div#rights-notice {
  color: Black;
}

/* -------------------------------------------------------------------------- */
/* Page Footer - Navigation Bar */

div#page-footer div#nav-bar a:link {
  color: Black;
}

div#page-footer div#nav-bar a:visited {
  color: Maroon;
}

div#page-footer div#nav-bar a:hover {
  color: White;
}
