/* 
	--------------------------------------------------------------------------
	print styles 
	--------------------------------------------------------------------------
*/
/* hide elements */
.no_print, #nav, #nav_sec, #footer, hr, .idea_box {display:none;}

body {font-size: 10pt; font-family: Arial, Helvetica, sans-serif;} /* font-family ? and for titles ? */

a img { border:none;}
ul, ol, ul li, ol li { margin: auto; padding: 0 0 0 1em;}
ul li { background: none; list-style: disc;}

h1 { font-size: 1.4em; font-family: Georgia, "Times New Roman", Times, serif;}
h2 { font-size: 1.2em; font-family: Georgia, "Times New Roman", Times, serif;}
h3, h4, h5 { font-size: 1.1em;}

#projects_list { }
#projects_list li {
	float: left;
	display: inline;
	margin: 0;
	padding:0;
	width: 200px;
	height: 210px;
	font-size: 0.8em;
	}
#projects_list li img { display: block; margin: 5px 0 0 0;}

div#sub_col { clear: both;} /* only works for first printed page... */

