form {
	margin: 0;
}
#meta {
	font-size: 13px;
	font-family: Verdana, Tahoma, sans-serif;
	line-height: 1.5;
}
#meta a {
	color: #000;
}
#meta a:hover {
}
#meta a img {
	border: none;
	vertical-align: middle;
}
#board-info {
	float: left;
	padding: 0.8em 0.5em;
}
.feed {
	padding-left: 0.5em;
}
#categories {
	float: right;
	padding: 0.8em 0.5em;
	text-align: right;
}
.post-count {
	font-size: 0.8em;
}

#posts {
	width: 100%;
	border-collapse: collapse;
	clear: both;
}
#posts th {
	background: #ccc url(header.png) repeat-x;
	padding: 0.5em;
}
#posts td {
	text-align: center;
	padding: 0.5em;
	border-bottom: 1px solid #ddd;
}
#posts tr.notice td {
	background-color: #f4f4f4;
}
#posts .manage {
	width: 3em;
}
#posts th.left {
	background: #ccc url(header-left.png) no-repeat top left;
}
#posts th.author {
	width: 10em;
}
#posts th.date {
	width: 12em;
	background: #ccc url(header-right.png) no-repeat top right;
}
#posts td.title {
	text-align: left;
}
.comment-count {
	font-size: 0.8em;
	background: transparent url(comments.gif) center left no-repeat;
	margin-left: 0.5em;
	padding-left: 15px;
	color: #666;
}
.title .category {
	font-weight: bold;
	border-right: 1px solid #999;
	padding-right: 0.5em;
	color: #999;
}
#page-list {
	float: right;
	padding: 0.5em;
	font-size: 1.1em;
}
#page-list a {
	margin: 0 0.2em;
}
.here a {
	font-weight: bold;
}
#meta-nav {
	padding: 0.8em 0.5em;
	float: left;
}
#meta-nav .button, #meta-nav a, #meta-nav button {
	float: left;
}
#meta-nav a, a.button, input.button, button {
	width: 81px;
	height: 19px;
	background: url(button.png) no-repeat;
	text-decoration: none;
	padding: 4px 0;
	font-size: 1em;
	text-align: center;
	margin-right: 1em;
}
#meta-nav a, a.button {
	display: block;
}
input.button, button {
	height: 27px;
	border: none;
	cursor: pointer;
	font-weight: bold;
}
#search-form {
	text-align: right;
	padding: 1em;
	clear: both;
}

#post {
	background: url(header.png) repeat-x;
}
#post h1 {
	font-size: 1.1em;
	background: url(header-left.png) no-repeat;
	margin: 0 !important;
	height: 31px;
	overflow: hidden;
}
.title-wrap {
	display: block;
	background: url(header-right.png) no-repeat top right;
	padding: 0.3em 1em;
}
#post table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
}
#post-side {
	width: 12em;
	padding: 1em;
	background-color: #f4f4f4;
	vertical-align: top;
}
#post-content {
	vertical-align: top;
	line-height: 1.8;
}
#post-content .body {
	padding: 0 1em;
}
#post .author {
	font-weight: bold;
}
#post .date {
	margin-top: 0.5em;
	font-size: 0.8em;
}
#post .edit-info {
	font-size: 0.85em;
	color: #999;
	margin: 2em 0 1em 1em;
}
#attachments {
	border-top: 1px dotted #ccc;
	list-style: none;
	padding: 0.5em;
	margin: 0;
}
#attachments li a {
	background: transparent url(attachment.gif) 5px center no-repeat;
	padding-left: 22px;
}
#attachments li img {
	padding-top: 0.6em;
	padding-left: 0.3em;
}
#responses {
	border-top: 3px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 1.5em;
	background-color: #f8f8f8;
}
#trackbacks {
	border-bottom: 1px solid #ddd;
}
#trackback-url {
	margin: 0;
	padding: 1em;
}
#comments ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
#comments li:first-child {
	border: none !important;
}
.comment {
	border-top: 1px solid #ddd;
	padding: 1em;
}
.comment .actions {
	float: right;
	font-size: 0.9em;
}
.comment .actions a {
	font-weight: bold;
}
#comment-form {
	padding: 1.5em;
}
#comment-form label {
	font-weight: bold;
	margin-right: 0.5em;
}
#comment_author {
	margin-right: 1.5em;
}

#post-form {
	background: #f4f4f4 url(header.png) repeat-x;
	border-bottom: 1px solid #ddd;
	width: 50em;
}
#post-form h1 {
	font-size: 1.1em;
	background: url(header-left.png) no-repeat;
	margin: 0;
	height: 31px;
}
#post-form table {
	width: 100%;
	margin-left: 0.5em;
}
#post-form td {
	padding: 0.8em 0.5em;
}
#post-form th {
	width: 6em;
	font-size: 0.9em;
}
#post-form td.name {
	width: 11em;
}
#post-form .body {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}
#post-form .options td { padding: 0 0.5em; }
#post_title { width: 95%; }
#post_body { width: 96.5%; }
#upload, #trackback {
	padding: 1em;
	border-top: 1px solid #ddd;
}
#upload h2, #trackback h2 {
	font-size: 1.1em;
	margin: 0;
}
#dialog .button {
	float: left;
}
#neighbor-posts {
	list-style: none;
	margin: 1em;
	padding: 0;
	float: right;
	color: #999;
	font-size: 1.1em;
}
#neighbor-posts a {
	font-weight: bold;
}
#dialog .buttons {
	margin-bottom: 1em;
	overflow: hidden;
	display: inline-block;
}
#delete-form {
	text-align: center;
}
#delete-form .buttons {
	width: 14.5em;
	margin: 0 auto 1em auto;
}

/* LangDev ed */
body { padding: 0; margin: 0; }
div.title { padding: 1em 0 1.5em 1em; border-bottom: 1px solid silver; }

div.title h1 {
	float: left;
	font-family: 'Trebuchet MS', sans-serif;
	margin: 0;
	padding-right: 0.5em;
}

div.title h1 a { color: black; text-decoration: none; }
div.title h1 a:before { content: '('; }
div.title h1 a:after { content: ')'; }
div.title p { color: gray; margin: 0; padding-top: 0.8em; }

.navigation {
	background-color: black;
	padding: 0.7em 1em;
	margin: 0;
}

.navigation li { display: inline; color: gray; }
.navigation li:first-child:before { content: ''; }
.navigation li:before { content: '/ '; }
.navigation li a { color: #eee; }
.navigation li strong { color: white; }

#meta {
	clear: both;
	margin: 1em;
	max-width: 1000px;
	_width: expression(
		Math.min(document.documentElement.clientWidth - 30, 1000)
	);
}

#post-content .body code, .comment .comment-body code {
	padding: 0 0.3em;
}

#post-content .body pre code, .comment .comment-body pre code {
	padding: 0;
}

#post-content .body code, .comment .comment-body code,
#post-content .body pre, .comment .comment-body pre {
	background-color: #333;
	color: #eee;
}

#post-content .body pre, .comment .comment-body pre { padding: 1em 1em 0 1em; }
#post-content .body ul li, .comment .comment-body ul li { list-style: disc; }
#post-content .body ol li, .comment .comment-body ol li { list-style: decimal; margin-left: 3em; }
#comment-form textarea { width: 800px; }
#dialog #comment-form textarea { width: 100%; }

#openid-login { position: absolute; font-size: small; left: 125px; }
