body{
	background: #d4d4d4;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px;
}
#tool{
	background: url(http://www.ilcannocchiale.it/blogs/templates/donneds/immagini/tool.jpg) no-repeat;
	width:948px;
	height:160px;
	margin:0px auto;
}
#tool a, #tool a:link, #tool a:visited, #tool a:active{text-decoration:none;}
#tool a:hover{text-decoration:none;}
.guida{
visibility:hidden;}
#left_tool{
float:left;
width:398px;
padding:51px 0px 0px 50px;
font-size:110px;
}
#right_tool{
float:right;
width:109px;
padding:35px 34px 0px 0px;
font-size:60px;
}
#container{
	background: url(http://www.ilcannocchiale.it/blogs/templates/donneds/immagini/bg.jpg) repeat-y;
	width:948px;
	margin:0px auto;
	text-align:left;
}
#footer{
	background: url(http://www.ilcannocchiale.it/blogs/templates/donneds/immagini/footer.jpg) no-repeat;
	width:948px;
	height:148px;
	margin:0px auto;
}
.clear{
	clear:both;
}
#left_box{
	width:678px;
	padding:0px 20px 40px 37px;
	float:left;
}
#left_box h1{
	font-size:18px;
	color:#29be06;
	margin:22px 0px 0px 0px;
}
#right_box{
	width:156px;
	padding:0px 34px 40px 21px;
	float:right;
}
#right_box a:link, #right_box a:visited, #right_box a:hover{
	color:#000;
	text-decoration:none;
}
#right_box img{
	margin:20px 0px 15px 0px;
}
#menu{
	border-bottom:6px #e5e5e5 solid;
	border-top:6px #e5e5e5 solid;
	width:920px;
	margin:0px auto;
	text-align:left;
	font-family: helvetica;
	font-stretch: condensed;
	font-weight: 550;
	padding:10px 0px 10px 0px;
	font-size:12px;
	font-weight:bold;
}
#rubriche a:link, #rubriche a:visited, #rubriche a:link{
	color:#00a0e5;
	text-decoration:none;
}
#rubriche{
	float:left;
	width:739px;
}
#calendario{
	float:right;
	width:180px;
}
#menu span{
	padding-left:21px;
}
.post_text{
	padding:30px 0px;
}
 a:link, a:visited, a:hover{
 	color:#dd006a;
 }
 
 
 .postutil{
	text-align:right;
	padding:25px 0px 0px 0px;
	color:#969696;
}
.postutil a:link, .postutil a:visited, .postutil a:hover{
	color:#969696;
	text-decoration:none;
}
.input{
	border:0px;
	background-color: transparent;
}
.input2{
	border:1px #bababa solid;
	background-color: #fff;
}
 
 
 
 
 
 
 table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar input, table.calendar select {
	font-size: 10px;
}
table.calendar td {
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading {
	margin: 2px;
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 6px;
}
table.caldayheading td {
	border: solid #ff00ff 0px;
	text-align: left;
	color:#000;
	font-weight: bold;
	width: 20px; /*should match calendar cell's width*/
}
div.monthyear {
	color:#000;
	font-weight: bold;
}

table.caldayheading td.wkhead {
	border-right: double #CCCCCC 0px;
}
table.calcells {
	border-collapse: collapse;
	cursor: default;
	margin: 6px;
}
table.calcells td {
	border: solid #f1f1f1 1px;
	vertical-align: center;
	text-align: center;
	font-weight: bold;
	width: 20px;
	height: 20px; /*IE doesn't like ems*/
}
table.calcells td div {
	padding: 1px;
	margin: 0;
}
table.calcells td.wkhead {
	background-color:#f1f1f1;
	text-align: center;
	border-right: double #f1f1f1 3px;
	color:#000;
}
table.calcells td.wkday {
	background-color:#f1f1f1;
	color:#000;
}
table.calcells td.wkend {
	background-color:#f1f1f1;
	color:#000;
}
table.calcells td.curdate {
	color:#000;
}
table.calcells td.cell_selected {
	background-color:#000;
	color:#eeddbb;
	cursor: pointer;
}
table.calcells td.notmnth {
	background-color:#f1f1f1;
	color:#000;
}
table.calcells td.notallowed {
	background-color:#f1f1f1;
	color:#000;
	font-style: italic;
}
table.calcells td.hover {
	background-color:#f1f1f1;
}
