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

#primary h3 {
    font-size: 1.6em;
    font-family: arial, sans-serif;
    font-weight: normal;
    text-align: center;
    color: #fff;
    padding: 0.3em 0;
    background: url(images/h3_bg.png) no-repeat top left;
    padding-top:4px;
    width: 177px;
}

#secondary h3 {
    font-size: 1.8em;
    text-align: center;
    color: #4d87c7;
    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;
}

#content {
    width:90%;
		margin:0 auto;
    
}

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

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

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

#jb_addComment input, #jb_addComment textarea {
    font-size: 0.8em;
    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:0;
    border: solid 5px #333;
    margin: 0;
    padding: 1em;
    background: url(images/content_bg.gif) repeat-x top;
}

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

.comment .header {
    padding: 5px;
    padding-top:10px;
    color: #eee;
    background-color:#4d87c7;
    border-top:solid 1px #C0C7CD;
    font-weight: bold;
    font-size: 14px;
    font-decoration:
    
}

.comment .header a {
    font-weight: bold;
    color: #52718B;
    padding-top:20px;
}

.comment .content {
    padding: 5px;
    line-height: 1.5em;
    color: #.comment {
    overflow: hidden;
    margin-bottom: 10px;
    position:relative;
    margin-top:120px;
}

.comment .header {
    padding: 5px;
    color: #ddd;
    background-color:#333;
    border-top:solid 1px #C0C7CD;
    font-weight: bold;
    
}

.comment .header a {
    font-weight: bold;
    color: #ddd;
    padding-top:20px;
}

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

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

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

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

;
}

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

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

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


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