h2.content {
	color: #000;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0.6em;
	line-height: 1.4;
	left: 0;
}

.entry-tags {
	margin-bottom: 1em;
}

.entry-tags span {
	margin-right:0.5em;
}

.entry-comments {
	margin-bottom: 0;
}

a.comment {
	line-height: 1em;
	font-size: 0.84em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	text-decoration: none;
	cursor: pointer;
	margin: 20px 0 0 20px;
	display: inline-block;
}

form#comment {
	position: relative;
	margin: 20px 0 50px 20px;
	display: none;
}

form#comment table {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

form#comment td {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

form#comment input.text,
form#comment textarea {
	display: block;
	width: 296px;
	//width: 300px;
	margin: 0 20px 20px 0;
}

form#comment textarea {
	height: 100px;
	width: 300px;
}

form#comment textarea.error {
	border: 1px solid red;
}

form#comment label {
	display: block;
	line-height: 1.3em;
	padding-top: 5px;
	font-size: 0.84em;
}

form#comment p {
	margin: 0 0 20px 0;
}

form#comment .submit {
	clear: both;
	display: block;
	width: 275px;
	margin-left: 25px;
	text-align: center;
}

form#comment .submit table {
	margin: 0 auto;
	border-collapse: collapse;
}

form#comment .submit table td {
	padding: 0;
	margin: 0;
}

form#comment .submit table td span {
	display: block;
	width: 16px;
	margin-left: 5px;
	//margin-top: 2px;
}

form#comment .submit img {
	display: none;
}

div.comments {
	display: none;
}

dl.comment {
	margin: 0;
	padding-top: 20px;
	line-height: 1.2em;
	font-size: 0.84em;
}

dl.comment dt {
	margin-bottom: 10px;
}

dl.comment dt a {
	text-decoration: none;
}

dl.comment dt a:hover {
	text-decoration: underline;
}

dl.comment dt span {
	color: #aeaeae;
	text-transform: lowercase;
	margin: 0 10px;
}

dl.comment dt a.reply {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	text-decoration: none;
	cursor: pointer;
}


