﻿/****************************************
	color scheme, borders
*****************************************/

body {
	background: #fff;
}
body,
div {
	color: #111;
}

.content, div.bbox, div.post {
	color: #111;
}
.bfoot, 
div.comment, 
#comments, 
#posting, 
.input, 
div.foot0 {
	color: #555;
}
.hleft,
div.comment .content, 
input, 
textarea {
	color: #111;
}

b, strong {
	color: #222;
}

div.head0, 
div.body0, 
div.foot0 {
	background: #fff;
	border: none;
}

input[type="submit"] {
	border: 1px solid #333;
	padding: 1px 8px; 	/* !!! */
}

.content, 
input, 
textarea {
	background: #eee;
}
.comment, .bfoot {
	background: #eee;
}

/********** links **********/

a {
	text-decoration: none;
	color: #8D93FF;
}
a:visited {
	color: #B2B5F3;
}
a:hover {
	text-decoration: underline !important;
}

.hleft a {	color: #aaa;}
.hleft a:hover {
		color: #8D93FF;
}
.foot0 a {
		color: #555;
		text-decoration: underline;
}
.foot0 a:hover{ color: #8D93FF;}

div.comment .name a {
		color: #222;
}
div.comment .name a:hover {
		color: #8D93FF;
}
