/*
	Print Stylesheet
	Copyright (c) 2005 Richard Davies
*/

body {
	font: 10pt 'Trebuchet MS', arial, helvetica, sans-serif;
}

a:link,
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: black;
}

img {
	border: none;
}

/*
div.content a:link:after,
div.content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
*/

#blogTitle {
	padding-top: 10px;
	text-align: center;
	border-top: 1px dashed black;
}

#blogTitle a:link,
#blogTitle a:visited {
	text-decoration: none;
}

#blogDesc {
	margin-top: 0px;
	padding-bottom: 10px;
	font-size: 12pt;
	font-style: italic;
	text-align: center;
	border-bottom: 1px dashed black;
	color: #999;
}

#footer p {
	margin-top: 20px;
	padding-top: 10px;
	text-align: center;
	border-top: 1px dashed #999;
	color: #999;
}

div.content {
	font: 10pt/16pt 'Trebuchet MS', arial, helvetica, sans-serif;
}

h2 {
	font: 14pt 'Lucida Sans', arial, helvetica, sans-serif;
	margin: 20pt 0pt 0pt 0pt;
}

h3 {
	font: 12pt 'Lucida Sans', arial, helvetica, sans-serif;
	margin-bottom: 0px;
}

p.posted,
p.posted a:link,
p.posted a:visited {
	font-size: 8pt;
	color: #999
}

div.navmenu,
#extras,
#footer ul {
	display: none;
}
