
/****************** commenti *********************/
.commentsBox {
	margin-left: auto; margin-right: auto;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 60px;
	text-align: left; 
	padding-top: 15px;
	padding-left: 0px;
}
/*.commentsBox i {color: #666;}*/
.commentsBox p {
    margin-left: 0px;
    padding-left: 0px;
    text-indent: 0px;
}
/*.commentsBox h3, .commentsBox h4, .commentsBox h5 {color: #333;}*/
.commentsBox h5 {
    /* font-family: "Times New Roman",Times,serif; */
    font-size: 220%;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 29px;
    margin-top: 0;
}
.cborder {margin-top: 30px; padding-left: 15px; border-left: solid 3px #aaa;}
.commentsBox form {margin: 0px;}
.commentsBox p.submit input {padding-left: 3px;}
.commentsSubject
{
	color: #dfb77c !important;
	margin-bottom: 5px;
	margin-top: 0px;
}
.failed {
	background-color: #dfb77c;
	color: #000;
	padding: 10px;
	margin-bottom: 20px !important;
	/* border: 1px solid #ddd; */ 
	-moz-border-radius: 10px; -webkit-border-radius: 5px;
	-khtml-border-radius: 10px; border-radius: 10px;
	text-align: center;
}
.successfull {
	background-color: #01784e;
	color: #FFFFFF;
	padding: 10px;
	margin-top: 50px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	/* border: 1px solid #ddd; */ 
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	-khtml-border-radius: 4px; border-radius: 4px;
}
.commentBar {font-size: 80%;}
/*.commentBar a:link, .commentBar a:visited, .commentBar a:active {color: #555555; text-decoration: none;}
.commentBar a:hover, .commentBar a:focus {text-decoration: underline;}*/


/********************* addcomment *********************/
.form-group {font-size: 14px;}
.form-group i {font-size: 15px;}
.form-control {height: 40px;}
.has-icon {position: relative;}
.form-control-icon 
{
	position: absolute;
	top: 21px;
	right: 0px;
	color: #777;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px !important;
}
.form-group input 
{
	position: relative; 
	border-radius: 5px; 
	border-color: #e1e1e1;
	padding-right: 47px;
}
.addcomment {
	background-color: #f5f5f5;
	color: #666666;
	margin-top: 60px;
	margin-left: auto; margin-right: auto; 
	text-align: center;
	/* border: 1px solid #ddd; */ 
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	-khtml-border-radius: 4px; border-radius: 4px;
	padding: 10px; 
	width: 100%;
}
.addcomment a:link, .addcomment a:visited, .addcomment a:active {color: #3a3f44; text-decoration: none;}
.addcomment a:hover, .addcomment a:focus {text-decoration: underline;}

.comments {margin-bottom: 30px; margin-top: 50px;}
.datetime {font-size: 80%; color: #888;}

/* links */
.subTitle a:link, .subTitle a:visited, .subTitle a:active {color: #c8c8c8; text-decoration: none;}
.subTitle a:hover, .subTitle a:focus {
	text-decoration: underline;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #c8c8c8;
}
/*
.commentBar a:link, .commentBar a:visited, .commentBar a:active {color: #666666; text-decoration: underline;}
.commentBar a:hover, .commentBar a:focus {color: #c8c8c8; text-decoration: underline;}
*/
/* info autore */
/*
h3 a:link, h3 a:visited, h3 a:active, h4 a:link, h4 a:visited, h4 a:active {color: #c8c8c8; text-decoration: none;}
h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus {color: #c8c8c8; text-decoration: underline;}
*/
.author_info {height:140px; margin-bottom: 100px;}
.author_image {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px; 
}
.author_image img {width: 140px;}