/*COMMENTS BOX*/

.commentsbox { list-style: none; width:630px; margin-bottom:20px; background-color:#edf5f9; border:1px solid #cbdae1; -moz-border-radius:4px; -webkit-border-radius:4px; float:left; }

	.odd { background-color:#fff; }
	.comment-body { float: left;border-top:1px solid #fff;-moz-border-radius:4px; -webkit-border-radius:4px;}
.commentsbox #respond {
	margin: 0 0 20px 15px;	
}


.commentsbox-top { height:79px; width:600px; padding:15px 0 0 0; margin:0 0 0 15px; border-bottom:1px solid #cbdae1; float:left; }
.commentsbox .avatar { height:50px; width:50px; float:left; margin-right:15px; }
.commentsbox-user { height:20px; width:300px; float:left;  }
.commentsbox-date { margin-right:15px; width:300px; float:left; font-size:12px; margin-top:5px }
.commentsbox-website { padding-left:19px; margin-right:15px; background-image:url(../images/websiteicon.png); background-repeat:no-repeat; background-position: 0 1px; width:300px; float:left; font-size:12px; margin-top:5px }
.commentsbox-text { width:600px; margin:0 15px 15px 15px; float:left; }

.depth-2 {
	width:575px;
}
.depth-3 {
	width:520px;
}
.depth-4 {
	width:465px;
}
.depth-5 {
	width:410px;
}
.depth-1 #commentform {
	width: 600px;
}
.depth-2 .commentsbox-top, .depth-2 .commentsbox-text, .depth-2 #commentform {
	width: 545px;
}
.depth-3 .commentsbox-top, .depth-3 .commentsbox-text, .depth-3 #commentform {
	width: 490px;
}
.depth-4 .commentsbox-top, .depth-4 .commentsbox-text, .depth-4 #commentform {
	width: 435px;
}
.depth-5 .commentsbox-top, .depth-5 .commentsbox-text, .depth-5 #commentform {
	width: 380px;
}
.depth-5 .commentsbox-date, .depth-5 .commentsbox-website { width:150px;}
.depth-1 .text_area, .depth-2 .text_area, .depth-3 .text_area, .depth-4 .text_area { width:415px; background:url(../images/style1/comments-text-small.png) left top no-repeat; max-width:415px;  }




.comment-reply-link {
	height: 23px;
	padding: 6px 25px 0 0;
	float: right;
	background: url(../images/blog-readmore-icon.png) right 4px no-repeat;
}
.comment-edit-link {
	height: 23px;
	padding: 6px 0 0 0;
	float: left;
}
/*COMMENTS INPUT*/
	h3#reply-title { font-size:24px; color:#343b42; font-weight:normal; padding:0; margin:0 0 15px 0;}
		h3#reply-title a { font-size:24px; font-weight:normal; text-decoration:none; color:#fc4700 }
		
#respond {float: left; }
#commentform { width:632px; float:left; }


.comments-input { width:276px; height:16px; padding:8px 10px 10px 10px; background:url(../images/style1/newsletter-input.png) 0 0 no-repeat; margin-top:0; margin-bottom:11px; border:0; clear:both; }
.text_area { font-family:arial; font-size:12px; width:612px; background:url(../images/style1/comments-text.png) 0 0 no-repeat; height:180px; max-height:180px; max-width:612px; border:0; padding:10px; }
.text_area2 { font-family:arial; font-size:12px; width:276px; max-width:276px; background:url(../images/style1/comments-text-contact.png) 0 0 no-repeat; height:180px; max-height:180px; border:0; padding:10px; }

#submitbutton { background-image:url(../images/style1/submit-button.png); background-color:transparent; background-repeat:no-repeat; width:76px; height:34px; float:left; }
	#submitbutton:hover { background-position:0 -34px; cursor:pointer; cursor:hand; }
	
#contactform { width:296px; float:left; margin-top:5px; }