/*
CSS - PRINT 

Owner:
Bob Tourkow
www.intimacyworks.com

Designer:
Dawud Miracle, Healthy WebDesign
www.healthywebdesign.com

last revised: 9 Jun 2007
*/

/* sets global print properties */

body {
	margin: .5em;
	padding: 0;
	font: 12pt/14pt verdana, arial, helvetica, sans-serif;
	text-align: left;
	color: #000;
}

/* styles links */

a:link, a:visited {
  text-decoration: none;
  color: #1b3b72;
  font-weight: bold;
 }

a:link:after,
a:visited:after {
  content: " (link:www.intimacyworks.com/" attr(href) ") ";
  font-size: 90%;
  font-weight: normal;
}

/* removes background images/colors */

#wrapper, #wrapper-b {
	background-image: none;
}

/* removes sidebar/header/form/masthead nav */

#sidebar, #masthead ul, #masthead h1, form {
	display: none;
}

/* centers masthead */

#masthead img {
	margin: 0 auto;
	text-align: center;
}

/* full-justified content */

#content {
	text-align: justify;
}

/* styling headers */

#content h1 {
	font: bold 16pt/20pt verdana, arial, helvetica, sans-serif;
}

#content h3 {
	font: bold 14pt/18pt verdana, arial, helvetica, sans-serif;
}

/* styling images */

#content img {
	float: right;
	margin: .5em 0 .5em 12px;
	padding: none;
	border: none;
}

/* custom footer for print */

#footer {
	margin: 1em auto 0 auto;
	text-align: center;
}

#footer h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 130%;
}


