div#comments {
	font-size: 12px;
	width: 85%;
	margin: 20px auto 0 auto;
	float: center;
	clear: both;
}

#comments a {
	border-bottom: none;
}

#comments h1 {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 0;
	margin: auto auto 20px auto;

}

#comments h2 {
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 0;
	margin: auto auto 20px auto;

}

.commentlist li {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: normal;
	}

.commentlist li a, .commentlist li a:link, .commentlist cite a:visited {
	color: #357DAB;
	font-weight: normal;
}

.commentlist li a:hover, .commentlist li active {
	text-decoration: underline;
	font-weight: normal;
}

.commentlist cite, .commentlist cite a, .commentlist cite a:link, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	color: #357DAB;
	}


.commentlist cite a:hover {
	color: #285a7b;
}

.commentlist cite active {
	color: #357DAB;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	color: #ccc;
	font-weight: normal;
	margin: 0;
	display: block;
	}

.commentmetadata a, .commentmetadata a:link, .commentmetadata a:visited {
	color: #ccc;
	font-weight: normal;
	margin: 0;
	display: block;
	}

.commentmetadata a:active {
	color: #ccc;
	font-weight: normal;
	margin: 0;
	display: block;
	}

.commentmetadata a:hover {
	color: #ccc;
	font-weight: normal;
	margin: 0;
	display: block;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	}


.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

ol.commentlist li.thread-even {
	padding: 5px 20px 5px 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

ol.commentlist li.thread-odd {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

ol.commentlist li ul.children li.comment {
	border-left: 1px solid #ccc;
}


.comments {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 0;
	margin: 40px auto 20px ;
}

