/**
 * Print:        print.css
 * Project:      Met Police website
 * Version:      1.0
 * Last change:  19/01/11
 * Assigned to:  Diego Lago (dl)
 * Primary use:  Website
 */

/* Remove unwanted elements */
#outer-branding,
#navigation,
#breadcrumb,
#support-navigation,
#sub-navigation,
#highlights,
#search,
#outer-tools,
#footer,
.pagination,
.mod-banner,
.mod-banner-crime,
.mod-phones,
.mod-pledge,
.mod-find-services,
.mod-find-news,
.mod-find-news-ext,
.mod-local-policing,
.more-links,
.related-links,
.listing,
.noprint,
.skip,
.push {
  display: none;
}

/* Ensure the content spans the full width */
.container {
  width: 100%;
  margin: 0;
  float: none;
}

/* Change text colour to black (useful for light text on a dark background) */
body {
  background: #fff;
  color: #000;
}
/* Improve colour contrast of links */
a:link,
a:visited {
  color: #781351
}
