/*-------------------------------------------------------------------------------------
 //	JibberBook v2.3
 //	(c) 2009 Chris Jaure
 //	license: MIT License
 //	website: http://www.jibberbook.com/
 //
 //	theme/digg/jbstyle.css
 -------------------------------------------------------------------------------------*/
body {
    /*padding: 0;
    margin: 0;
    text-align: center;
    font-size: 80%;
    font-family: "Arial", sans-serif;
    background-color: #E5ECF3;*/
}

h1, h2, h3, h4, h5, h6 {
    /*margin: 0;
    padding: 0;*/
}

#container {
   
    text-align: left;
    margin: 0 auto;
}

#primary h3 {
    font-size: 1.6em;
   
    font-weight: normal;
    text-align: center;
    color: #fff;
    padding: 0.3em 0;
    
    width: 177px;
}

#secondary h3 {
    font-size: 1.8em;
    text-align: left;
    color: #4E463F;
    font-weight: normal;
    letter-spacing: -1px; 
    
}

#header {
    /*padding: 1em 0;
    color: #fff;
    background: #1B5790 url(images/header_bg.gif) no-repeat bottom;*/
}

#header h1 {
    /*text-align: center;
    font-weight: normal;
    font-size: 3em;
    line-height: 1em;*/
}

#info {
    color: #D2DCF3;
    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;
}

#content {
    /*background:#fff url(images/content_bg.gif) no-repeat top;
    margin-top:2em;*/
    
}

#primary {
    padding: 10px; font-family:Verdana, Geneva, sans-serif;
    margin:0 0 1em;
}

#secondary { text-align:left;
    padding: 10px;
    margin-top:10px; border-top:1px dotted #6a6554;
    /*background-color:#fff;*/
}

#jb_addComment label {
    display: block;
    font-weight: bold; color:#000; font-size:14px;
    
}

 #jb_addComment textarea {
   
    
    margin-bottom: 5px;
    padding-left: 2px;
    width: 40%;
}
#jb_addComment input.txtbox {margin-bottom: 5px;
    padding-left: 2px;
    width: 250px;}

#jb_addComment textarea {
    height: 120px; display:block;
    width: 50%;
}

#jb_addComment .button {
    font-size: 1.3em;
}

#jb_addComment fieldset { text-align:left;
    border:0;
    
    margin: 0;
    padding: 1em;
    /*background-color: #E6F3D9;*/
}

.comment {
    overflow: hidden; font-family:Verdana, Geneva, sans-serif;
    margin-bottom: 10px;
    position:relative;
}

.comment .header {
    padding: 5px;
    color: #52718B; font-size:14px; color: #879b2c; font-family:Verdana, Geneva, sans-serif;
   /* background-color:#EAF0F5;
    border-top:solid 1px #C0C7CD;*/
}
.comment .header strong { color: #879b2c;}
.comment .header a   {
    font-weight: bold;
    color: #879b2c;
}

.comment .content {
    padding: 5px;
    line-height: 1.5em;
    color: #393733; font-size:12px; font-family:Verdana, Geneva, sans-serif;
}

.comment .content a {
    color: #666;
}

.comment .content a:hover {
    color:#333;
}

.comment .date {
    font-size: 0.8em;
    color: #393733;
    position:absolute;
    top:6px;
    right:12px;
}

#footer {
    /*clear: both;
    text-align: center;
    padding-top: 10px;
    font-size: 0.8em;
    color:#999;
    background:url(images/footer_bg.gif) no-repeat top;*/
}

#footer a {
   /* color: #999;*/
}

#footer a:hover {
    /*text-decoration: none;
    color:#000;*/
}

.required {
    color: #325B0A;
}

#jb_addComment .hidden, .hidden {
    display: none;
}
.btn_submit { background:url(images/btn_submit.png) no-repeat ; width:96px; height:33px; border:0px none; cursor:pointer; color:#fff; font-size:11px; font-weight:bold; text-align:center; font-family:Verdana, Geneva, sans-serif;}
.comment { background:#e6e2d5; border:1px solid #dcd8cc; font-family:Verdana, Geneva, sans-serif;}
.content {font-family:Verdana, Geneva, sans-serif;}
