﻿/* ------------------------------------------
Client: CfPS
Stylesheet: Print Styles
Author: Reading Room (Nicolas Gallagher)
Updated: 3 October 2008
------------------------------------------ */


#wrapper {padding:10px;}

/* ------------------------------------------------------------------------------------
-- TYPOGRAPHY
------------------------------------------------------------------------------------ */

body {font-family:georgia, Times, "times new roman", serif; font-size:10pt; color:#000; background:#fff;}

a {color:#039;}

h1 {font-size:24pt; font-weight:normal; margin:0;}
h1 small {font-size:12pt;}
h2 {font-size:20pt; font-weight:normal; margin:0 0 5mm 0;}
h3 {font-size:16pt; font-weight:normal; margin:10mm 0 2mm;}
h4 {font-size:12pt; font-weight:bold; margin:5mm 0 2mm;}

p {font-size:10pt; line-height:14pt;}


/* ------------------------------------------------------------------------------------
-- GENERAL
------------------------------------------------------------------------------------ */

img {border:0;}


/* Logo
------------------------------------------ */

#logo {padding:3mm 0; border-top:1px solid #000; margin:0;}
   #logo a {display:block; width:800px; text-decoration:none; overflow:hidden; color:#000;}
	#logo img {display:block;}
.strapline {padding:0 0 3mm; border-bottom:1px solid #000; margin:0;}

#header {margin:0 0 6mm 0;}

/* Footer
------------------------------------------ */

#footer {padding:10px 0; border-top:1px solid #000; margin:5mm 0 0}


/* ------------------------------------------------------------------------------------
-- SHOW FOR PRINT
------------------------------------------------------------------------------------ */

.tba {
	display:block !important;
}

	
/* ------------------------------------------------------------------------------------
-- REMOVED FOR PRINT
------------------------------------------------------------------------------------ */

.pagination,
.cta,
p.edit,
p.add,
form,
ul.actions,
#header-options,
#navMain,
#navSkip,
#breadcrumb,
#page-tools,
#footer
  {
	display:none;
}


/* ------------------------------------------------------------------------------------
-- CLEARING
------------------------------------------ ------------------------------------------*/

.tba:after {
	clear:both; display:block; content:"."; height:0; font-size:0; line-height:0; visibility:hidden;
}

* html .tba {
	height:1px;
}

*+html .tba {
	min-height:1px;
}