body {
	color: #222222;
}
a {
	color: black;
}
a:hover {
	background-color: #222222;
	color: white;
}
h1.title a, h1.title a:hover {
	color: #222222;
	background-color: transparent;
	text-decoration: none;
}
h1.title {
	font-size: 26px;
	border-bottom:1px solid #333333;
	display:block;
	font-size:1.2em;
	width:100%;

	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
}

div.main {
	font-size: 22px;
	text-align: left;
	line-height: 1.4em;
	margin: 1em auto;
	max-width: 800px;
}

pre {
	padding-left: 0.5em;
	border-left: 7px solid #cccccc;
	font-size: 20px;
}

h2, h3 {
	margin-top: 2em;
}

div.article {
	margin-top: -1em;
}

div.article h2, div.article h3 {
	color: #333333;
	font-family: Roman;
	font-style: italic;
	font-weight: lighter;
}
div.article h2 {
	margin-top: 2.4em;
	font-size: 21px;
}
div.article h3 {
	margin-top: 3em;
	font-size: 19px;
}

div.article table {
	border-left: 1px solid #777;
	border-top: 1px solid #777;
}
div.article table tr td {
	padding: .2em .4em .2em .4em;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}

div.splitted {
	padding-bottom: 3em;
	margin-bottom: 3em;
	background-image: url(/media/images/sep.png);
	background-position: center 100%;
	background-repeat: no-repeat;
}

blockquote {
	background-image: url(/media/images/quote-l.png);
	background-position: 0px 0px;
	margin-left: 0px;
	padding-left: 40px;
	background-repeat: no-repeat;
}
blockquote:after {
	margin-top: -2.3em;
	line-height: 20px;
	display: block;
	height: 29px;
	content: " ";

	background-image: url(/media/images/quote-r.png);
	background-position: top right;
	background-repeat: no-repeat;
}

/* comments */
div.comment-form {
	margin-top: 3em;
}

label {
	width: 7em;
}

td.label {
	vertical-align: top;
}

input {
	width: 27em;
}

textarea {
	width: 30em;
	height: 12em;
}

td.button > input {
	width: 7em;
}
td.button {
	text-align: right;
}

span.comment-meta {
	font-size: 70%;
}
div.comment-contents {
	margin-left: 1.5em;
	padding-left: 0.3em;
	padding-right: 0.3em;
	padding-top: 0.3em;
	padding-bottom: 0.1em;
	margin-bottom: 1.5em;
}
div.comment-contents p {
	font-size: 80%;
	line-height: 1.2em;
	margin: 0em;
	margin-bottom: 1em;
}

span.fail {
	font-weight: bold;
	font-size: 80%;
}
div.preview {
	background-color: #ffff71;
}

