* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	background: #fff;
	color: #000;
	text-align: center;
}
body, textarea {
	font-family: Optima, "Trebuchet MS", "Lucida Sans Unicode", Tahoma, sans-serif;
}
#content {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}
div[dir="rtl"], ul[dir="rtl"], p[dir="rtl"], cite[dir="rtl"] {
	direction: rtl;
	text-align: right;
}
#langlinks form, #navigation li, div.langlink {
	display: inline;
	list-style-type: none;
	padding: 0;
}
#navigation li {
	margin: 0 1em;
}
#langlinks input {
	margin-right: 10px;
	border: 0;
}
hr, #content {
	clear: both;
}
hr {
	border: 1px dotted #eee;
	margin: 2em 0;
}
h1 a, ul.thoughts li p a  {
	color: #000;
	text-decoration: none;
}
h2, h3 {
	margin: 1em 0;
}
body#home h3 {
	width: 390px;
	margin-bottom: 2em;
}
div#catlist {
	width: 190px;
	float: right;
}
div#catlist ul {
	list-style-type: none;
}
ul.thoughts li {
	margin-bottom: 3em;
}
a:hover, input:focus, textarea:focus, input:hover {
	background-color: lime;
}
.highlight {
	background-color: #ff9;
}
input, textarea {
	border: 1px solid #000;
	padding: 1px;
	font-size: 1.5em;
	margin-right: 1em;
}
label {
	margin-top: 1.5em;
	font-weight: bold;
	display: block;
}
#catboxes label {
	display: inline;
	font-weight: normal;
	margin: 0 0 0 -1em;
}
div.sublabel {
	display: block;
}
.small, div#footer, div.sublabel, div#langlinks, body#xt input, body#xt label {
	font-size: 0.75em;
}
body#xt fieldset, body#xt legend {
	background-color: #ffc;
}
body#xt label {
	margin: 0;
}
