/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Print Styles
   * Gives you some sensible styles for printing pages.
   See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
	 
-------------------------------------------------------------- */

body {
  line-height: 1.5;
  font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;   
  color:#000;
  background: none;
  font-size: 10pt;
  text-align: center;
}
.print_page_break {
	page-break-before: always;
}
#wrapper {
  background: none;
}
.clear {
	clear:both;
}
h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; text-align: left; }
h1 { border-bottom: 3px solid #666; clear: both;}
h2 { border-bottom: 1px dotted #666; font-weight: normal;}
code { font:.9em "Courier New", Monaco, Courier, monospace; } 

img { margin:1.5em auto; }
a img { border:none; }
p img.top { margin-top: 0; }

p, ul, li, ol { text-align: left;}

.print_title { font-weight: bold; text-align: center; font-size: 1.1em; margin: 0.3em;}
.strapline { text-align: center; font-style: italic; margin: 0.3em;}

hr { 
  display: none;
}

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size: 1em;
}

.small  { font-size: .9em; }
.large  { font-size: 1.1em; }
.quiet  { color: #999; }
p, cite { margin-left: 25px; font-style: normal;}
a:link, a:visited {
	background: transparent;
	font-weight:normal;
	color: #000;
	text-decoration: none;
}
a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
.print_logo {
	margin: 0 auto;
}
#footer { border-top: 4px solid #ccc; margin: 1em; padding: 1em; }

.sitename { font-size: 28px; margin: 0; font-weight: 700; border-left: 20px solid #ccc; padding-left: 10px;}
.awards_date { font-size: 20px; margin: 0; font-weight: 700; color: #666; border-left: 20px solid #ccc; padding-left: 10px;}

/*--Hide from printer--*/
#accessibility, #navigation, #subnavigation, #breadcrumbs { display: none;}