/*
Site layout for PRINTERs
© MartinDube.net
!! PS: HTML5 tags are not supported in Internet Explorer print mode, you wiil need a JS for that. !!
*/


/*
================
| Modules
================
*/
/* Manage content visibility */
.printOnly { display: block; }
.screenOnly { display: none; }
.hr a { diaplay:none!important; }
/*
|===============
| Grid
|===============
*/
#doc {
	width: 90%;
	*width: 7.5in; /*IE inch*/
	margin: 0 4%;
	page-break-after: avoid;
}
.main,
.core,
#header, #footer {
	display: block;
	clear: both;
}
.core {
	clear: both;
	margin-bottom: 2em;
	orphans: 3;
	widows: 3;
}
aside {
	orphans: 3;
	widows: 3;
}
.main,
#header, #footer {
	page-break-inside: avoid;
}
#footer {
	padding-top: 1em;
	page-break-before: auto;
	page-break-after: avoid;
	font-size: 6pt; /*min font size*/
}
#footer ul {
	clear: both;
	margin-left: 0;
	padding-left: 0;
}
#footer li {
	float: left;
	list-style: none;
	margin-right: 0;
	margin-left: .6em;
	padding-right: 0;
	padding-left: .5em;
}
#footer li a,
#copyright li.first {
	display: block;
	white-space: nowrap;
}
#copyright .first a {
	display: inline;
}
#copyright .first acronym,
#copyright .first abbr {
	border-bottom: 0;
}
#copyright .first .mediaPrint {
	margin-left: .6em;
	padding-left: .3em;
}
#footMenu li,
#copyright .first .mediaPrint {
	border-left: 1pt solid gray;
}
#footMenu li.first,
#copyright li.first {
	clear: left;
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

/* 
| Contact and Google maps for printer
*/
#gmap,
#gmapDirections form,
#gmapDirections .link,
#contactForm {
	display: none;
}
ul.vcard li {
	margin-bottom: .6em;
}
/* vCard data titles */
.vcard .type {
	display: inline;
	margin: 0 .2em 0 0;
}
/* vCard data definition */
.vcard .value {
	display: inline;
}
/* Invisible vCard titles by default */
.vcard .fn .type,
.vcard .org .type,
.vcard .adr .type {
	display: none;
}
