/*
	Ottawa Public Library - Print Styles
	Created by gordongroup marketing + communications (www.gordongroup.com)
	
	Contents:
	- General Definitions
*/

/* =General Definitions
---------------------------------------------------------------------------------------------------- */

body #wrapper #header #toolbar,
body #wrapper #header #portal-english,
body #wrapper #header #portal-french,
body #wrapper #menu,
body #wrapper #sectionHeader-english,
body #wrapper #sectionHeader-french,
body #wrapper #breadcrumbs-english,
body #wrapper #breadcrumbs-french,
#privacy {
 	display: none;
 	}

body#homepage #wrapper #header #toolbar,
body#homepage #wrapper #menu {
	display: block;
	}

body {
	color: #000000;
	font-family: "Times New Roman", times, serif;
	font-size: 12pt;
	}
	
body.twocolumns #wrapper #content {
	border-right: 1px solid #000000;
	padding-right: 1em;
	width: 65%;
	}
	
#sidebar { 
	float: right;
	width: 30%;
	}
	
#features-english ul,
#features-french ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
h2, h3, h4 {
	font-size: 16pt;
	margin-bottom: 12pt;
	}
	
h3, #sidebar h2 {
	font-size: 14pt;
	}
	
h4, #sidebar h3, #sidebar h4 {
	font-size: 12pt;
	}
	
#sidebar h4 {
	font-style: italic;
	}
	
#footer {
	border-top: 1px solid #000000;
	clear: both;
	font-size: 0.8em;
	margin-top: 1em;
	padding-top: 3px;
	}