/*-----------------------------------------------------------------------------
  [CSS - ezcomment.css]

  Feuille de style des commentaires
  
-----------------------------------------------------------------------------*/

.comments {
    clear: both;
    margin: 10px 0;
}
    .comments h2 {
        color: #AD175C;
        font-size: 15px;
        font-weight: normal;
        margin: 0 15px 5px 0;
        float:left;
        line-height:25px;
    }
    .comments .notifications {
        float:right;
        line-height:25px;
    }
        .comments .notifications .submit {
            background:url(../images/ico_notification.png) no-repeat left center;
            border:none;
            color: #AD175C;
            cursor:pointer;
            height:21px;
            line-height:21px;
            text-decoration:none;
            font-size:11px;
            font-style:italic;
            font-weight:bold;
            padding:0 0 0 25px;
        }
        .comments .notifications .submit:hover {
            text-decoration:underline;
        }

    .comments .comment {
        clear: both;
        margin: 0 0 10px 0;
    }    
    .comments .comment .image {
        float: left;
        margin-right: 5px;
    }
    .comments .comment .infos {
        float: right;
        line-height: 17px;
        width: 610px;
    }
        .comments .comment .author {
            color: #AD175C;
            font-weight: bold;
            font-size: 13px;
            margin-right: 3px;
            line-height: 17px;
        }
        .comments .comment .author:hover {
            text-decoration: underline;
        }
        .comments .comment .date {
            color: #4D291E;
            font-size: 12px;
            font-style: italic;
            margin-right: 3px;
        }
        .comments .comment .content {
            clear: right;
            margin-left: 57px;
        }    

    /* Demande de login */
    .ask-login {
        background: #4D291E;
        clear: both;
        color: #FFF;
        display: block;
        text-align: center;
        padding: 10px 4px;
    }
    a.ask-login:hover {
        color: #FFF;
        text-decoration: underline;
    }
    
#add-comment {
    background: none;
    clear: both;
    padding: 0;
}
    #add-comment label {
        color:#000;
        margin-left: 3px;
        text-align: left;
        width: auto;
    }
    #add-comment .button {
        margin: 5px 4px 0 0;
    }
