/* 
Theme Name: Blubs
Description: Premium WordPress Theme
Title: print styles
Author: Blog Perfume
Author Email: info@blogperfume.com
Author URI: http://www.blogperfume.com
Last Update: Apr 20, 2008
*/

body {
	margin: .6in;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}
h3.entry-title {
	color: gray;
	font-size: 180%;
	font-weight: normal;
	margin-bottom: 1.5em;
	}

#header, #nav, #sidebar, #extra, .navigation, hr {
	display: none;
	}
	
a:link, a:visited {
	color: gray;
	}	

/* print URLs after link text */

.entry-content p a:link:after, .entry-content p a:visited:after {
	content: " (" attr(href) ") ";
	}