@charset "utf-8";
/*#############################################################
Name: print.css
Date: 2010-04-05
Author: Matthew Sharritt, Ph.D.
URL: http://www.situatedresearch.com
#############################################################*/

/* reset styles for print */
* {
 background-color: white !important;
 background-image: none !important;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	word-spacing:1px; 
	color:#000;
}
table { max-width: 90%; }

/* Show URL */
a:link, a:visited {background: transparent; color:#333; text-decoration:none;}
a:link[href^="http://"]:after, a[href^="http://"]:visited:after {content: " (" attr(href) ") "; font-size: 11px;}
a[href^="http://"] {color:#000;}
/* all A tags whose CLASS attribute is pdf */
a[class ="pdf"] {
	padding: 0 18px 0 0;
	background: transparent url(../img/icon_pdf.gif) no-repeat center right;
}
/*Break Page*/
#comments {page-break-before: always;}
p, ul, ol {
	padding:8px 20px;
	line-height:22px;
}
li {
	margin-left:36px;
	padding:6px 8px 6px 4px;
	line-height:22px;
}
.check li {
	list-style:none;
	line-height:22px;
	padding:0 20px 8px 30px;
	margin-left:22px;
	margin-top: 8px;
	background: transparent url(../img/check_mark.png) no-repeat top left;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li { text-align: left; }
h1, h2, h3 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding:24px 16px;
	color:#222;
}
h4, h5 {
	padding:8px 24px;
	line-height:24px;
	font-weight:bold;
}
h1 {
	font-size:36px;
	letter-spacing:-1px;
	font-weight:normal;
}
h2 {
	font-size:24px;
	font-weight:bold;
}
h3 {
	font-size:18px;
	font-weight:normal;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
	font-style:italic;
	letter-spacing:1px;
}
h6 {
	padding:6px 20px;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	letter-spacing:1px;
}
#menu, #menuitems, ul.mainmenu, #searchbox, #searchie, #contentheader, #contentfooter, #submenu, #newsletter, #newsroll, #header, #logo, #buttons, .subnav, #respond, #sidebar, .sociable, .post-meta, .dd_buttons {
	display: none;
}
#contentarea, #contentmain {
	width:100%;
	border:none;
	float:none !important;
	overflow: visible !important;
}
.homepage {
	background: url(../img/homepage-ad.png) no-repeat top right !important;
}
#footer {
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#999;
	font-size:10px;
	letter-spacing:1px;
}
.orange {
	font-weight:bold;
}
.footnote {
	text-align:center;
	font-size:12px;
}
.clear { 
  clear: both; 
  /* do NOT float me */ 
} 
.cols {
	padding:0 15px 10px;
	float:left;
}
.col3 {
	float:left;
	width:30%;
	margin:10px 10px 20px;
}
.col3 img {
	border: 2px outset #706d68;
	text-decoration:none;
}
.col3fill {
	float:left;
	width:30%;
	text-align:center;
	margin:10px 10px 20px;
	background-color:#ededed;
	border:1px #bbb solid;
}
.col3 p, .col3fill p, .col3 h2, .col3fill h2, .col3 h3, .col3fill h3, .col3 h4, .col3fill h4 {
	text-align:center;
}
.col23 {
	float:left;
	text-align:left;
	width:60%;
	margin:10px 15px 20px;
	background-color:#ededed;
	border:1px #bbb solid;
	clear:right;
}
.col4 {
	width: 22%;
}
.col4 img {
	width: 90%; height: 90%;
}
.profiles {
	padding:10px 0;
	clear: both;
	height: 300px;
}
.pictures {
	margin:6px 12px;
	border:1px;
	border-style:solid;
}
.piccol {
	float:right;
	text-align:center;
	background-color:#EEE;
	width:25%;
	margin:10px;
	border:ridge;
	border-color:#335;
	border-width: 1px;
}
.piccol img {
	border:none;
}
.icon, .icon a {
	width: 48px;
	height: 48px;
	font-size: 9px;
	float: left;
	display: block;
	text-decoration: none;
}