/**
	print.css
	Part of the Wombatinger Framework
	
	Print styles for single page in a project
	
	USAGE:
	Link from html file like this:
	<link rel="stylesheet" rev="stylesheet" href="css/print.css" 
	type="text/css" media="print" charset="utf-8" />
________________________________________________________________________________________*/

/**
				IMPORT SHARED PRINT STYLES
________________________________________________________________________________________*/
/* BLUEPRINT STYLES */
@import url(../shared/css/blueprint/print.css);

/**
				IMPORT GLOBAL PRINT STYLES
________________________________________________________________________________________*/
/* PROJECT STYLES */


/**
				DEFAULT PAGE PRINT STYLES
________________________________________________________________________________________*/
/* GENERAL */


/**
				CUSTOM PAGE PRINT STYLES
________________________________________________________________________________________*/


