/*-------------------------------------------------------------------------------------
 //	JibberBook v2.1
 //	(c) 2008 Chris Jaure
 //	license: MIT License
 //	website: http://www.jibberbook.com/
 //
 //	theme/digg/jbstyle.css
 -------------------------------------------------------------------------------------*/



#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 {
    width: 240px;
    float: left;
}

#secondary {
    width: 480px;
    float: right;
    
}

#jb_addComment label {
    display: block;
}

#jb_addComment input, #jb_addComment textarea {
    font-size: 1.2em;
    font-family: arial, sans-serif;
    margin: 5px 0;
    padding-left: 2px;
    width: 98%;
	background-color: #F93636;
}

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

#jb_addComment .button {
    font-size: 1em;
    width: 90px;
    float: right;
    margin: 10px 2px 0 0;
    background-color: #F93636;
    color: #FFFFFF;
}

#jb_addComment fieldset {
    margin: 0;
    padding: 1em;
}

.comment {
    overflow: hidden;
    margin-bottom: 15px;
    position:relative;
    background-color: #f01616;
}

.comment .header {
    padding: 5px;
    color: #FFFFFF;
    font-weight: bold;
    border-bottom: solid 1px #FFFFFF;
    padding-right: 220px;
}

.comment .header a {
    color: #FFFF88;
}

.comment .header a:hover {
    color: #861215;
}

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

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

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

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


.required {
    color: #FFFF88;
}

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

