/*-------------------------------------------------------
Brookes Print Styles 
-------------------------------------------------------*/

body { font: 12pt Georgia, "Times New Roman", Times, serif; line-height: 1.3; background: #fff; padding: 2cm; }
ul, ol, p { font: 12pt Georgia, "Times New Roman", Times, serif; }

header { height: auto; }
header h1 a { color: #333; font-size: 18pt; border-bottom: solid 1px #ccc; width: 100%; margin: 0; background: none; display: block; text-indent: 0; height: auto; }

#content { width: 80%; margin: 0; padding: 0; float: left; }
	#content .callout { background: #FCE8DE !important; }

h2 { font-size: 18pt; margin-top: 25px; }
	h2.page-title { font-size: 24pt;  }


ul li, ol li { list-style-type: disc; margin-left: ; }

/* Hide these */ 
.utility, #header_search, #main_nav, #sidebar, footer, .addthis_toolbox, #crumbs { display: none; }

/* Links */ 
a:link { font-weight: bold; text-decoration: underline; color: #2C8E92; }
#main a:link:after { content: " (" attr(href) ") "; }		
