/*-------------------------------------------------------------------------------------
//	JibberBook v2.1
//	(c) 2008 Chris Jaure
//	license: MIT License
//	website: http://www.jibberbook.com/
//
//	theme/default/jbstyle.css
-------------------------------------------------------------------------------------*/
#info {
	color:#666;
	font-style:italic;
	position:relative;
	left:45%;
	width:40%;
}
#jb_message {
	background:;
	color:#fff;
	text-align:center;
	margin-bottom:0.5em;
	z-index:200;
}
#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 {
  background:black;
  float:right;
	padding:20px;
	margin:0 0 0 0;
}
#secondary {
	background:black;
	width:630px;
	position:relative; 
	left:20px; 
	top:0; 
	padding:10px;
}
#jb_addComment{
	width:255px;
}
#jb_addComment label {
  display:block;
  font-weight:bold;
  font-size:0.9em;
}
#jb_addComment input, #jb_addComment textarea{
	border:1px solid #a02612; background:#333; padding:2px; color:white;width:100%;
	margin-bottom:10px;
	font-family:Arial,sans-serif;
}
#jb_addComment textarea{
	font-size:1em;
	height:120px;
}
#jb_addComment .button{
	font-size:1.3em;
}
#jb_addComment fieldset{
  border:0;
  margin:0;
  padding:0;
}
#jb_comments{
}
.comment{
	width:620px;
	background:#333;
	border: solid 1px #666;
	margin-bottom:15px;
	overflow:hidden;
}
.comment .header {
	font-weight:bold;
	border-bottom: solid 1px #a02612;
	padding:2px 1px;
	background:#666;
}
.comment .header a{
	color:#a02612;
}
.comment .header a.delete{
	float:right;
}
.comment .content {
	padding:5px;
	line-height:1.5em;
}
.comment .date {
	font-size:0.8em;
	text-align:right;
	color:#999;
	padding-right:4px;
}
.required{
	color:#a02612;
}
#jb_addComment .hidden, .hidden{
	display:none;
}
