/* -------------------------------------------------------------- 

  * Eagle River Water & Sanitation District
  * Coded by Taylor Smith of Imulus

  print.css
  - Sets up some styles for printed pages

-------------------------------------------------------------- */

html {
	font: 10pt/1.25 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

body { 
	color: #000;
	background: none;
	margin: 2%;
}

h1.logo {
	font-size: 18pt;
	display: inline;
}

a:link,
a:visited {
	background: none;
	text-decoration: underline;
	color: #920;
}

#navigation { 
	display: none;
}

#subnavigation {
	display: none;
}

#contentcolumn {
	width: 100%;
}

#contentcolumn a:link:after,
#contentcolumn a:visited:after {
	content:" (" attr(href) ")";
	display: block;
	font-size: .8em;
	text-decoration: none !important;
	font-style: italic;
}

#footer {
	clear: both;
	font-size: 8pt;
	position: relative;
	width: 100%;
	margin-top: 5%;
	padding: 5pt 0;
	background: none;
	border-top: 1pt solid #ccc;
}

#footer ul { 
	position: relative;
	text-align: center;
}

#footer ul li { 
	display: inline;
	padding: 0 5pt;
}

img {
	float: left;
	padding-right: 2%;
	padding-bottom: 2%;
}