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

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 

*/


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

@import url(screen.css);
@import url(required.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...
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

*/

#everyoneneedsawrapper {
	width: 100%; 
	min-width: 7in; 
}

/* 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 */
#right p a:link:after, 
#right p a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 75%;
}
