/* File: /_css/comments.css
 * This file contains comment-specific information */

div.commentchild { margin-left: 20px; }

/*********** Headers ***********/
.greencommentheader {
    font-weight: bold;
    border-bottom: 1px dashed #696;
    padding: 2px 3px 3px 3px; }
.purplecommentheader {
    font-weight: bold;
    border-bottom: 1px dashed #99c;
    padding: 2px 3px 3px 3px; }
.bluecommentheader {
    font-weight: bold;
    border-bottom: 1px dashed #99f;
    padding: 2px 3px 3px 3px; }
.pinkcommentheader {
        font-weight: bold;
        border-bottom: 1px dashed #b6578a;
        padding: 2px 3px 3px 3px; }
.commentheaderenvelope {
    margin: 0px 0px 8px 0px;
    padding-left: 12px; }

/*********** Links ***********/
.greencomment a {
    color: #393;
  }

.pinkcomment a {
        color: #f80f8d;
 }

.bluecomment a {
    color: #14f;
 }

.purplecomment a {
    color: #14f;
 }


/*********** Comment Bodies ***********/
.greencomment {
    background: #d9ffec;
    background-image: url(/_images/stars_background_05.png);
    background-repeat: repeat;
    color: #141;
    margin: 8px 0px 8px 0px;
    border: 1px solid #696;
    padding-top: 3px; }
.bluecomment {
    background: #bfe0f2;
/*     background: #caedff; */
    background-image: url(/_images/stars_background_05.png);
    background-repeat: repeat;
    color: #336;
    margin: 8px 0px 8px 0px;
    border: 1px solid #99f;
    padding-top: 3px; }
.purplecomment {
    background: #d6d6ff;
    background-image: url(/_images/stars_background_05.png);
    background-repeat: repeat;
    color: #434;
    margin: 8px 0px 8px 0px;
    border: 1px solid #99c;
    padding-top: 3px; }
.pinkcomment {
    background: #ffe4f3;
    background-image: url(/_images/stars_background_05.png);
    background-repeat: repeat;
    color: #891554;
    margin: 8px 0px 8px 0px;
    border: 1px solid #ff93cd;
    padding-top: 3px;
}

