.comments-container h3 {
	 
}

.comments-container .comments {
	list-style-type: none;
}

.comments-container .comments li {
	margin-left: 0px;
}

.comments-container h3,
.comments-container .comments-number-of {
	text-align: center;
}

.comment-add-comment,
.comment {
	position: relative;
	width: 485px;
	min-height: 66px;
	background-color: rgba( 140, 180, 169, 0.8 );
	padding-left: 75px;
	margin-bottom: 16px;
	
	
    -moz-box-shadow:1px 1px 0 #c2c2c2;
    -webkit-box-shadow:1px 1px 0 #c2c2c2;
    box-shadow:1px 1px 0 #c2c2c2;

	-moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;

}
.comment div.gravatar{
    /*
    /   The avatar is positioned absolutely,
    /   and offset outside the comment div
    /*/

    height:50px;
    left: 8px;
	top: 8px;
    position:absolute;
    width:50px;
    background:url('../images/default_avatar.h50.png') no-repeat #fcfcfc;

    -moz-box-shadow:1px 1px 0 #c2c2c2;
    -webkit-box-shadow:1px 1px 0 #c2c2c2;
    box-shadow:1px 1px 0 #c2c2c2;
}

.comment .gravatar img{
    display:block;
}

.comment .name{
    font-size:20px;
    padding-bottom:10px;
/*    color:#ccc;*/
}

.comment .date{
    font-size:10px;
    padding:6px 0;
    position:absolute;
    right:15px;
    top:10px;
/*    color:#bbb;*/
}

.comment-add-comment{
	background-color: rgba( 28, 196, 228, 0.8 );
	margin-left: 180px;
}


#addCommentForm {
	font-size: 100%;
}
#addCommentForm label {
	min-width: 100px;;
}
#addCommentContainer p{
    font-size:18px;
    line-height:1.5;
}

#addCommentForm input {
/*	margin-left: 400px;*/
}

#addCommentForm input[type=text],
#addCommentForm textarea{

    /* Styling the inputs */

    display:block;
    border:1px solid #ccc;
    margin:5px 0 5px;
    padding:3px;
    font-size:12px;
    color:#555;
    font-family:Arial, Helvetica, sans-serif;
}

#addCommentForm textarea{
    width:300px;
}

ul.error_list li{
    color:red;
    position:relative;
    right:-10px;
}

#submit{

    /* The submit button */

    background-color:#58B9EB;
    border:1px solid #40A2D4;
    color:#FFFFFF;
    cursor:pointer;
    font-family:'Myriad Pro',Arial,Helvetica,sans-serif;
    font-size:14px;
    font-weight:bold;
    padding:4px;
    margin-top:5px;

    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}

#submit:hover{
    background-color:#80cdf5;
    border-color:#52b1e2;
}
