/*
	PRINT STYLES
	This needs a serious review
________________________________________________________________________________________ */


* { padding: 0; margin: 0; }

body {
	width:100% ;
	font: 8pt/1.4 Helvetica, Arial, sans-serif;
	letter-spacing:0.2pt;
	word-spacing:1.1pt;
	color: #666;
	background: none;
	}

p, ul, ol, table {
	margin: 0 0 1.2em;
	}
	
ul, ol {
	list-style: outside circle;
	margin-left: 1.2em;
	}

h1,h2,h3,
h4,h5,h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 .2em;
	}

h1 { font-size:20pt; }
h2 { font-size:12pt; }
h3,h4,h5,h6  { font-size:10pt; }

a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: 90%; }
a[href^="http://"] { color:#000; }

#branding h1,
#branding p#Entierlogo {
	display: list-item;
	list-style-image: url(../images/logos/entierLogo.jpg);
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 1pt;
	color: #fff;
	}
	
	#branding p {
		margin: 1.2em 0 0;
		}

.accessLinks,
#nav,
hr,
#funStuff {
	display: none;
	}
	
#header {
	padding-bottom: 1.2em;
	margin-bottom: 2em;
	border-bottom: 1px dotted #888;
	}
	
#footer {
	padding-top: 2em;
	margin-top: 2em;
	border-top: 1px dotted #888;
	}

#footerContacts a {
	display: block;
	text-decoration: none;
	}