/*-------------------------------------------------------------------------------------
//	JibberBook v2.3
//	(c) 2009 Chris Jaure
//	license: MIT License
//	website: http://www.jibberbook.com/
//
//	theme/default/jbstyle.css
-------------------------------------------------------------------------------------*/


#container {
  text-align:left;
  margin:0 auto;
}
#container h3 {
	font-size:1.6em;
	margin-bottom:10px;
	font-family:arial, sans-serif;
	font-weight:normal;
	color:#fff;
	background-color:#000;
	text-align:center;
}

#info {
	color:#666;
	font-style:italic;
	position:relative;
	left:45%;
	width:40%;
}
#jb_message {
	color:#fff;
	text-align:center;
	margin-bottom:0.5em;
}
#jb_message.error {
}
#jb_message.confirm {
}
#jb_message p {
  margin:65px 0 0 0;
  padding:0.5em;
  font-size:1.6em;
}
#primary {
  float:right;
 	width:30%;

}
#secondary {
	width:65%;
  float:left;
  margin-bottom:1em;
}
#jb_addComment{
}
#jb_addComment label {
  display:block;
  font-weight:bold;
  font-size:0.9em;
}
#jb_addComment input, #jb_addComment textarea{
	font-size:0.8em;
	font-family:arial, sans-serif;
	width:185px;
	margin-bottom:5px;
	padding-left:2px;
}
#jb_addComment textarea{
	height:80px;
}
#jb_addComment .button{
	font-size:1.3em;
}
#jb_addComment fieldset{
  border:0;
  margin:0;
  padding:0;
}
#jb_comments{
	/*height:300px;*/
}
.comment{
	border-left: solid 1px #8B4513;
	border-top: solid 1px #8B4513;
	border-bottom: solid 2px #8B4513;
	border-right: solid 2px #8B4513;
	margin-bottom:15px;
}
.comment .header {
	font-weight:bold;
	border-bottom: solid 2px #000;
	padding:2px 1px;
/*	background:url(images/c_header_bg.gif) repeat-x top;*/
background-color:#FF4FA9;
color:#fff;
}
.comment .header a{
	color:#000;
}

.comment img {
	border:none !important;
}
.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:#f00;
}
#jb_addComment .hidden, .hidden{
	display:none;
}
