/*
XCOttawa.ca - print.css 
Craig Storey, 2006/12/18

CSS templates for printing xcottawa.ca articles for maximum clarity with minimal
clutter.  The styles in this file only apply to printers.

Modified:
	CDS, 2007/06/21 - Fixes to TOP, MIDDLE, MORE_READING, COPYRIGHT
*/

#top {
	background: 		rgb(255,255,255)  url('xcottawa.ca_print_logo_red.png') no-repeat;
	padding-bottom:	5px;
	height: 				34px; /* ie5win fudge begins */
	padding: 			0px;
	}
html>body #top {
	height: 				34px; /* ie5win fudge ends */
	}
#top_image {
	display: none;
	}
#rss_image {
	display: none;
	}
#left {
	display: none;
	}
html>body #left {
	display: none;
	}
#middle {
	font-size: 			12pt;
	width: 				100%;
	background: 		rgb(255,255,255);
	padding-left: 		6px;
	}
#right {
	display: none;
	}
html>body #right {
	display: none;
	}
#more_reading {
	display: none;
	}
#footer {
/*	display: none; */
	border: 				1px solid silver;
	padding: 			5px 10px;
	margin-top: 		20px;
	}
#ads_horiz {
		display: none;
}
#weather {
/*	display: none; */
	background: 		rgb(233,233,233);
	border: 				1px solid silver;
	padding: 			5px 10px 5px 10px;
	margin-bottom: 	20px;
	}
#gpark {
/*	display: none; */
	background: 		rgb(233,233,233);
	border: 				1px solid silver;
	padding: 			5px 10px;
	margin-bottom: 	10px;
	}
#wow {
/*	display: none; */
	background: 		rgb(244,244,244);
	border: 				1px solid silver;
	padding: 			5px 10px;
	margin-bottom: 	10px;
	}
	
/* Styling that only applies to PRINT */	
	
.article_title {
	font-family:		Verdana, Times New Roman, sans-serif;
	font-size: 			13pt;
	font-weight:		bold;
	border-bottom: 	1px solid silver;
	margin-bottom: 	20px;
	padding: 			0px 10px 10px 10px;
}
.title_info {
	display: none;
}	
.guppy_info {
/*	display: none; */
	border-bottom: 	1px dotted silver;
	padding-bottom: 	5px;
	margin-bottom: 	5px;
	}	
.news {
	border-bottom: 	1px dotted silver;
	padding-bottom: 	5px;
	margin-bottom: 	5px;
	}	
.accuweather {
	display: none;
}
.hide {
	display: none;
}
.sponsorbox  	{ min-height: 150px;  background-color: RGB(255,255,255);  border: 1px dotted rgb(0,0,255); margin-bottom: 4px; padding: 6px;}