@import url("style.css");

#posts .postcontent {
	width: 480px;
	}

.comments, .trackback_area {
	padding: 0;
	margin-bottom: 30px;
}
.comments {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	.comments li {
		margin-bottom: 35px;
		}
		.comments p {
			margin-left: 2.6em;
			}
			li .commenter {
				border-bottom: 1px solid #4E4534;
				font-weight: bold;
				color: #ddd;
				margin-left: 0;
				}
				.comment_number {
					font: bold 2.46em georgia, times, serif;
					margin-right: 10px;
					}
				.comment_info {
					font-size: 0.85em;
					font-weight: normal;
					color: #27231B;
					margin-left: 1em;
					}
			.comments p img {
					border: none;
					}
#commentform li {
	margin: 0.4em 0 0.4em;
	font-size: 0.8em;
	}
	#commentform .code {
		margin: 1.6em 0 0.6em;
		width: 90%;
		}
	#commentform textarea {
		width: 90%;
		}
	.submit {
		font-weight: bold;
		font-size: 1.16em;
		color: #ddd;
		}

.trackback_area ol {
	list-style: none;
	padding: 5px 5px 5px 15px;
	}
	.trackback_area li {
		line-height: 180%;
		}
