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

#container {
    text-align: left;
    margin-top: 20px;
	margin-left: 300px;
	font-size: 80%;
	position: relative;
	text-align: center;
}

#primary h3 {
    font-size: 1.6em;
    font-weight: normal;
    text-align: center;
    color: #000000;
    padding: 0.3em 0;
    background: #C0C7CD;
    width: 177px;
}

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

#jb_message {
    color: #000000;
    text-align: center;
    margin-bottom: 0.5em;
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 80%;
}

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

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

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

#content {
    background:#000000;
	text-align: left;
	width: 600px;
    margin-left:auto;
	margin-right:auto;
}

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

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

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

#jb_addComment input, #jb_addComment textarea {
    font-size: 0.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:0;
    border-top: solid 5px #C0C7CD;
	border-left: dashed 1px #C0C7CD;
	border-bottom: dashed 1px #C0C7CD;
	border-right: dashed 1px #C0C7CD;
    margin: 0;
    padding: 1em;
    background-color: #000000;
}

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

.comment .header {
    padding: 6px;
    color: #FFFFFF;
    background-color:#404040;
    border-top:solid 2px #C0C7CD;
}

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

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

.comment .info {
    font-size: 0.8em;
    color: #C0C7CD;
    position:absolute;
    top:2px;
    right:12px;
}

.required {
    color: #A5CC7B;
}

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