/* 	Coalmarch - Base Drupal Theme
	print.css
	
	Version: 1.0
	Author: Sheena Donnelly
	Website: www.coalmarch.com
	Date: December 18, 2008
	*/
	
/* use this style sheet to define styles for printed versions of the site.  Be sure to remove all background colors/images and make text black */	


/* uncomment this area for 4-column layout

.region{
	width: 100%;
}

.region-inner{
	width: 100%;	
}

.oneCol{
	width: 25%;
	
}

.twoCol{
	width: 50%;
	
	}

.threeCol{
	width: 75%
}

.fourCol{
	width: 100%;	
}

*/


/* uncomment this area for 3-column layout

.region{
	width: 100%;
}

.region-inner{
	width: 100%;	
}

.oneCol{
	width: 33%;
	
}

.twoCol{
	width: 66%;
	
	}

.threeCol{
	width: 100%;	
}

*/