/*
Title:		Sheen Media - print styles
Author:		Kalon Edser, http://www.kalonedser.com
Updated:	2 March 2011
*/


body, #content, #container {
	width: 100%;
	margin: 0;
	float: none;
	background: #fff url(none);
	}

.nav, #home-top, .recent-work-tab, .slides, .nav-pages, #subscribe, #contact h3, #stalk h3, .keys, .the-end, #top .right, .images, .count, .top-link, #email-marketing .article-images, .noprint {
	display: none; 
	}

body {
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #000; 
	}

h1,h2,h3,h4,h5,h6, #logo {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	}
	
h1, #logo { font-size: 200%; }
h2 { font-size: 175%; }
h3 { font-size: 135%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 90%; font-style: italic; }

a:link, a:visited {
	color: #00c;
	font-weight: bold;
	text-decoration: underline; }
#content a:link:after, #content a:visited:after,
#stalk a:link:after, #stalk a:visited:after {
	content: " (" attr(href) ") ";
}
