@charset "utf-8";
/* CSS Document */

* {
	float:none!important;
	margin:0px;
	padding:0px;
}

body {
	background:white;
	font-size:10pt!important;
}

#site, #siteMiddle {
	width:auto;
	height:auto;
}

#siteMiddle p {
	margin:0px;
	padding:10px 0px;
}

#siteMiddle h1, #siteMiddle h2 {
	margin:0px;
	padding:0px;
}

#siteTop, #siteBottom, #siteLinkArrowLeft, #siteLinkArrowRight, #footerNumber, #footerContact, #logoLink { /* Removed (h1 img) until later date `BKS */
	display:none;
}

#printFooter { /* Removed (#printHeader) until later date `BKS */
	display:block;
	overflow:hidden;
}

	#printHeader {
		padding-bottom:30px;
	}
	
	#printFooter {
		padding-top:30px;
	}

a {
	text-decoration:underline;
	}

a:link:after, a:visited:after { /* CSS2+ Browsers will show link urls */
   content:" ("attr(href)") ";
}

a[href^="/"]:after { /* CSS2+ Browsers will add the domain to a / href */
  content: " (gibbonspeck.com" attr(href) ") ";
   }
   

/*** Print Right Side ***/

.printRight #siteMidLeft {
	display:none;
}

.printRight #siteMidRight {
	width:auto;
	height:auto;
	overflow:visible; /* Allows for multiple pages of content `BKS */
}

/*** Print Left Side ***/

.printLeft #siteMidRight {
	display:none;
}

.printLeft #siteMidLeft {
	width:auto;
	height:auto;
	overflow:visible; /* Allows for multiple pages of content `BKS */
}

/***  Print Both ***/

.printBoth #siteMidRight, .printBoth #siteMidLeft {
	width:auto;
	height:auto;
	overflow:visible;
}


