/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0.1
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src-namespaced' directory.
		
   ** ADAPTED ** by sjohnson for pages with blueprint framework namespace
   
      <html lang="en" class="blueprint">  [OR]
      document.documentElement.className+=' blueprint';
	  
	Compressed with YUI compressor 2.4.6 @http://www.refresh-sf.com/
	  
 ---------------------------------------------------------------------------*/
 
 .blueprint body{line-height:1.5;font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;color:#000;background:none;font-size:10pt}.blueprint .container{background:none}.blueprint hr{background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none}.blueprint hr.space{background:#fff;color:#fff;visibility:hidden}.blueprint h1,.blueprint h2,.blueprint h3,.blueprint h4,.blueprint h5,.blueprint h6{font-family:"Helvetica Neue",Arial,"Lucida Grande",sans-serif}.blueprint code{font:.9em "Courier New",Monaco,Courier,monospace}.blueprint a img{border:none}.blueprint p img.top{margin-top:0}.blueprint blockquote{margin:1.5em;padding:1em;font-style:italic;font-size:.9em}.blueprint .small{font-size:.9em}.blueprint .large{font-size:1.1em}.blueprint .quiet{color:#999}.blueprint .hide{display:none}.blueprint a:link,.blueprint a:visited{background:transparent;font-weight:700;text-decoration:underline}.blueprint a:link:after,.blueprint a:visited:after{content:" (" attr(href) ")";font-size:90%}