/*-------------------------------------------------------------------------------------
//	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%;
	}

#jb_message {
	color: #fff;
	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 {
	}

#jb_addComment {
	margin: 0 auto;
	width: 400px;
	}
#jb_addComment label {
	display: block;
	font-weight: bold;
	font-size: 0.9em;
	}
#jb_addComment input,
#jb_addComment textarea {
	font-size: 1em;
	font-family: arial, sans-serif;
	margin-bottom: 5px;
	padding-left: 2px;
	}
#jb_addComment input {
	width: 68%;
	}
#jb_addComment input#name {
	border: solid 1px #D8C390;
	}
#jb_addComment textarea {
	height: 160px;
	width: 98%;
	}
#jb_addComment textarea#comment {
	border: solid 1px #D8C390;
	}
#jb_addComment .button {
	font-size: 1.3em;
	width: 50%;
	}
#jb_addComment fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	}

.comment {
	width: 650px;
	background: #f8f8f8;
	border: solid 1px #D8C390;
	margin-bottom: 20px;
	margin-left: 60px;
	position: relative;
	}
.comment .header {
	font-weight: bold;
	border-bottom: solid 2px #8C6239;
	padding: 4px 3px;
	background: url(images/c_header_bg.gif) repeat-x top;
	}
.comment .header a {
	color:#000;
	}
.comment .header a.delete {
	float: right;
	}
.comment .content {
	font-size: 1.2em;
	padding: 5px;
	line-height: 1.5em;
	}
.comment .date {
	color: #999;
	position: absolute;
	right: 12px;
	text-align: right;
	top: 4px;
	}

#jb_addComment .hidden,
.hidden {
	display: none;
	}
