/* Blog Comments */

#respond {
	margin-top: 1em;
	padding-bottom: .5em;
}

#main #comments h3, #main #comments h4 {
	font-weight: bold;
	color: #000;
	background: url('images/furn/icon_comment.gif') 0 40% no-repeat;
	padding-bottom: 0;
	padding-left: 22px;
}

#main #comments h3 {
	font-size: 1.4em;
	float: left;
	margin-top: 6px;
}

#main #comments h4 {
	border-bottom: 1px dashed #ccc;
	color: #000;
	font-size: 1.4em;
}

.leaveComment {
	float: left;
	margin: 11px 0 0 20px;
}

#commentform input {
	border: 1px solid #7F9DB9;
	background: #E4EDF0;
	font-size: 1em;
	padding: 1px 0px 1px 5px;
	margin-left: 22px;
}

#commentform .text {
	margin-left: 8px;
}

#commentform input.text, #commentform select, #commentform textarea {
	display: inline;
	border: 1px solid #7F9DB9;
	background: #E4EDF0;
	padding: 0;
}

#commentform textarea {
	width: 625px;
	height: 10em;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 22px;
}

#commentform .button {
	border: 1px solid #7DD1F1;
	border-right: 1px solid #0189BC;
	border-bottom: 1px solid #0189BC;
	color: #FFF;
	background-color: #00AEEF;
	padding: 2px 6px;
	width: 0;
	overflow: visible;
}

#commentform .button[class] {
	width: auto;
}

#commentform .button:active {
	border: 1px solid #0189BC;
	border-right: 1px solid #7DD1F1;
	border-bottom: 1px solid #7DD1F1;
}

#commentform small {
	font-size: .95em;
	color: #585858;
}

submit {
	font-weight: strong;
}

/*
Comments CSS from billglover.co.uk
*/

#comments {
	margin: 0;
}

.comments_intro {
	padding-top: 2em;
	overflow: auto;
	font: 2em;
	font-weight: bold;
	clear: both;
}

.comments_intro span { 
	padding: 0 0 0 22px;
	background: url('images/furn/icon_comment.gif') 0 60% no-repeat; 
}

dl#comment_list {
} /* space after last comment */

dl#comment_list dt.comment { 
	padding: 0.64em 20px 0.25em 22px; 
	background: #FFF;
	font-size: 1.1em;
	line-height: 1.42857em; 
	border-top: 1px dashed #ccc;
} /* Odd - header */

.comment_num { 
	padding: 0 0 0 20px;
	color: #999;
	font: bold 0.85714em/1.66667em Verdana, sans-serif;
	float: right; 
} /* Comment number */

/* .comment_num a, .comment_num a:visited { color: #999; text-decoration: none; }

.comment_num a:hover { color: #237fa1; text-decoration: none; } 
				
.comment_time { font: normal 0.78571em Verdana, sans-serif; color: #999; } */
				
dl#comment_list dd.comment { 
	padding: 0 22px 1.5em 22px;
	background: #FFF;
} /* Odd - comment itself */
		
dl#comment_list dt.alt, dl#comment_list dd.alt {
	background: #FFF; 
} /* Even - comment: all */

dl#comment_list dt.author, dl#comment_list dd.author {
	background: #ecf8fb !important;
}
		
/* .comment .format_text { padding: 0 10px; } */

dl#comment_list .commentDate li {
	float: left;
	border-left: 1px solid #999;
	font-size: .85em;
	padding: 0 7px;
	color: #999;
	line-height: .9em;
    background: none;
}
		
dl#comment_list .commentDate li.first {
	border-left: none;
	padding-left: 0;
}
