/*
low-vision stylesheet for Neptune
.
Copyright (C) 2005 Ben de Groot
Distributed under the terms of the GNU General Public License v2
.
*/

html, body {
	background: #3f4247;
	color: #fff;
	margin: 0;
	padding: 0;
}
body {
	font: 200%/180% 'bitstream vera sans', 'lucida grande', verdana, sans-serif;
}

#header {
	height: 190px;
	background: #000 url(nheader.jpg) top left no-repeat;
	border-top: 1px solid #000; /* Gecko bug fix */
	margin: 0;
	padding: 0;
}

#middle {
	padding: 30px;
}

#nav {
	border-top: 1px solid #999;
}

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

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

a:link {
	color: #def;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #fde;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #000;
	background: #def;
}
a:active {
	color: #000;
	background: #def;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	display: block;
	position: absolute;
	width: 740px;
	height: 190px;
	text-indent: -9999px;
	text-decoration: none;
	background: transparent;
}

blockquote {
	margin-left: 2.5em;
}

input {
	font-size: 1em;
	color: #000;
	background: #fff;
}

#searchform input, #comment, #author, #email, #url {
	width: 20em;
	background: #fff;
	color: #000;
	font-size: 1em;
	border: 2px solid #000;
}

textarea#comment { width: 30em; }

#comment:focus, #author:focus, #email:focus, #url:focus, #searchform input:focus {
	background: #fff;
	border: 2px solid #0000ff;
}

.comno {
	display: none;
}

.prev {
	display: block;
	float: left;
	text-align: right;
	width: 48%;
	}

.next {
	display: block;
	float: right;
	text-align: left;
	width: 48%;
	}

.nav:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
* html .nav { height: 1%; }
