/*-------------------------------------------------------------------------------------
 //	JibberBook v2.1
 //	(c) 2008 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: #000;
	background-attachment: fixed;
	background-image: url(images/fondoLibro.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

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

#container {
	width: 497px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#primary h3 {
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
	color: #fff;
	padding: 0.3em 0;
	background: #000;
	width: 177px;
}

#secondary h3 {
	font-size: 1.8em;
	text-align: center;
	color: #4E463F;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 10px;
}

#header {
	height: 151px;
	width: 490px;
	margin-top: 20px;
	border: 4px solid #000;
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: 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;
    margin:0 0 1em;
}

#secondary {
    padding: 10px;
    margin-top:10px;
    background-color:#fff;
}

#jb_addComment label {
	display: block;
	font-weight: bold;
	font-size: 0.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#jb_addComment input, #jb_addComment textarea {
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 7px;
	padding-left: 2px;
	width: 50%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 1.1em;
}

#jb_addComment input:focus, #jb_addComment textarea:focus {
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #000;
	font-weight: bold;
}

#jb_addComment textarea {
    height: 80px;
    width: 98%;
}

#jb_addComment .button {
	font-size: 0.9em;
	background-color: #000;
	height: 30px;
	width: 100px;
	line-height: 25px;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #000;
	font-weight: bold;
}

#jb_addComment fieldset {
	margin: 0;
	padding: 1em;
	background-color: #E2E2E2;
	border-top-width: 5px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #000;
}

.comment {
    overflow: hidden;
    margin-bottom: 10px;
    position:relative;
}

.comment .header {
	padding: 5px;
	color: #FFF;
	background-color:#000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

.comment .header a {
	font-weight: bold;
	color: #FFF;
}

.comment .content {
	padding: 5px;
	line-height: 1.5em;
	color: #393733;
	text-align: left;
}

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

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

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

#footer {
	clear: both;
	text-align: center;
	padding-top: 10px;
	font-size: 0.8em;
	color:#FFF;
	background:url(images/footer_bg.gif) no-repeat top;
	line-height: 0.4em;
	margin-bottom: 20px;
}

#footer a {
    color: #FFF;
}

#footer a:hover {
	text-decoration: underline;
	color:#CCCCCC;
	font-weight: bold;
}

a#creditos{
	text-decoration: none;
	color: #FFFFFF;
}

a#creditos:hover{
	text-decoration: none;
	color: #FFFFFF;
}

.required {
	color: #999;
	font-size: 0.9em;
}

#jb_addComment .hidden, .hidden {
    display: none;
}
