/* CSS Print for Karen's Salon */



body {
   background-color: #fff;
   font: 13pt 'Times New Roman', Times, serif;
   color: #000;
   }
   	

div#vines, div#menu, div#sidebar, div#logos, div#footer {
   display: none;
   }
   

img, h1 {
	display: none;
   }


div#content {
   margin-left: 10%;
   padding-top: 1em;
   }
   
#container, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important; 
   background-image: none;
   }

   
h2 {  
	font: bold 18pt "Times New Roman", Times, serif;
	color: #000;
	border: none;
}

h3 {
	font: bold 16pt Arial, Helvetica, sans-serif;
}

p {
	font-size: 13pt;
	font-weight: normal;
	line-height: 150%;
	padding-bottom: 15px;
}
     
a {
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
#content a:link:after, #content a:visited:after { /*prints url after link*/
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   
#content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }















