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


#container {
    width: 490px;
    text-align: left;
    margin: 0 auto;
}

#primary h3 {
    font-size: 15px;
    font-family: palatino linotype, georgia;
    font-weight: bold;
    text-align: left;
    color: #333;
    padding: 0em 0;
    width: 177px;
}

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

#commentscontent {
    background:#fff url(images/content_bg.gif) no-repeat top;
	background: transparent;
    margin-top:2em;
    
}

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

#secondary {
    padding: 10px;
    margin-top:10px;
    background: transparent;
	width:500px;
}

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

#jb_addComment input, #jb_addComment textarea {
    font-size: 0.8em;
    font-family: georgia, helvetica, serif;
    margin-bottom: 5px;
    padding-left: 2px;
    width: 220px;
}

#jb_addComment textarea {
    height: 80px;
    width: 220px;
}

#jb_addComment .button {
    font-weight: bold;
    font-size: 0.9em;
	color:#6a2b1a;
	margin-left:150px;
	width:220px;
}

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

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

.comment .header {
    padding: 10px 5px 5px;
    color: #52718B;
    background:transparent;
    border-top:dashed 1px #ac9778;
	font-weight: bold;
    font-size: 1.1em;
	color:#6a2b1a;
	font-family:georgia, helvetica, serif;
}

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

.comment .content {
    padding: 5px;
    line-height: 1.5em;
    color: #333;
	border-bottom:15px solid #6b2c1a; 
	font-family:palatino linotype,georgia;
font-size: 13px;
}

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

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

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

.required {
    color: #325B0A;
}

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