/* 
Title:		Beaded Hope Style Sheets
Author: 	buhlenbrock@thinkbarefoot.com

*/

/* import stylesheets and hide from ie/mac \*/
@import url("screen.css");
/* end import/hide */

/* Print Styles */
@media print {
  body, html {
  	background:#FFF;
  	font:12pt Arial, Helvetica, sans-serif !important;
  	color:#000;
  	line-height:165%;
  	padding:0 !important;
  	margin:0 !important;
  	width:100% !important;
  	}
  
  a:link, a:visited {
   	background: transparent;
  	font-weight: bold;
  	text-decoration: underline;
  	color:#000;
  	}	
  	
  h1, h2, h3, h4, h5 {
  	font-family: Arial !important;
  	}

  h1 a, h2 a, h3 a, h4 a, h5 a{
    color: #000;
    text-decoration: none;
  }
  
  h1 {
  	font-size:2em;
  	}
  
  h2 {
  	font-size:1.8em;
  	}
  
  h3 {
  	font-size: 3em;
  	}
  	
  a {
    color: #000 !important;
    text-decoration: none !important;
  }	
  
  h4 {
  	font-size:1.2em;
  	}
  
  h5 {
  	font-size:1.1em;
  	}
  	
  #left {
    border: none !important;
  }	
  					
  img {
  	float: none !important;
  	border:0 !important;
  	margin:3px 12px 8px 0 !important;
  	clear: both !important;
  	display: block !important;
  	}
  
  #nav, #searchform, #branding, #commentform, #footer, #sidebar {
  	display:none
  	}
  
  hr { 
  	background:#000; 
  	color:#000;
  	width:100%; 
  	height:1px; 
  	margin:15px 0; 
   	border:none; 
  	}
  
  blockquote { 
   	margin:1.5em 0; 
   	padding:1em; 
   	border:1px solid #ccc; 
   	font-style:italic; 
   	font-size:0.9em; 
  	}
  
  .sharethiscont, #right, #header, #left h2, .commentlist, #comments, #respond{
    display: none;
  }
  
  * {
    border: none;
  }

}
