@charset "utf-8";
/* CSS Document */
/* Concept and ideas from http://www.alistapart.com/articles/goingtoprint/ */
/* page breaks - http://codex.wordpress.org/Styling_for_Print#Page_Breaks */
body {
	background: white;
	font-size: 12pt;
}

[role="complementary"], header[role="banner"], nav, div.ec3_iconlet, .info, .no_print, #commentform, #commentary a, #outer, .sharing, .edit_btn {display:none;} /* hide sections : sidebar, mast banner, navigation band, events calendar icon */
	
#main, #main .left_side.new, #container {
	width: auto;
	border: 0;
	margin: 0 0.5%;
	padding: 0 2%;
	float: none !important;
	clear:both;
	color: black;
	background:transparent;
}

#main.paper_bg h2 {	border-bottom:1px solid #036CB4; padding-bottom:0.5em; font-family:"Warnock Pro","Goudy Old Style",Palatino,"Book Antiqua",Cambria,Georgia,serif;}
#main.paper_bg h2 a { text-decoration:none;}
a:link, a:visited {
	color:#075181;
	background:transparent;
	text-decoration:underline;
	font-weight:bold;
}
#newsarchives_2 { margin-top:-1em;} /* to visually join the 2 half lists */

div.full-photo, footer[role="contentinfo"] {
	font-size:smaller;
	text-align:center;
}
div.full-photo a /*img*/ {margin-left: auto; margin-right: auto; display:block; }
/* page breaks - http://codex.wordpress.org/Styling_for_Print#Page_Breaks */
h1, h2, h3, h4, h5, h6, img, div.full-photo { page-break-after:avoid; 
     page-break-inside:avoid }
blockquote, table, pre, p { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }

footer[role="contentinfo"] { /* apply vertical space and a top border */
	border-top: 1px solid #036CB4;
	padding-top: 2em;
	margin-top: 2em;
}
.drop-cap {
float:left !important;
font-family:"Warnock Pro","Goudy Old Style",Palatino,"Book Antiqua",Cambria,Georgia,serif;
font-size:270%;
line-height:80%;
margin:0;
}
li.thumbnail_link {list-style:none !important; page-break-inside:avoid;}
.thumbnail_link img {
	margin:0 5px 5px 0;
	float:left;
}
