/*-------------------------------------------------------------------------------------
//	JibberBook v2.3
//	(c) 2009 Chris Jaure
//	license: MIT License
//	website: http://www.jibberbook.com/
//
//	theme/default/jbstyle.css
-------------------------------------------------------------------------------------*/
body {
  padding:0;
  margin:10px 0;
  text-align:center;
  font-size:80%;
  font-family:"Arial", sans-serif;
  background: #fff url(images/bgbody.jpg) top center no-repeat;
  color:#fff;
}
h1,h2,h3,h4,h5,h6 {
  margin:0;
  padding:0;
}
#container {
  width:740px;
  text-align:left;
  margin:0 auto;
}
#content {
/*  background-color:#e8e8e8; */
  background: url(images/bg-trans.png) repeat;
  padding:20px
}
#container h3 {
	font-size:1.6em;
	margin-bottom:10px;
	font-family:arial, sans-serif;
	font-weight:normal;
/*	background:url(images/c_header_bg.gif) repeat-x top; */
	background:#5c5c5c;
	color:#eee;
	text-align:center;
}
#header {
	margin-bottom:5px;
	padding:1em 0;
	color:#fff;
	height:70px;
}
#header h1 {
	text-align:center;
	font-weight:normal;
	font-size:3em;
	line-height:1em;
}
#navbar {
	height:70px;
	font-size:1.5em;
	color:#fff;
	text-decoration:strong;
}
#navbar a{
	color:#5a75cd;
	text-decoration:none;
}
#navbar a:hover{
	text-decoration:underline;
}
#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 {
	background-color:#c00;
}
#jb_message.confirm {
  background-color:#004c99;
}
#jb_message p {
  margin:0;
  padding:0.5em;
  font-size:1.6em;
}
#about{
	float:top;
	font-size: 1.1em;
	margin-bottom:10px;
}
#about a{
	color:#5a75cd;
	text-decoration:none;
	font-weight:bold;
}
#about a:hover{
	text-decoration:underline;
}
#primary {
  float:right;
}
#secondary {
  width:420px;
  float:left;
  margin-bottom:1em;
}
#jb_addComment{
	width:255px;
}
#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: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:300px;
	overflow:auto;
}
.comment{
	width:390px;
	background:#eee;
	border: solid 1px #ddd;
	margin-bottom:15px;
	overflow:hidden;
	color:#000;
}
.comment .header {
	font-weight:bold;
	border-bottom: solid 2px #5a75cd;
	padding:2px 1px;
	background:url(images/c_header_bg.gif) repeat-x top;
}
.comment a{
	color:#05a;
	text-decoration:underline;
	font-weight:bold;
}
.comment a:hover{
	text-decoration:none;
}
.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;
}
#footer{
	clear:both;
	text-align:center;
	padding-top:5px;
	font-size:0.8em;
	color:#fff;
}
#footer a{
	color:#06c;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
.required{
	color:#ff9933;
}
#jb_addComment .hidden, .hidden{
	display:none;
}
