﻿/****************************************
	color scheme, borders
*****************************************/


body, 
input, 
textarea {
	font-family: Georgia, Cambria, "times new roman", serif;
	font-size: 11.5pt;
	font-weight: 400;
	font-style: normal;
	line-height: 145%;
}
.hmenu {
	font-size: 13pt;
}
.tags {
	font-size: 80%;
	font-style: italic;
}

body {
	color: #222;
	background: #fff;
}
div,
.content, 
div.bbox, 
div.post {
	color: #222;
	background: none;
}
.bfoot, 
div.comment, 
#comments, 
#posting, 
.input, 
div.foot0 {
	color: #444;
}
.hleft,
div.comment .content, 
input, 
textarea {
	color: #222;
}

b, strong {
	color: #222;
}

div.head0, 
div.body0, 
div.foot0 {
	background: #fff;
	border: 0px solid #303030;
}
input, 
textarea {
	border: 1px solid #303030;
}
input[type="submit"] {
	border: 1px solid #333;
	padding: 1px 8px; 	/* !!! */
}

input, 
textarea {
	background: #f0f0f0;
}
.comment, .bfoot {
	background: #f0f0f0;
}
div.content {
	border: dashed #555;
	border-width: 1px 0px;
}
div.comment div.content {
	border: none;
	background: #fff;
}
div#comments {
	border-bottom: 1px dashed #555;
}

/********** links **********/

a {
	text-decoration: none;
	color: #5D65F6;
}
a:visited {
	color: #7076DF;
}
a:hover {
	color: #454BBF;
	text-decoration: underline !important;
}

.hleft a {	color: #aaa;}
.hleft a:hover {
		color: #454BBF;
}
.foot0 a {
		color: #666;
		text-decoration: underline;
}
.foot0 a:hover{ color: #5D65F6;}

div.comment .name a {
		color: #222;
}
div.comment .name a:hover {
		color: #454BBF;
}
h1 a:hover {
	color: #454BBF;
	text-decoration: none !important;
}

/*********** other *************/

div#paging a:hover {
	background: #eee;
}
div.menutop ul {
	background: #eee;
}

.bg-colored {
	color: #fff;
}
