@charset "utf-8";
/* PRINT CSS Document */


body { background: white; }

.fixed-body { width: 100%; }
.backtotop { display: none; }
h1.headline { margin-left: 0 /* Reset negative margin */; }
.headlinebg { color: #f0efe6 /* outer border - light beige */; }

h1#heading { position: relative; float: right; }
h1#heading a#logo {
  /*
  top: 0px;
  right: 2px;*/
  position: relative;
  width: auto !important;
  height: auto !important;
  background: none !important;
  font-size: 1.2em;
  font-family: Georgia, "Palatino Linotype", "Bookman Old Style", "Bookman Antiqua", "Times New Roman", Times, serif;
  margin: 17px 0;
}
  h1#heading a#logo span { display: inline; }
  h1#heading a#logo .bracket { color: #896c26; /* rust */ }
  h1#heading a#logo .sitename { 
    color: #b3b097; 
    padding: 0 5px;
  }


#menu { display: none !important; /*left: 0;  Reset indented margin */ }

#content { clear: none !important; }
#content-top { display: none !important; }
#content-body { 
  background: none !important;
  padding-top: 0 !important;
  /*padding-top: 26px;  screen css padding (40) -  #content-top height (14) */
}
#content-body .inner-wrap { padding-right: 0; padding-left: 0; }
#content-bottom { display: none !important; }
#footer { 
  color: #333331; /* same as body color */
  background: none; 
}
#footer #designer,
#footer #copyright { color: #333331; /* same as body color */ }
#footer .inner-wrap { padding-right: 0; padding-left: 0; }
#footer #trademark { background-image: url("/img/dp_trademark_on_wht.gif") !important; }



/* ****************************  ICONS  ***************************************  */


/* Background images will depend on if the user has their browser set to print background images/colors (not the default),
so in case the settings aren't printing the backgrounds, lets set the backgrounds to none and remove the padding.
*/
div.download,
div.pointer,
div.arrow,
div.paper,
div.webpage
 {
  background: none;
  padding-left: 0px;
}
a.webpage {
  background: none;
  padding-right: 0px;
}




/* ***************************  Original Source = SLIDESHOWS - CSS Document  ***************************************  */



#framedPhoto.slideshow .picsBG { background-color: white; /* prevent browser from printing black for the img transparent bg */ }
#framedPhoto.slideshow {
  top: 0px;
  right: 0px;
}
#framedPhoto-spacer { height: 166px; /* Add 14px to original(152) to account for #content-top not being displayed. */}