/*-------------------------------------------------------------------------------------
//	JibberBook v2.1
//	(c) 2008 Chris Jaure
//	license: MIT License
//	website: http://www.jibberbook.com/
//
//	theme/default/jbstyle.css
-------------------------------------------------------------------------------------*/


#container {
  width:700px;
  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;
}
#header {
	margin-bottom:5px;
	padding:2em 0;
}
#header 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%;
}
#jb_message {
	color:#fff;
	text-align:center;
	z-index: 1;
	  position:absolute;
  width:500px;
  top: 260px;
  left: 325px;
}

#jb_message.error {
	background-color:#c00;
}
#jb_message.confirm {
  background-color:#360;
}
#jb_message p {
  margin:0;
  padding:0.5em;
  font-size:1.6em;
}

#jb_loading_message{
color: #000;
font-weight: bold;
border: 0px solid #000;
display: block;
height: 46px;
width: 300px;


  background: url(../../../img/more.png) no-repeat center center;
  text-align: left;
  padding:0;
  
}

/*
#primary {
  float:right;
}*/
#secondary {
	width:430px;
  float:left;
  margin-bottom:1em;
  margin-top: -15px;
  padding: 0 0 0 20px;
}
#jb_addComment{
	width:380px;
  border: 0px solid #000;
  padding: 0 5px 7px 5px;
  background-color: #fedf85;
  color: #000;
}

#addComment label{
  margin-top: 5px;
}

#addComment{
  position:absolute;
  width:390px;
  left: 60%;
  top: 20px;
  z-index: 2;
  border: 0px solid #000;
  padding: 65px 0px 0px 0px;
  color: #000;
  background: url(images/postnote_bg-top.png) no-repeat right top;
  }

  

#jb_addComment label {
  display:block;
  font-weight:bold;
  color: #444;
}
#jb_addComment input, #jb_addComment textarea{

	font-family:arial, sans-serif;
	width:98%;
	margin-bottom:5px;
	padding-left:2px;
		border: 1px solid #aaa;
}
#jb_addComment textarea{
	height:170px;
}
#jb_addComment .button{
	font-size:1.3em;
	height: 40px;
	font-weight: bold;
	border: 1px solid #e0e0e0;
	  background: url(images/navi_bg_gw.png) repeat-x center center;
	margin-left: 3px;
	margin-top: 5px;
}
#jb_addComment fieldset{
  border:0;
  margin:0;
  padding: 0 5px;
}
#jb_comments{
	height:530px;
	overflow:auto;
}
.comment{
	width:390px;
	background:#f8f8f8;
	border: solid 0px #ddd;
	margin-bottom:15px;
	overflow:hidden;
	color: #222;
}
.comment .header {
	font-weight:bold;
	border-bottom: dashed 1px #eee;
	padding:15px 1px 2px 5px;
	background:url(images/comment-top.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;
}

.required{
	color:#f00;
}

#jb_addComment .hidden, .hidden{
	display:none;
}

.nicEdit-main{
color: #333;
background-color: #eee;
margin: 0;
}

