body
{
	/*background-image: url(../images/content_bg.gif);*/
	background-color: #222222;
	margin: 0px;
	padding: 0px;
	font-family: Arial, "Nimbus Sans L", Garuda, Helvetica, Sans-serif;
	font-size: 12px;
}

#shadow
{
	border-top:1px solid #CC0000;
	border-bottom:1px solid #CC0000;
	width: 962px;
	margin-left: auto;
	margin-right: auto;
}

#main
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	background-color: white;
}

#header
{
	width: 960px;
	/*background: #666 url("../images/sprites2.gif") repeat-x 0 100%;*/
        background: #666 url("../images/bghead.jpg");
	height: 75px;
	border-bottom: 1px solid #CC0000;
	position: relative;
	
	
}

#header h1
{
	position: absolute;
	left: 720px;
	bottom: 12px;
	color: #ffffff;	
	font-size: 40px;
	margin-bottom: 0px;
}

#header h1.shadow
{
	bottom: 11px;
	left: 723px;
	color: black;
}

	

div#nav
{
	width: 960px;
	border-bottom: 1px solid #CC0000;
	height: 25px;
}

div#nav ul
{
	height: 25px;
	list-style: none;
	width: 960px;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	
	
}

div#nav ul li
{
	list-style: none;
	display: block;
	width: 141px;
	float: left;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #CC0000;
	
}

div#nav ul li a
{
	width: 100%;
	height: 25px;
	
	display: block;
	color: black;
	text-decoration: none;
}

div#nav ul li.menubuttonprelast
{
	width: 195px;
}

div#nav ul li.menubuttonlast
{
	border-right: 0px;
	width: 195px;
}

div#nav ul li a:hover
{
	color: #CC0000;
	background-color: #ECECEF;
}
/*
div#nav ul li a.menubutton:hover
{
	background-color: #61af46;
}

div#nav ul li a.menubuttonlast:hover
{
	background-color: #61af46;
}
*/
div#contentAndSidebar
{
	width: 960px;
	background-color: white;
	float:left;
}

div#sidebar
{
	
	float: right;
	width: 160px;
	padding-top: 1px;
	padding-left: 20px;
	padding-right: 16px;
	background-image: url(../images/dotted.gif);
	background-repeat: repeat-y;
	height: 100%;
	margin-top: 20px;
}

#sidebar h2
{
	font-size: 14px;
	color: #000000;
	background-image: url(../images/dotted_h.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 0px;
	padding-bottom: 2px;
}

#sidebar ul
{
	margin: 0px;
	padding: 0px;
	
}

#sidebar li
{
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../images/dotted_h.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	list-style: none;
}
	


div#content
{
	float:left;
	width: 490px;
	padding-left: 37px;
	padding-top: 20px;	
}

#content h1
{
	background-image: url(../images/dotted_h.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 16px;
	color: #000000;
	margin-bottom: 0px;
}

#content h1 a
{
	color: #000000;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: normal;
}

#content h4
{

	margin-top: 0px;
	text-align: right;
	font-size: 11px;
	color: #cccccc;
	margin-bottom: 0px;
}

#content h5
{
	float: left;
	margin-top: 0px;
	text-align: left;
	font-size: 11px;
	color: #999999;
	margin-bottom: 0px;
	font-weight: normal;
}

#content h4.distrustful
{
	/*background-image: url(../images/distrustful.gif);*/
}

#content a, #sidebar a, #footer a
{
	color: #CC0000;
	text-decoration: none;
	background-image: url(../images/linkbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#content p
{
	margin-top: 4px;
	margin-bottom: 6px;
	
	text-align: justify;
	
}



.italic
{
	font-style: italic;
}

.bluecode
{
	color: #0000ff;
}

.redcode
{
	color: #ee0000;
}

div.divider
{
	padding-top: 12px;
	padding-bottom: 28px;
	background-repeat: no-repeat;
	background-position: bottom center;
	border-top: 1px dotted #EFEFEF;
	color: #BFBFBF;
}

div.pullquoteRight, div.pullquoteLeft
{
	/*background-image: url(../images/pullquote.gif);*/
	width: 114px;
	height: 114px;
	margin: 10px;
	padding: 18px;
	font-size: 18px;
	float: right;
	text-align: center;
	border-left: 1px dotted #cccccc;
}

div.pullquoteLeft
{
	float: left;
	border-left: 0px;
	border-right: 1px dotted #cccccc;
}

div.pullquoteRight div.small, div.pullquoteLeft div.small
{
	font-size: 11px;
	text-align: right;
	color: #cccccc;
	
}

#footer
{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	
	padding: 4px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 28px;
	clear: both;
	background-color: #fafafa;
	color: #000;
}

.footerright{
       float:right; margin-right:10px;
}

.footerleft{
       margin-left:10px;
}

pre {
	padding-top:10px;
	padding-bottom:16px;
	max-height:450px;
	width:470px;
	overflow:auto;
	color:#444;
	border:1px solid #eee;
	background-color:#fafafa;
	font-family:"Trebuchet MS",arial,sans-serif, "Nimbus Sans L", Garuda;
	font-size:11px;
}	

.whitebox {
	float: left;
	width: 100px;
	padding-left: 15px;padding-right: 15px;
	/*margin: 0em 0em 1.5em 0em;
	padding: 0em 0em 0em 0em;*/
}
.greybox1 {
	clear: both;
	display: block;
	/*margin: 0em 0em 0.5em 0em;
	padding: 0.2em 0em 0.2em 0.3em;*/
	border-top: 1px dotted #EEEEEE;
	background-color: #FAFAFA;
	font-weight: bold;
	color: rgb(50,50,50);
}
.whitebox1 {
	float: left;
	width: 450px;
	padding-left: 15px;padding-right: 15px;
	border-left: 1px dotted #9F9F9F;
	/*margin: 0em 0em 1.5em 0em;
	padding: 0em 0em 0em 0em;*/
}
.greybox {
	clear: both;
	display: block;
	/*margin: 0em 0em 0.5em 0em;
	padding: 0.2em 0em 0.2em 0.3em;*/
	background-color: rgb(220,220,220);
	font-weight: bold;
	color: rgb(50,50,50);
}

.commento {
	float: left;
	width:450px;
	margin-bottom:10px;
}

.grande {
	font-size: 23px;
}
.mediogrande {
	font-size: 19px;
}
.medio {
	font-size: 16px;
}
.mediopiccolo {
	font-size: 13px;
}
.piccolo {
	font-size: 10px;
}


div.errore
{
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}

/* Form elements */
input, textarea
{
	font-family: Verdana, "Lucida Grande", sans-serif, "Nimbus Sans L", Garuda;
	font-size: 11px;
	padding: 2px;
	background-color: #eaeaea;
	border: 1px solid #333333;
}

input.cerca{
	font-family: Verdana, "Lucida Grande", sans-serif, "Nimbus Sans L", Garuda;
	font-size: 11px;
	padding: 0px;
	padding-left: 5px;
	background-color: #ffffff;
	border: 0px;

}

button
{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 3px 10px 3px 10px;
	background-color: #FFFFFF;
	/*background-image: url(images/button_bg.gif);*/
	background-repeat: repeat-x;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, "Lucida Grande", sans-serif, "Nimbus Sans L", Garuda;
}

button:focus
{
	-moz-border-bottom-colors: #999999 #738fb3 #999999;
	-moz-border-right-colors: #999999 #738fb3 #999999;
	-moz-border-top-colors: #CCCCCC #738fb3 #CCCCCC;
	-moz-border-left-colors: #CCCCCC #738fb3 #CCCCCC;
}

button:active
{
	border: 3px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
	-moz-border-bottom-colors: #999999 #738fb3 #999999;
	-moz-border-right-colors: #999999 #738fb3 #999999;
	-moz-border-top-colors: #CCCCCC #738fb3 #CCCCCC;
	-moz-border-left-colors: #CCCCCC #738fb3 #CCCCCC;
	
	padding: 4px 9px 2px 11px;
}

div.sottonote {
	display: block;
	margin: -3px 0px 5px 0px;
	padding: 3px 0px 5px 16px;
	background-color: #FAFAFA;
	color: #000000;
	border: 1px solid #eee;
	border-top: 2px solid #eee;
	
}

.otherfeed {
	font-size: 10px;
	color: #cccccc;
}


div#contenttopmese
{
	margin-top: 7px;
	float: left;
	width: 237px;
	margin-bottom: 30px;
}

div#contenttoptot
{
	margin-top: 7px;
	float: left;
	width: 237px;
	margin-left:5px;
	margin-bottom: 30px;
	padding-left: 10px;
	background-image: url(../images/dotted.gif);
	background-repeat: repeat-y;
}

#banner{
        float: left;
        width: 460px;
        overflow: hidden;
		margin-bottom: 15px;
		border: 1px dotted #cccccc;
}

#banner a
{
	background-image: none;
}

button.tools {
  font-family: Arial, Verdana, "Lucida Grande", sans-serif, "Nimbus Sans L", Garuda;
  font-weight: normal;
  font-size: 12px;
  background: #FAFAFA;
  color: #CC0000;
  text-decoration: none;
  background-image: url(../images/linkbg.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0;
  width: 92px;
}

div.paginazione{
	margin:auto;
	margin-top:40px;
	margin-bottom:70px;
	width:100%;
}
div.paginazione1{
	background-color: #E1E1E1;
	width:20px;
	float:right;
	margin-left:10px;
	text-align:center;
	border:1px solid #979797;
}
div.paginazione0{
	background-color: #AFAFAF;
	width:20px;
	float:right;
	margin-left:10px;
	text-align:center;
	border:1px solid #979797;
}
/* End of form elements */

tbody{
	font-family: Arial, Verdana, "Lucida Grande", sans-serif, "Nimbus Sans L", Garuda;
	font-weight: normal;
	font-size: 10px;
}

.libri{
	width:155px;
	overflow:hidden;
	text-align:center;
}

.tastovoto{
	margin-top:5px;
	float:left;
	overflow:hidden;
	height:72px;
	width:85px;
	/*border:1px solid #000;*/
}
.tastovotomini{
	margin-top:5px;
	float:left;
	overflow:hidden;
	height:55px;
	width:85px;
	/*border:1px solid #000;*/
}
.acapo{
	margin-top:5px;
	clear: both;
	overflow:hidden;
	height:72px;
	width:1px;
}

.ads{
	width:100%;
	height:18px;
	background-color:#ffffe1;
	text-align:center;
	border-bottom:2px solid #9d9da1;
}

#imgtofade{
	visibility:hidden;
}

pre.commenticode br{
	display:none;
}

#adsensetop{
	padding-top:39px;
	padding-left:45px;
}

.cercabutton{
	width:18px;
	height:18px;
	background:url(/images/cerca.jpg) no-repeat top left;
	border:0px;
	cursor:pointer;
}

a:focus{
	outline:none;
}