/*-------------------------------------------------------------------------------------
//	JibberBook v2.3
//	(c) 2009 Chris Jaure
//	license: MIT License
//	website: http://www.jibberbook.com/
//
//	theme/black_and_blue/jbstyle.css
-------------------------------------------------------------------------------------*/
html, body {
overflow-x:hidden;
}
body {
  padding:0;
  margin:0px 0;
  text-align:center;
  font-size:80%;
  font-family:"Arial", sans-serif;
	background-color:black;
  background:transparent; /*url(images/body_bg.gif)*/
  color:black;
}
h1,h2,h3,h4,h5,h6 {
  margin:0;
  padding:0;
}
#container {
  width:290px;
  text-align:left;
  margin:0 auto;
	background:transparent;
/*	background:#031D30; */
}
#container h3 {
	font-size:1.4em;
	margin-bottom:5px;
	font-family:arial, sans-serif;
	font-weight:normal;
	color:white;
	text-align:center;
	background:#031D30;
	padding-bottom:5px;
	border-top:solid 1px #031522;
}
#header {
/*	padding:2em 0;
	background:url(images/header_bg.gif) no-repeat bottom; */
}
#header h1 {
	text-align:center;
	font-weight:normal;
	font-size:3em;
	margin-top:5px;
	line-height:1em;
}
#info {
	color:black;
	font-style:italic;
	position:relative;
	left:45%;
	width:40%;
}
#jb_message {
	color:black;
	text-align:center;
	margin-bottom:0.5em;
}
#jb_message.error {
	background-color:#c00;
}
#jb_message.confirm {
  background-color:#360;
}
#jb_message p {
  margin:0;
  padding:0.5em;
  font-size:1.6em;
}
#content {
/*  background:url(images/content_bg.gif) repeat-y; */
}
#primary {
  padding:10px;
  margin-bottom:0em;
	  background:transparent;
	/*	background-color:black; */
			font-family:verdana;
	font-weight:normal;
	color:white;
}
#secondary {
/*	padding:10px; */
  background:transparent;
	/*		background-color:black; */
						font-family:verdana;
	font-weight:normal;
	color:white;
}
#jb_addComment label {
  display:block;
  font-weight:bold;
  font-size:0.9em;
}
#jb_addComment input, #jb_addComment textarea{
	font-size:1.0em;
	font-family:arial, sans-serif;
	margin-bottom:5px;
	padding-left:2px;
	width:50%;
}
#jb_addComment textarea{
	height:60px;
	width:98%;
}
#jb_addComment .button{
	font-size:1.0em;
}
#jb_addComment fieldset{
  border:0;
  margin:0;
  padding:0;
}
.comment{
	overflow:hidden;
	margin-bottom:1px;
	padding-bottom:2px;
/*	background:url(images/comment_bg.gif) repeat-x bottom; */
}
.comment .header {
	font-weight:bold;
	padding:2px 1px;
	color:white;
}
.comment .header a{
	color:black;
}
.comment .content {
	padding:3px;
	line-height:1.2em;
			font-family:verdana;
	font-weight:normal;
	color:white;
}
.comment .content a {
  color:#fc0;
}
.comment .date {
	font-size:0.8em;
	text-align:right;
	color:#069;
	padding-right:4px;
}
#footer{
	clear:both;
	text-align:center;
/*	padding-top:10px; */
	font-size:0.8em;
/*	background:url(images/footer_bg.gif) no-repeat top; */
}
#footer a{
	color:#6cc;
}
#footer a:hover{
	text-decoration:none;
}
.required{
	color:#069;
}
#jb_addComment .hidden, .hidden{
	display:none;
}
