/*
print stylesheet for Neptune
.
// Neptune theme for WordPress
// Copyright (C) 2006 Ben de Groot
// You can redistribute this theme and/or modify it under the terms of
// the GNU General Public License as published by the Free Software Foundation;
// either version 2 of the License, or (at your option) any later version.
.
*/

html, body {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}
body {
	font: 1em/150% 'bitstream vera serif', hoefler, georgia, serif;
}

#middle {
	margin: 1cm;
}

#nav, .nav, object.support, .comno {
	display: none;
}

#footer {
	margin: 1cm;
	border-top: .05cm solid #999;
	font-size: 80%;
	line-height: 1.5em;
}

.posted {
	border: .05cm solid #999;
	padding: .4cm .7cm;
	font-size: 80%;
	line-height: 1.5em;
}

a:link {
	color: #039;
	font-weight: normal;
	text-decoration: none;
}
a[href] {
	content: " [" attr(href) "]";
}

h1 a {
	text-decoration: none;
}

blockquote {
	margin-left: 2.5em;
}
