/********************************
* Winchester Style Sheet.
* Contact: hello@winchester.ac.uk
*
* default-print.css
*/

@import "import/base.css";

 /************************
 * import/print-colour.css
 */
 
body, a,.module blockquote, .module table td { color: #444444; }

.module h1.title, .module h1.title a { color: #ffffff;}
body, a { background-color: #ffffff; }

#branding a { color: #d7c67d; }
.module { border-color: #d7c67d; }

#branding .l, .module h1, .module h2, .module h3,
 .module h4, .module h5, .module h6 { color: #144c8c; }
.module h1.title, .module h1.title a  { background-color: #144c8c; }

.module blockquote, .module blockquote a,
 .module table td, .module table td a { background-color: #e4e4e4; }

 
 /*****************
 * import/print.css
 */
 
body { font-size: 95%; text-align: justify; }
body, table, textarea, td { font-family: "Times New Roman", Times, serif; }
.quick-nav, #location, #site-nav, .last-modified { display: none; }

#main-content { margin: 0; padding: 0; }
#branding a {
  padding: 40px 10px;
}
#branding a #print_logo { width: 240px; height: 67px; }
#branding a #screen_logo { display: none; }

.module {
  margin: 10px 0; padding: 0 10px 20px;
  line-height: 1.3em;
  border-style: solid; border-width: 2px 0 0;
}

.module h1, .module h2, .module h3, .module h4, .module h5, .module h6 {
  font-weight: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.module h1.title, .page-info {
  font-size: 1.2em; line-height: 1.4em;
  margin: 0 -10px; padding: 0 10px;
  text-transform: capitalize;
}
.module blockquote, .module table { border-width: 1px; }

.page-info {
  font-size: 0.8em;
  margin: 0; word-spacing: 0.3em;
  text-align: right; text-transform: uppercase;
}
.page-info .fn  { display: block; }

#homepage #search-block, #popular-links, #homepage .copyright-statement,
 #homepage #quick-link-block { display: none; }
#homepage #main-content .module.top #latest-news {
  font-size: 1.2em; line-height: 2em;
  text-align: right;
}
#homepage #main-content .module.top img { float: left; margin-left: -0.75em; }
#homepage #ad-space { padding: 2em 0; text-align: center; }
#homepage #ad-space p { display: inline; }

