body{
	background-color: #969690;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}

div.header{
	text-align: left;
	width: 1000px;
	height: 190px;
	margin: 0px auto;
	background-color: white;
	posiiton: relative;
}

a.header_immagine{
	position: absolute;
	top: 0px;
	margin-left: 0px;
}
img.header_immagine{
	border-style: none;
}

div.navbar{
	width: 990px;
	border-top: 1px solid #406184;
	border-bottom: 1px solid #406184;
	padding: 2px 0px;
	margin: 155px 5px 0px 5px;
	background-color: #b1bbd1;
	position: absolute;
}

div.corpo{
	text-align: left;
	width: 1000px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	/*background-color: white;*/
	background-image: url(immagini/body.png);
	background-repeat: repeat-y;
}


div.bodycontent{
	background-color: white;
	width: 590px;
	padding: 5px;
	margin: 0px auto;
	float: left;
}


div.sidebar{
	width: 384px;
	padding: 5px;
	float: right;
	margin-bottom: 5px;
	text-align: left;
}

form#searchform{
	padding: 0px 10px 0px 0px;
	margin: 0px;
	float: right;
}

input#s, input#searchsubmit{
	border: 1px solid  #406184;
}

input#searchsubmit{
	background-color: #D1DBD1;
	cursor: pointer;
}

h1.titleSideBarMenu{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
	height: 20px;
	background-image: url(immagini/hr1.png);
	background-repeat: no-repeat;
}

div.footer{
	width: 1000px;
	height: 18px;
	padding: 10px 0px 0px 0px;
	margin: 5px auto 5px auto;
	background-color: white;
	text-align: center;
	background-image: url(immagini/hr.png);
	background-repeat: no-repeat;
	font-size: 10px;
	font-style: italic;
	clear: both;
}

ul.linkArchivio{
	padding: 0px;
	list-style: circle;
	margin-left: 70px;
}

li.liArchivio{
	
}

a:link {
	color: #0F487F;
}     
a:visited {
	color: #0F487F;
}  
a:hover {
	color: #FF0000;
	text-decoration: none;
} 
a:active {
	color: #0F487F;
}   

a.linkTitlePost{
	font-size: 15px;
	color: black;
	font-weight: bold;
	display: block;
	width: 550px;
	padding-left: 50px;
	text-decoration: none;
}
p{
	margin: 0px 5px;
}
p.time{
	display:inline;
	color: #0F487F;
	font-weigth: bold;
}
p.author{
	display:inline;
}
p.commentLine{
	height: 30px;
	margin: 10px 0px 10px 5px;
	padding: 10px ;
	border-bottom: 1px dashed #0F487F;
}
p.postmetadata{
	margin: 10px 0px 10px 5px;
}
p.theContent{
	margin: 10px 0px;
}
img.css, img.rss, p.abbonati{
	border-style: none;
	float: left;
	margin-left: 5px;
}