/*
	File name: Lynn Shepherd print style sheet
	Version: 1.0
	Author: Ben Ellis
	Author URI: http://www.hungrybrowser.co.uk
	Created: 28/02/2010
	Updated: 28/02/2010
*/

body {
	margin: 0px;
	background: #FFFFFF;
	color: #000000;
	font-family: Lucida sans, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	text-align: left;
}

a {
	font-weight: normal;
	color: #CC0033;
	text-decoration: underline;
}

a:visited {
	color: #660066;
	text-decoration: underline;
}

h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a, h5, h5 a {
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	clear:both;
	margin: 0px 0px 10px 0px;
}

h1, h1 a {
	font-size: 16pt; 
	color: #000000;
}

h2, h2 a {
	font-size: 14pt;
	color: #333333;
}

h3, h3 a {
	font-size: 13pt;
	color:#333333;
}

h4, h4 a {
	font-size: 12pt;
	color:#333333;
}

hr {
	height: 1px;
	color: #CCCCCC;
}

p {
	margin: 0px 0px 20px 0px;
}

label {
	font-weight: bold;
	font-size: 11px;
}

label, strong {
	color: #333333;
}

input, textarea, select {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
}

th, td {
	padding: 1px 10px 3px 1px;
	vertical-align: top;
}

img, a img {
	border: 1px #CCCCCC solid;
	margin: 10px 0px 10px 0px;
}

#nav, #search, #sidebar, #meta, #footer, .paging {
	display: none;
}

.post_meta {
	font-size: 9pt;
}
