/* 
Title : print.css
Author : Leeroy Lugg www.suspiremedia.co.uk
URL : http://www.cherieblairfoundation.org
Description : Print stylesheet
Copyright: (c) http://www.cherieblairfoundation.org. All Rights Reserved
Unauthorised copying or plagiarism of this style sheet will be seen as an infringement of UK copyright laws.
Created : Nov 2009
Modified : 
*/
/* Reset */
html, body{background: white;
background-image: none;
font-size: 12pt;	
float: none !important; 
margin: 0 !important; 
padding: 0 !important; 
position: relative !important;
}
/* Hide Stuff... */
#wrapper,#wrapper2,#wrapper3,#left-pane,#right-pane,#right-pane-home,#masthead,#nav,.skip,.logo,#header,#navbar,#sidemenu,#footer ul,#breadcrumbs,img, #banner,#sidemenu{display:none;}
/* Nice printable content */
#content,#sidebar,#sidebar-a,#sidebar-b,#container2,#container{
width: auto !important; 
padding:0;
margin:0;
border: 0;
float: none !important;
color: black; 
background: transparent;
}
/* Footer Branding */	
#footer{
padding: 0 0 0 50px; 
margin: 0 0 0 0px;
color: #636363 !important;
border:0px !important;
border-top:1px solid #a8a8a8 !important;
}