/*	
	Desc: Calgary Ukrainian Festival Print Style Sheet
	Author: Cory Schadt
	
--------------------------------------- */

/*  Structure
--------------------------------------- */

body {
	background:#FFF;
	color:#666;
	font-size: 13pt;
	font-family:  Garamond, Georgia, "Times New Roman", serif;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  color: #666;
  text-decoration: none;
}

header,
footer,
.sponsors {
	display: none;
}

#content {
	width: auto; 
	margin: 0;
	padding: 0; 
	border: 0;
	background: transparent;
}
h5.print {
  color: #DE2228;
  font-size: 18pt;
  line-height: 18pt;
  border-bottom: 2px dashed #7D0103;
  padding: 0 0 10pt 0;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
h5.print span {
  color: #999;
  font-size: 11pt;
}

h6.print {
  color: #999;
  font-size: 11pt;
  border-top: 2px dashed #094672;
  padding: 10pt 0 10pt 0;
}



