/* CSS Document 
- - - CSS design by J Hogue at Highchair designhaus for PRINT media */

/* First, import all the styles from the main stylesheet */ 

@import url(global.css);

/* Then, restyle a few key things to make them print better 

Redefine rules that specify background repeating patterns...
Turn text to black...
Get rid of useless DIVs by using display: none...
Create a way to read links as links in a helpful way...
Use inches instead of pixels or ems on any wrappers to set the width of the page...
Use point size instead of pixels if possible

*/

body, #header { 
	background-color: #fff; 
	background-image: none; 
	font-size: 12pt; 
}
#navwrap, #underimage a { display: none; }

#header h2 { 
	left: 0; 
	font-size: 12pt;
}
#subnav { font-size: 11pt; opacity: 1; background: none;}
#subnav b { color: #000; }
#subnav a.select { color: #fff; background-color: #000; font-style:italic; }
#subnav ul a span { display:none; visibility: hidden;}
#project_left {
	width: 30%;
	margin-left: -30%;
	margin-top: 70pt;
}
#quoteofpraise { font-size: 11pt; margin-left:0; border-left:0; border-right: 0; width:100%;}
#underimage h1 { 
	font-size: 16pt; 
	float: none; 
	width: 100%;
}
#columnwrap p, #awards b, #awards ul li, .blogentry, #colleft p, #colright p, #columnwrap dl { font-size: 12pt; line-height: 18pt; margin-bottom: 8pt; }
#columnwrap h2, .blogentry h2, #columnwrap h3, .blogentry h3 { font-size: 12pt; line-height: 16pt; margin-bottom: 4pt; }
#columnwrap h4, .blogentry h4, #columnwrap h5, .blogentry h5 { font-size: 14pt; line-height: 18pt; margin-bottom: 4pt; }

#columnwrap dt, columnwrap dd {color:#000000;}


#subnav { width: 30%; }
#project_right { width: 60%; margin-left:5pt; }
#columntext { clear: both; }
#mainimage {width:100%;}
#mainimage img {width: 100%;}

/* We also try to use the psuedo class :after to insert the actual link so people can see where a link goes */
/* this uses the P tag to ensure that it does not get added to calendar links in a table */
#columnwrap p a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 75%;
}

/*

XX  XX  XX  XXXXX  XX  XX  XXXXX  XX  XX  XXXXX  XX  XXXXX     XXXX   XXXXX   XXXX  XX  XXXXX  XX  X  XX  XX  XXXXX  XX   X   XXXX
XX  XX  XX  XX     XX  XX  XX     XX  XX  XX  X  XX  XX  X     XX  X  XX     XX     XX  XX     XX  X  XX  XX  XX  X  XX   X  XX   
XXXXXX  XX  XX XX  XXXXXX  XX     XXXXXX  XX  X  XX  XX  X     XX  X  XXXXX   XXX   XX  XX XX  X X X  XXXXXX  XX  X  XX   X   XXX 
XX  XX  XX  XX  X  XX  XX  XX     XX  XX  XXXXX  XX  XXXX      XX  X  XX        XX  XX  XX  X  X  XX  XX  XX  XXXXX  XX   X     XX
XX  XX  XX  XXXXX  XX  XX  XXXXX  XX  XX  XX  X  XX  XX  X     XXXX   XXXXX  XXXX   XX  XXXXX  X  XX  XX  XX  XX  X   XXX    XXXX 

*/
