/* Pipes Around the Pacific - 2010 International Organ Festival
   Victoria BC.
	 Printer style sheet
	 This style sheet assumes a preceding 'reset' and all-media style sheets
	 
	 Logo colours: #7bb6dc;#bcdee4;#86c3cb;  #0e285c;
*/

body {
  width:7.5in; height:10.0in;
	}

/* === Layout === */

#header {
  width:7.5in;
  background-image:none;
	color:#000; background-color:#eee;
	}
	
/* #content contains the 3 columns */
#content {
	background-color:#fff;
	margin:0 0 0 0;
	width:7.5in;
	}
#leftColumn  {
  display:none;
	/*width:0;*/
	}
#rightColumn  {
  float:left;
	padding-left:0.2in;
	width:1.5in;
	background-color:#fff;
	color:#000;
	}

a.external[href^="http://"]:after {
  content:normal;
	}
a.external[href^="mailto:"]:after {
  content:normal;
  }
a:link, a:visited {color:#000;}
	
#middleColumn {
  margin-left:2in;
	width:5in;
	color:#000;
	}

#middleColumn p {
	}

/*#footer {background:#eee; color:#000; width:7.5in;}*/
#footer {display:none;}

.print-no {display:none;}
.print-only {display:block;}

/* === End of papprn.css === */