/* 
Theme Name: Retropolis
Description: Custom WordPress Theme
Title: Print Styles
Author: Fixse Interactive/Themesicle
Author URI: http://www.themesicle.com
Last Update: Apr 28, 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, .navigation, hr {
	display: none;
	}
#content {
	width: 100%;
	}
#content img {
	border: 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) ") ";
	}