/* ====================================================

Title: print styles for mjcreid.anom.ca

Date created: December 4, 2010
Author: Ally Noormohamed (anom.ca)

==================================================== */

/* --------------------------------------------------*/
/* =page structure and main styles
   --------------------------------------------------*/
   
html,
body{
	float: none;
	width: 100%;
	background-image: none;
	color: #000000;
	border: none;
	display: block;
}   
.hide, nav, .slideshow, 
.home .left-col header img, .more{
	display: none;
}
img, .map{
	border: 1px solid #000000;	
}
.about .right-col figure img.large,
.about .right-col figure img.thumb,
.about .right-col figure img.thumb-last{
	float: none;
	border: 1px solid #000000;	
	display: block;
}
   
/* --------------------------------------------------*/
/* =typography
   --------------------------------------------------*/

body{
	font-family: Lucida Grande, tahoma, sans-serif;
}
h1{
	font-size: 24pt;	
}
h2{
	font-size: 19pt;	
}
h3{
	font-size: 15pt;	
}
h4{
	font-size: 14pt;	
}
p, ul, ol, blockquote{
	font-size: 12pt;
	line-height: 1.6em;
}
.home .left-col header p{
	font-size: 10pt;
	font-weight: bold;
}
.publications ul li strong{
	font-weight: normal;	
}
   
/* --------------------------------------------------*/
/* =links
   --------------------------------------------------*/   

a{
	text-decoration: none;
	color: #000000;
}


