/*-------------------------------------------------------------------------------------
//	JibberBook v2.0
//	(c) 2007 Chris Jaure
//	license: MIT License
//	website: http://www.chromasynthetic.com/
//
//	inc/jbstyle.css
-------------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  margin:0;
  padding:0;
}
div#content{
width:100%;
}
div#primary {
  float:right;
width:40%;
}
div#secondary {
  width:60%;
  float:left;
  margin-bottom:1em;
}

div#primary h3,div#secondary h3 {
	font-size:1.6em;
	margin-bottom:10px;
	font-family:arial, sans-serif;
	font-weight:normal;
	color:#fff;
	background-color:#7DB15F;
	text-align:center;
}
#header2 {
	margin-bottom:5px;
	padding:2em 0;
}
#header2 h1 {
	text-align:center;
	font-weight:normal;
	font-size:3em;
	margin-top:5px;
	line-height:1em;
}
#info {
	color:#666;
	font-style:italic;
	position:relative;
	left:45%;
	width:40%;
}
div#jb_message {
	text-align:center;
	margin-bottom:0.5em;
}
#jb_message.error {
	background-color:#F00000;
  }
div#jb_message.confirm {
  background-color:#009000;
}
div#jb_message p {
color:#ffffff;
  margin:0;
  padding:2.5em;
  font-size:1.6em;
}

#jb_addComment{
	width:215px;
        padding-right:10px;
}
#jb_addComment label {
  display:block;
  font-weight:bold;
  font-size:0.9em;
}
#jb_addComment input, #jb_addComment textarea{
	font-size:1.1em;
	font-family:arial, sans-serif;
	width:98%;
	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:500px;
	overflow:auto;
}
.comment{
	width:315px;
	background:#f8f8f8;
	border: solid 1px #ddd;
	margin-bottom:15px;
	overflow:hidden;
}
.comment .header {
	font-weight:bold;
	border-bottom: solid 2px #999999;
	padding:2px 1px;
	background:url(/administrator/components/com_jibberbook/images/c_header_bg.gif) repeat-x top;
}
.comment .header a{
	color:#000;
}
.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;
}
#jb_footer{
	clear:both;
	text-align:center;
	padding-top:10px;
	font-size:0.8em;
	border-top:solid 2em #7DB15F;
}
#jb_footer a{
	color:#06c;
}
#jb_footer a:hover{
	text-decoration:none;
}
.required{
	color:#f00000;
}
#jb_addComment .hidden, .hidden{
	display:none;
}
input#jb_captcha{font-size:2.5em;width:130px;}
input#jb_send{width:220px;}