/*
an accessibility experiment from
booktwo.org
GREEN ON BLACK CSS
by James Bridle
*/

body {
	background-color: #000000;
	color: #000000;
	text-align: center;
	font-size: 24px;
	font-family: Helvetica, Verdana, sans-serif;
	line-height: 28px;
	}

a:link, a:visited, a:hover, a:active {
	color: #000000;
	}

.header, .sidebar, .footer, hr {
	display: none;
	}

.main {
	width: 600px;
	margin: 25px auto;
	text-align: left;
	}

.post, #comments, .commentlist, #respond, #commentform {
	color: #f0f0f0;
        padding-bottom: 50px;
	}

.post a:link, .post a:visited, #comments a:link, .commentlist a:link, #respond a:link, #comments a:visited, .commentlist a:visited, #respond a:visited, #commentform a:link, #commentform a:visited {
	color: #f0f0f0;
	text-decoration: underline;
	}

.post a:hover, #comments a:hover, .commentlist a:hover, #respond a:hover, .post a:active, #comments a:active, .commentlist a:active, #respond a:active, #commentform a:hover, #commentform a:active {
	color: #f0f0f0;
	text-decoration: underline;
	}

.styleswitcher {
        z-index: 10;
        position:fixed;
        text-align: right;
        right:10px;
        top:10px;
        }
