/*-------------------------------------------------------------------------------------
 //	JibberBook v2.1
 //	(c) 2008 Chris Jaure
 //	license: MIT License
 //	website: http://www.jibberbook.com/
 //
 //	theme/digg/jbstyle.css
 -------------------------------------------------------------------------------------*/
.noborder {
border: 0px none; 
}

#primary h3 {
    font-size: 1.6em;
    font-family: arial, sans-serif;
    font-weight: normal;
    text-align: center;
    color: #fff;
    background: none;
    width: 177px; padding-left:0; padding-right:0; padding-top:0.3em; padding-bottom:0.3em
}

#secondary h3 {
    font-size: 1.8em;
    text-align: left;
    color: #111;
    font-weight: normal;
    letter-spacing: -1px;
    font-family: arial, helvetica, sans-serif;
}

#info {
    color: #D2DCF3;
    font-style: italic;
    position: relative;
    left: 45%;
    width: 40%;
}

#jb_message {
    color: #fff;
    text-align: center;
    margin-bottom: 0.5em;
}

#jb_message.error {
    background-color: #c00;
}

#jb_message.confirm {
    background-color: #360;
}

#jb_message p {
    margin: 0;
    padding: 0.5em;
    font-size: 1.6em;
}


#primary {
    padding: 10px;
    margin:0 0 1em;
}

#secondary {
    padding: 10px;
    margin-top:10px;
    background:none;
}

#jb_addComment label {
    display: block;
    font-weight: bold;
    font-size: 0.9em;
}

#jb_addComment input, #jb_addComment textarea {
    font-size: 1.9em;
    font-family: arial, sans-serif;
    margin-bottom: 5px;
    padding-left: 2px;
    width: 50%;
}

#jb_addComment textarea {
    height: 80px;
    width: 98%;
}

#jb_addComment .button {
    font-size: 1.3em;
}

#jb_addComment fieldset {
    border-left:1px solid #AAAAAA; border-right:1px solid #AAAAAA; border-bottom:1px solid #AAAAAA; border-top:5px solid #AAAAAA; margin:0; padding:1em; 
    background: none;  /* url('http://www.apasje.com/daniel/theme/images/top-bg.png') repeat top left */
}

.comment {
    overflow: hidden;
    margin-bottom: 10px;
    position:relative;
}

.comment .header {
    padding: 3px 5px;
    color: #8A8A88;
    background-color:#D6D6D6;
    border-top:solid 2px #aaaaaa;
}

.comment .header a {
    font-weight: bold;
    color: #B23610;
}

.comment .content {
    padding: 5px;
    line-height: 1.5em;
    color: #000;
}

.comment .content a {
    color: #666;
}

.comment .content a:hover {
    color:#333;
}

.comment .date {
    font-size: 0.8em;
    color: #222;
    position:absolute;
    top:6px;
    right:12px;
}


.required {
    color: #ff0000;
}

#jb_addComment .hidden, .hidden {
    display: none;
}
