/*-------------------------------------------------------------------------------------
//	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%;
}
*/

a:link { color:#fff; text-decoration:none; }

#jb_message {
	background:url(../images/color_box_bg.jpg)
	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;
}
#primary {

}
#secondary {
	width:420px;

  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{
width:231px; height:18px; border:1px solid #ffffff; background:#000000; padding:0 0 0 5px; font-size:1em;
}
#jb_addComment textarea{
	width:231px; height:142px; border:1px solid #FFFFFF; background:#000000; padding:0 0 0 5px; overflow:auto; font-size:1em;
}
#jb_addComment .button{
	font-size:1em;
}
#jb_addComment fieldset{
  border:0;
  margin:0;
  padding:0;
}
#jb_comments{


}

.comment{

	background:url(../images/color_box_bg.jpg)
	border: solid 1px #ddd;
	margin-bottom:15px;

}
.comment .header { 
	a:link:
	font-weight:bold;
	border-bottom: solid 2px #06c;
	padding:2px 1px;
	background:url(../images/color_box_bg.jpg) repeat-x top;
}
.comment .header a{
	color:#fff;
}
.comment .header a.delete{

}
.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:10px;
	font-size:0.8em;
	border-top:solid 2em #000;
}
//*
#footer a{
	color:#fff;
}*//
#footer a:hover{
	text-decoration:none;
}
*/
.required{
	color:#f00;
}
#jb_addComment .hidden, .hidden{
	display:none;
}
