/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework
   [bjorkoy.com/blueprint]
   
   * Print Styles *
   
   This file creates CSS styles for printing documents. 
   Include this in the <head> of every page. See the
   Readme file in this directory for further instructions.

--------------------------------------------------------------- */

body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,
caption,pre,p,blockquote,input,textarea {
  font-family: Georgia, Times, serif;
  line-height: 150%;
  color:#000;
  background:none;
}
body {
  background: white;
  font-size: 12pt;
}

hr { 
  background:#ccc; 
  width:100%; 
  height:2px; 
  margin:20px 0; 
  padding:0; 
  border:none; 
}

blockquote { 
  margin:15px 0; 
  padding:10px; 
  border:2px solid #ccc; 
  font-style:italic; 
  font-size:0.9em; 
}

p span.pull-quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-style: italic;
	line-height: 140%;
	width: 150px;
	float: right;
	margin: 10px 0 15px 12px;
	padding: 5px;
	color: #990033;
	border-top: 2px dashed #CCC;
	border-bottom: 2px dashed #CCC;
}

.small, .small p  { font-size: 0.9em; }
.large, .large p  { font-size: 1.1em; }
.quiet, .quiet p  { color: #999; }
.hide             { display:none; }

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

/*
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
*/

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */ 

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */

/* If you have navigation on your site, you might want to add something like this:
   #menu { display:none } */
   
img#branding {
	border: none;
	float: none;
}
   
div#site-tools, 
ul#nav-primary, 
img#banner,
img#button-donate,
ul#nav-secondary,
ul#breadcrumb,
div#content-secondary {
	display: none;
}

/* =SITE-INFO
------------------------------------------------ */

ul#site-info {
	border-top: 2px solid #CCC;
	list-style-type: none;
	padding: 1em 0 0 0;
	font-size: 50%;
	background:url(../img/logo-footer.gif) no-repeat 100% 100%;
	height: 30px;
}

ul#site-info li {
	float: left;
	border-right: 2px solid #CCC;
	padding: 0 10px 0 10px;
}

ul#site-info li.address {
	width: 26%;
	padding: 0 20px 0 0;
}

ul#site-info li.tel, ul#site-info li.fax {
	width: 20%;
}

ul#site-info li.email, ul#site-info li.web {
	width: 20%;
}

ul#site-info li.reg {
	width: 20%;
	border: none;
}

ul#site-info li.last {
	display: none;
}

ul#site-info li.last {
	border: none;
}



