/* begin css for comments box */
.comments-box {
	zoom: 1;
}

.comments-box img {
	vertical-align: middle;
}

.comments-box h3 {
	color: #1d568c;
	font-size: 1.7em;
	font-family: arial;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 20px 0 0 0;
}

#respond p {
	color: #76b5e2;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}

.text {
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
	color: #76b5e2;
	width: 200px;
}

.submit {
	padding: 2px;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #c9d8da;
	background: #297eb9;
	color: #76b5e2;
}

.submit:hover {
	border: 1px solid #ccc;
	background: #fff;
	color: #76b5e2;
}

/* end */
/* framework for comments */
ol.commentlist li div.vcard cite.fn a.url:hover {text-decoration:underline}
ol.commentlist { margin: 10px 0 0 0; padding: 0 0 0 0; background: #fff; border-top: 1px solid #e5e5e5; }
ol.commentlist li { list-style-type: none; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; padding: 15px; }
ol.commentlist li.alt { background: #eee; }
ol.commentlist li.bypostauthor p { font-weight: bold; color: #76b5e2; }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { }
ol.commentlist li div.vcard { }
ol.commentlist li div.vcard cite.fn { font-style: normal; font-weight: bold; }
ol.commentlist li div.vcard cite.fn a.url { color: #76b5e2; }
ol.commentlist li div.vcard img.avatar { float:right; }
ol.commentlist li div.vcard img.avatar-32 { background: #fff; padding: 2px; border: 1px solid #ddd; }
ol.commentlist li div.vcard img.photo {  background: #fff; padding: 2px; border: 1px solid #ddd; }
ol.commentlist li div.vcard span.says { color: #76b5e2; }
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size: 0.9em; margin: 3px 0 0 0; }
ol.commentlist li div.comment-meta a { color: #76b5e2; }
ol.commentlist li p { margin: 15px 0 0 0; line-height: 1.4em; }
ol.commentlist li ul { }
ol.commentlist li div.reply { padding-top: 20px; }
ol.commentlist li div.reply a { font-weight: bold; background: #eee; border: 1px solid #e5e5e5; padding: 4px 5px 3px 5px; color: #76b5e2;  }
ol.commentlist li div.reply a:hover { color: #76b5e2; border: 1px solid #76b5e2;}
ol.commentlist li ul.children { }
ol.commentlist li ul.children li { background: #fff; margin: 5px 0 0 0;}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 {  }
ol.commentlist li ul.children li.depth-3 { }
ol.commentlist li ul.children li.depth-4 {  }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { }
ol.commentlist li.odd { }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

/* textarea */
.textarea {
	display: block;
	height: 120px;
	width: 95%;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #76b5e2;
	background: #fff;
	margin-bottom: 0pt;
	padding: 2px;
}
.fmessage {
	font-size: 11px;
}
.fmessage span {
	font-size: 14px;
	color: #76b5e2;
	font-weight: bold;
}
