/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Print Styles
   * Gives you some sensible styles for printing pages.
   See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
	 
-------------------------------------------------------------- */

body {
  line-height: 1.5;
  font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;   
  color:#000;
  background: none;
  font-size: 10pt;
}
#container,
#header {
  background: none;
}

#header ul,
#sidebar,
#skip-to {
  display:none;
  visibility:hidden;
}

a:link,
a:visited,
a:active {
	color:#377837;
	text-decoration:none;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

ul.photo-list,
ul.logo-list {
	list-style:none;
	margin-left:0;
	padding-left:0;
	width:100%;
}

ul.photo-list li,
ul.logo-list li {
	float:left;
	margin-right:20px;
}

p,
blockquote {
	clear:both;
}

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%;
  height:2px;
  margin:2em 0;
  padding:0;
  border:none;
}

blockquote {
  margin:0 1.5em 0 0;
  padding:1em;
  font-style:italic;
  font-size:.9em;
}

a img {
	border:none;
}
