
/* - - - - - - - - - - - - - - - - - - - - - - -
	P R I N T - S T Y L E S H E E T
- - - - - - - - - - - - - - - - - - - - - - - */

body { background: #fff; color: #111; font-size: 12pt; }

html body #container { background: none; }

/* Print these */
.print { display: inline !important; }

/* Hide these */
form, .screen, .nav, #utility-nav { display:none !important; }

/* Unfloat your layout */
body,
#wrapper,
#header,
#content,
#footer {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Link Modifiers */
a img, :link img, :visited img { border: 0; }

a:link,
a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

/* Automatically Print URL's */
#content a:link:after,
#content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#content a[href^="/"]:after { content: " (http://www.wehrenberg.net" attr(href) ") "; }

/* - - - - - - - - - - - - - - - - - - - - - - -
	SITE SPECIFIC STYLES
- - - - - - - - - - - - - - - - - - - - - - - */

#header #branding p {
	float: right;
	padding: 6px 6px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
	color: #565759;
}



