/*-------------------------------------------------------------------------------------
//	JibberBook v1.0
//	(c) 2007 Chris Jaure
//	JibberBook is freely distributable under the terms of an MIT-style license.
//	website: http://www.chromasynthetic.com/
//
//	jbstyle.css
-------------------------------------------------------------------------------------*/
body{
   background:#000 url(media/bg2.png) top left repeat-x;
   color:white;
   border:none;
   padding:0;
   margin:0;
   margin-top:35px;
   }
h1,h2,h3,h4,h5,h6 {
  margin:0;
}
#daddy-shoutbox {
background:#BE6475 url(media/bg3.png) repeat-x  left bottom;
border:1px solid #555;
color:white;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
margin-bottom:10px;
padding:5px;
width:700px;
}
.shoutbox-list {
border-bottom:1px solid #C8A1A9;
display:none;
padding:5px;
}
#daddy-shoutbox-list {
margin:0px auto;
text-align:left;
height:350px;
overflow:auto;
overflow-x:hidden;
overflow-y:auto;
max-height:350px;
}
#daddy-shoutbox-form {
background:#111;
border:1px solid #000;
padding:5px;
text-align:left;
}
.shoutbox-list-time {
color:#4F212A;
font-family:Georgia,times New Roman;
font-size:115%;
font-weight:bold;
}
.shoutbox-list-nick {
font:bold 135%/103% Calibri Tahoma;
letter-spacing:0.075em;
margin-left:15px;
}
.shoutbox-list-message {
margin-left:5px;
}

h2 {
border-bottom: 1px solid #555;
font: 175% Helvetica, arial, sans-serif;
letter-spacing:0.15em;
padding-bottom:5px;
word-spacing:0.15em;
}
    

#container h3 {
   border-bottom:1px solid #444;
	font-size:1.6em;
	margin-bottom:15px;
	font-family:arial, sans-serif;
	font-weight:normal;
	color:#fff;
	background-color:#000;
	text-align:center;
}

#info {
	color:#666;
	font-style:italic;
	position:relative;
	left:45%;
	width:40%;
}
#error_message {
	background-color:#c33;
	color:#fff;
	text-align:center;
	margin-bottom:0.5em;
	font-size:1.2em;
	display:none;
	padding:0.2em;
}
#content {
  background:#000 url(media/bg.png) repeat-x left top;
border:1px solid #333;
float:left;
margin-bottom:1em;
padding:3px;
width:64%;
}
#addComment{
	float:right;
	width:30%;
	margin-right:.5%;
	background:#000 url(media/bg.png) top left repeat-x;
	border:1px solid #555;
	padding:7px;
}
#addComment input, #addComment textarea{
	font-size:0.8em;
	font-family:arial, sans-serif;
	width:98%;
	margin-bottom:5px;
	padding-left:2px;
}
#addComment textarea{
	height:80px;
}
#addComment .button{
	font-size:1.3em;
	margin:5px 0px;
}
#comments{
	height:380px;
	overflow:auto;
	margin-top:-10px;
}
.commentContainer{
   background:#000;
	border-bottom: solid 1px #333;
	border-top: solid 1px #333;
	margin-bottom:15px;
	padding:15px;
text-align: left;
}
.commentContainer .header {
	font:bold 135%/115% Calibri, Arial, sans-serif;
	border-bottom: solid 1px #47252d;
	padding:3px;
color:#bf6477;
text-align: center;
}
.commentContainer .header a{
	color:#bf6477;
}
.commentContainer .header a.delete{
	float:right;
}
.commentContainer .comment {
   background:#000;
   color:white;
	padding:5px;
	line-height:1.5em;
}
.commentContainer .date {
	font-size:0.8em;
	text-align:right;
	color:#999;
	padding-right:4px;
}
#footer{
	clear:both;
	text-align:center;
	padding-top:10px;
	font:0.70em/125% Calibri, Arial, sans-serif;
	border-top:solid 1px #222;
}
#footer a{
	color:#06c;
}
#footer a:hover{
	text-decoration:none;
}
.required{
	color:#f00;
}
.hidden{
	display:none;
}
.clear{
clear:both;
}
label{
display:block;
font-size:small;
line-height:100%;
margin:5px 0px -10px;
}