/*
==================================================
  PRINT.CSS
  Controls printed styles for glad.org

  Author:   Ruthie BenDor
  Updated:  2009-02-17
==================================================
*/

@import "/stylesheets/_reset";
@import "/stylesheets/_typography";


/* Kill all floated cols */

.col {
  float:none !important;
  width:95% !important;
  margin:0.643em 0 !important;  /* Transfer margin styles to padding styles */
  padding:0.643em 10px;
  border:1px solid #AAA;
}


/* --- GENERAL LAYOUT STYLES -------------------------------------- */

body {background:#FFF;}

h1, h2, h3, h4, h5, h6 {
  color:#000 !important;
}

a:link, a:visited, a:hover, a:active {
  color:#666 !important;
  text-decoration:underline !important;
  padding:0 !important;
  margin:0 !important;
  background-image:none !important;  
}

/* --- Header ----------------------------------------------------- */

#header {display:none;}

/* --- Masthead --------------------------------------------------- */

#masthead {
  background:#FFF url("/assets/img/bg-banner.png") repeat-x 0 -5px;
  position:relative;
  overflow:auto;
  border:1px solid #000;
  border-width:5px 0;
  padding:1em 0;
}

/* Logo */

#masthead #logo {display:none;}

/* Copy */

#masthead #copy h2, #masthead #copy h2 a {
  font-size:1.4em;
  margin:0.3em 0;
}

#masthead #copy p {
  margin:0;
  line-height:1.3em;
}

/* --- Main Navigation -------------------------------------------- */

#main-nav {display:none;}

/* --- Content ---------------------------------------------------- */

#content p {line-height:1.1em;}

/* Title Area */

#content #title-area #breadcrumbs {font-size:70%;}

#content #title-area p {
  margin:0.643em 0;
}

/* --- Footer ----------------------------------------------------- */

#footer {
  border:1px solid #000;
  border-width:5px 0;
}

#footer-inner {
  background:#FFF;
  font-size:87.5%;
  position:relative;
  overflow:hidden;
}

/* Footer Links */

#footer-links {display:none;}

/* Footer Contact */

#footer-contact, #copyright {
  border:none !important;
  padding:0 !important;
}

#footer-contact p, #footer-contact h4 {
  margin-bottom:0 !important;
  display:inline;
  padding-right:1em;
}

#footer-contact br {display:none;}

/* Footer Copyright */

#copyright p {
  margin:0;
  padding:0 !important;  /* Transfer margin styles to padding styles */
  text-align:center;
}